summaryrefslogtreecommitdiff
path: root/odb/include.cxx
AgeCommit message (Collapse)AuthorFilesLines
2011-06-29Add --include-regex and --include-regex-trace optionsBoris Kolpackov1-3/+3
This requires libcutl update.
2011-04-24Add --odb-{prologue,epilogue}-file optionsBoris Kolpackov1-8/+41
2011-04-22Extract #include directives from prologues/epiloguesBoris Kolpackov1-15/+81
This is necessary in a situation where a forward-declared object's definition is #include'd into the ODB compilation with --odb-epilogue. In this case the ODB compiler extract the directive from the epilogue's text.
2011-04-03Squash warningBoris Kolpackov1-1/+1
2011-03-21Move the rest of generators to new ctor-less contextBoris Kolpackov1-120/+132
2011-01-04Copyright updateBoris Kolpackov1-1/+1
2010-10-27Implement support for composite value typesBoris Kolpackov1-3/+5
New test: common/composite.
2010-10-22Implement inclusion of dependant -odb headersBoris Kolpackov1-0/+502
New test: tracer/include.