summaryrefslogtreecommitdiff
path: root/odb/tracer/inline.cxx
AgeCommit message (Collapse)AuthorFilesLines
2011-11-08Get rid of special tracer databaseBoris Kolpackov1-92/+0
The include, types, and pragma tests have been moved to the common/ directory while the object test has been merged into common/lifecycle. The transaction test will be re-implemented as common/ test as soon as SQL statement tracing support is merged.
2011-08-31Cosmetic changes and cleanupsBoris Kolpackov1-1/+1
Rename some functions to have consistent names. Add object() predicate.
2011-07-04Implement support for database operations callbacksBoris Kolpackov1-0/+14
New object pragma: callback. New test: common/callback. New manual section: 10.1.4, "callback".
2011-04-25Add support for abstract object typesBoris Kolpackov1-1/+1
2011-03-21Move the rest of generators to new ctor-less contextBoris Kolpackov1-0/+1
2011-03-21Move tracer to new ctor-less contextBoris Kolpackov1-21/+24
2011-01-04Copyright updateBoris Kolpackov1-1/+1
2010-11-06Add support for container persistenceBoris Kolpackov1-3/+1
2010-09-13Change GPL v3Boris Kolpackov1-1/+1
2010-08-19Prevent nested class/typedef traversalBoris Kolpackov1-1/+1
2010-07-23Add generation of the image class definitionBoris Kolpackov1-34/+34
2010-07-22Next chunk of functionalityBoris Kolpackov1-0/+76
Add SQL language lexer. Implement MySQL type declaration parser. Create sub-directories for databases, currently mysql and tracer. Create MySQL-specific context.