Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-03-30 | Autotools support for SQLite | Boris Kolpackov | 19 | -5/+176 | |
2011-03-29 | Handle deadlocks and SQLite-specific issues | Boris Kolpackov | 1 | -8/+36 | |
2011-03-28 | Factor out common buffer implementation | Boris Kolpackov | 5 | -159/+94 | |
2011-03-28 | Add SQLite-specific tests | Boris Kolpackov | 26 | -0/+1803 | |
2011-03-28 | Cosmetic changes | Boris Kolpackov | 1 | -5/+5 | |
2011-03-28 | Add schema creation flag to create_database() | Boris Kolpackov | 4 | -4/+15 | |
2011-03-28 | Use dummy boost/version instead of full boost profile | Boris Kolpackov | 1 | -2/+2 | |
The actual tests should use specific sub-profiles that they test. | |||||
2011-03-28 | Use odb/ instead of odb/mysql/ headers | Boris Kolpackov | 1 | -2/+2 | |
2011-03-28 | Recode tests to work with implementations lacking result::size() | Boris Kolpackov | 8 | -22/+52 | |
2011-03-27 | Add traits implementation for SQLite | Boris Kolpackov | 3 | -48/+124 | |
2011-03-27 | Build infrastructure for SQLite | Boris Kolpackov | 10 | -9/+184 | |
2011-03-27 | Fix issues preventing building outside source directory | Boris Kolpackov | 29 | -75/+80 | |
2011-03-21 | Link to threaded libmysqlclient in libodb-mysql import stub | Boris Kolpackov | 1 | -1/+1 | |
2011-03-15 | Bump version to 1.2.01.2.0 | Boris Kolpackov | 1 | -1/+1 | |
2011-03-08 | Add boost/common/smart-ptr and boost/common/unordered tests | Constantin Michael | 9 | -0/+798 | |
2011-03-08 | Use more consistent naming convention | Boris Kolpackov | 1 | -15/+15 | |
2011-03-02 | Fix for tests in subdirectories support | Boris Kolpackov | 1 | -1/+1 | |
2011-03-02 | Add support for boost date, ptime, and time_duration | Constantin Michael | 5 | -0/+354 | |
2011-03-01 | Add support for building only certain configurations/platforms on Windows | Boris Kolpackov | 3 | -22/+64 | |
2011-02-25 | Add support for tests in subdirectories | Boris Kolpackov | 45 | -114/+114 | |
2011-02-22 | Fix iteration over uncached query result | Boris Kolpackov | 2 | -0/+15 | |
2011-02-18 | Add odb::core namespace to be used in using-directives | Boris Kolpackov | 26 | -36/+38 | |
Port all the examples and tests. | |||||
2011-02-17 | Update INSTALL with boost profile instructions | Boris Kolpackov | 1 | -39/+47 | |
2011-02-17 | Add test infrastructure for boost profile | Boris Kolpackov | 50 | -11/+2993 | |
2011-02-15 | Get rid of build version in INSTALL-GIT (just use latest) | Boris Kolpackov | 1 | -1/+1 | |
2011-02-04 | Cosmetic changes | Boris Kolpackov | 1 | -1/+1 | |
2011-02-01 | Detect and ignore inner names in fq_*() functions | Boris Kolpackov | 1 | -0/+35 | |
2011-01-24 | Workaround VC 10 bug1.1.0 | Boris Kolpackov | 1 | -1/+1 | |
2011-01-24 | Rename type to avoid conflict with member | Boris Kolpackov | 1 | -2/+2 | |
2011-01-24 | Add missing header to distribution | Boris Kolpackov | 1 | -1/+1 | |
2011-01-24 | Fix bug in makefile | Boris Kolpackov | 1 | -1/+1 | |
2011-01-24 | Bump version to 1.1.0 | Boris Kolpackov | 1 | -1/+1 | |
2011-01-18 | Add support for native SQL statement execution | Boris Kolpackov | 4 | -0/+152 | |
New test: mysql/native. New manual section: 3.9, "Executing Native SQL Statements". | |||||
2011-01-18 | Remove always-empty variable | Boris Kolpackov | 1 | -1/+1 | |
2011-01-04 | Copyright update | Boris Kolpackov | 138 | -138/+138 | |
2010-12-13 | Detect TR1 <memory> availability | Boris Kolpackov | 27 | -186/+156 | |
Also use the wrapper header from libodb. | |||||
2010-12-10 | Cosmetic changes | Boris Kolpackov | 1 | -2/+2 | |
2010-12-09 | Cosmetic change (rename naked pointer to raw pointer) | Boris Kolpackov | 4 | -4/+4 | |
2010-12-09 | Add lazy pointer support | Boris Kolpackov | 8 | -22/+651 | |
Built-in support is provided for raw, auto, and tr1 shared/weak pointers. New test: common/lazy-ptr. | |||||
2010-11-28 | Simplify tests by using literal names | Boris Kolpackov | 5 | -46/+28 | |
2010-11-26 | Postpone fetching of the data for cached results | Boris Kolpackov | 2 | -0/+19 | |
This way if an object of the same type is loaded in between iteration, the fetched image won't be messed up. | |||||
2010-11-26 | Save test result to a temp file instead of piping it to diff | Boris Kolpackov | 22 | -21/+88 | |
This makes tests more robust. | |||||
2010-11-26 | Add support for recursive object loading | Boris Kolpackov | 1 | -24/+23 | |
If an object of a type needs to be loaded recursively, then it is addded to the delayed loading list which is processed once the statements are unlocked. | |||||
2010-11-25 | Add support for object pointers in query | Boris Kolpackov | 3 | -1/+58 | |
2010-11-24 | Implement support for many-to-{one,many} inverse relationships | Boris Kolpackov | 2 | -30/+235 | |
2010-11-24 | Add support for unordered storage of ordered containers | Boris Kolpackov | 2 | -1/+27 | |
New pragma: unordered. | |||||
2010-11-24 | Bump version to 1.1.0.a2 | Boris Kolpackov | 1 | -1/+1 | |
2010-11-24 | Keep track of extra headers for the dist target | Boris Kolpackov | 2 | -2/+4 | |
2010-11-22 | Test one-to-{one,many} inverse relationships | Boris Kolpackov | 6 | -0/+446 | |
2010-11-22 | Test const object operations | Boris Kolpackov | 5 | -0/+380 | |