summaryrefslogtreecommitdiff
path: root/odb/include.cxx
AgeCommit message (Collapse)AuthorFilesLines
2011-09-19Rename generation_failed exception to operation_failedBoris Kolpackov1-3/+3
A more generic name is required since it is now used in both generator and processor (and in the future may be used validator).
2011-09-05Support for views; native partBoris Kolpackov1-1/+3
2011-08-31Rename comp_value() predicate to composite()Boris Kolpackov1-1/+1
2011-08-31Cosmetic changes and cleanupsBoris Kolpackov1-1/+1
Rename some functions to have consistent names. Add object() predicate.
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.