Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-11-08 | Get rid of special tracer database | Boris Kolpackov | 14 | -331/+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-03-27 | Fix issues preventing building outside source directory | Boris Kolpackov | 1 | -2/+2 | |
2011-02-18 | Add odb::core namespace to be used in using-directives | Boris Kolpackov | 1 | -1/+1 | |
Port all the examples and tests. | |||||
2011-01-04 | Copyright update | Boris Kolpackov | 13 | -13/+13 | |
2010-11-26 | Save test result to a temp file instead of piping it to diff | Boris Kolpackov | 1 | -1/+4 | |
This makes tests more robust. | |||||
2010-10-22 | Implement inclusion of dependant -odb headers | Boris Kolpackov | 14 | -0/+328 | |
New test: tracer/include. |