Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-07-08 | Add support for Visual Studio 2005 | Boris Kolpackov | 1 | -0/+3 | |
2013-06-21 | Add support for running tests in dynamic multi-database mode | Boris Kolpackov | 1 | -5/+5 | |
Only possible in the development build system at this stage. | |||||
2013-02-09 | Update copyright year | Boris Kolpackov | 1 | -1/+1 | |
2013-02-07 | Add Qt5 VC project/solution files | Boris Kolpackov | 1 | -6/+12 | |
2013-02-05 | Add support for change-tracking containers | Boris Kolpackov | 1 | -4/+5 | |
ODB now supports "smart" ordered containers. Such containers get extra functions for updating and deleting individual elements. Based on this functionality implement two change-tracking containers: odb::vector (equivalent to std::vector) and QOdbList (equivalent to QList). New tests: common/container/change-tracking and qt/common/container/change- tracking. | |||||
2012-09-16 | Add support for Visual Studio 2012 | Boris Kolpackov | 1 | -1/+3 | |
2012-09-05 | Support for Qt QUuid persistence | Boris Kolpackov | 1 | -0/+1 | |
This support was added to the basic sub-profile. New test: qt/common/basic. Updated the qt example to use QUuid as an object id. | |||||
2012-01-29 | Update copyright year | Boris Kolpackov | 1 | -1/+1 | |
2012-01-29 | Remove author field from file header | Boris Kolpackov | 1 | -1/+0 | |
Too much effort to maintain. | |||||
2011-04-22 | Add qt/container implementation tests | Constantin Michael | 1 | -0/+1 | |
2011-04-22 | Add tests for qt/smart-ptr | Constantin Michael | 1 | -0/+45 | |