Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-02-06 | Fix incorrect AC_LANG_SOURCE quoting | Boris Kolpackov | 3 | -21/+21 | |
Thanks to Hugo Mildenberger <Hugo.Mildenberger@web.de> for the patch. | |||||
2013-02-05 | Initialize the sign member of MYSQL_TIME image | Boris Kolpackov | 2 | -1/+4 | |
2013-02-05 | Add support for change-tracking containers | Boris Kolpackov | 2 | -36/+42 | |
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. | |||||
2013-01-15 | Bump version to 2.2.0.a3 | Boris Kolpackov | 3 | -7/+7 | |
2012-12-12 | Bump version to 2.2.0.a22.2.0.a2 | Boris Kolpackov | 2 | -6/+6 | |
2012-12-10 | Fix incorrect return statement | Boris Kolpackov | 1 | -2/+2 | |
2012-10-29 | Bump version to 2.2.0.a12.2.0.a1 | Boris Kolpackov | 3 | -7/+7 | |
2012-10-29 | Add static multi-database support for lazy pointers | Boris Kolpackov | 2 | -69/+69 | |
A lazy pointer must load the object using the static database interface with which it was initialized. | |||||
2012-09-16 | Add support for Visual Studio 20122.1.0 | Boris Kolpackov | 5 | -4/+231 | |
2012-09-14 | Use memset instead of nil_generator | Boris Kolpackov | 5 | -15/+10 | |
The nil_generator.hpp header is not available in earlier versions. | |||||
2012-09-14 | Bump version to 2.1.0 | Boris Kolpackov | 3 | -7/+7 | |
2012-09-06 | Use default_value_traits instead of value_traits | Boris Kolpackov | 2 | -3/+3 | |
2012-09-05 | Support for Boost uuid persistence | Boris Kolpackov | 17 | -0/+561 | |
New Boost sub-profile: uuid. New test: boost/common/uuid. Updated the boost example to use uuid as an object id. | |||||
2012-09-03 | C++11 optimizations for Boost unordered containers sub-profile | Boris Kolpackov | 1 | -0/+21 | |
2012-09-03 | Add support for Boost Multi-Index container in Boost profile | Boris Kolpackov | 3 | -0/+223 | |
2012-07-30 | Add missing <odb/post.hxx> includes | Boris Kolpackov | 5 | -0/+10 | |
2012-07-27 | Bump version to 2.1.0.a22.1.0.a2 | Boris Kolpackov | 3 | -7/+7 | |
2012-07-17 | Bump version to 2.1.0.a12.1.0.a1 | Boris Kolpackov | 3 | -7/+7 | |
2012-07-03 | Add template qualifiers that are missing according to Clang 3.1 | Boris Kolpackov | 3 | -5/+10 | |
2012-06-27 | Add support for mapping posix_time::ptime and QDateTime to DATE Oracle type | Boris Kolpackov | 1 | -2/+65 | |
2012-05-04 | Add -D_REENTRANT when building on Linux to emulate -pthread | Boris Kolpackov | 1 | -1/+3 | |
2012-04-29 | Bump version to 2.0.02.0.0 | Boris Kolpackov | 3 | -7/+7 | |
2012-04-23 | Polymorphic inheritance support | Boris Kolpackov | 1 | -1/+15 | |
2012-03-02 | Bump version to 1.9.0.a1 | Boris Kolpackov | 3 | -7/+7 | |
2012-03-02 | Portability workarounds for incomplete C++11 support in VC++ and old GCC | Boris Kolpackov | 1 | -2/+2 | |
2012-02-28 | Improve lazy pointer interface if C++11 is available | Boris Kolpackov | 1 | -0/+9 | |
2012-02-28 | Fix incorrect reset() signature | Boris Kolpackov | 2 | -2/+2 | |
2012-01-29 | Bump version to 1.8.01.8.0 | Boris Kolpackov | 3 | -7/+7 | |
2012-01-29 | Update copyright year | Boris Kolpackov | 74 | -74/+74 | |
2012-01-29 | Remove author field from file header | Boris Kolpackov | 74 | -77/+1 | |
Too much effort to maintain. | |||||
2012-01-13 | Boost profile implementation for SQL Server | Boris Kolpackov | 6 | -0/+330 | |
2011-12-05 | Bump version to 1.7.01.7.0 | Boris Kolpackov | 3 | -7/+7 | |
2011-12-05 | Improve PostgreSQL boost date-time mappings to handle microsecond resolution | Constantin Michael | 1 | -23/+33 | |
Note that these changes also remove the limitation for minimum and maximum date times imposed by the Boost 64 bit std::time_t implementation. The ptime mapping no longer utilizes the Boost std::time_t interface. | |||||
2011-12-05 | Add link to licensing overview page | Boris Kolpackov | 1 | -0/+6 | |
2011-11-29 | Include default mapping in prologue instead of epilogue (Oracle) | Boris Kolpackov | 2 | -2/+10 | |
2011-11-24 | Rename min to minute to avoid clash with unfortunately named MSVC macro | Constantin Michael | 2 | -5/+5 | |
2011-11-15 | Remove unnecessary variable initializations | Constantin Michael | 2 | -5/+5 | |
2011-11-08 | Implement Boost profile for Oracle | Constantin Michael | 6 | -0/+315 | |
2011-11-03 | Qualify details namespace with odb to help buggy VC++1.7.0.a1 | Boris Kolpackov | 1 | -1/+1 | |
2011-11-02 | Include default mapping in prologue instead of epilogue | Boris Kolpackov | 6 | -6/+30 | |
This will allow the user to customize the mapping. | |||||
2011-11-02 | Bump version to 1.7.0.a1 | Boris Kolpackov | 3 | -7/+7 | |
2011-10-28 | Introduce interface version for Qt and Boost profiles | Boris Kolpackov | 2 | -5/+14 | |
This will allow us to make bugfix releases without having to update ODB compiler binaries, which include these libraries. | |||||
2011-10-27 | Make sure output directory exist before generating config.h | Boris Kolpackov | 1 | -1/+1 | |
2011-10-21 | Add support for const data members | Boris Kolpackov | 2 | -6/+18 | |
Const data members are automatically treated as readonly. New test: const-member. | |||||
2011-10-19 | Mention autotools as prerequisite in INSTALL-GIT | Boris Kolpackov | 1 | -3/+9 | |
2011-10-03 | Bump version to 1.6.01.6.01.6 | Boris Kolpackov | 3 | -5/+5 | |
2011-09-22 | Workaround for VC91.6.0.a2 | Boris Kolpackov | 1 | -1/+1 | |
2011-09-21 | Rework const object handling | Boris Kolpackov | 1 | -0/+11 | |
Now objects are always loaded as non-const and the object cache in session treats all objects as non-const. | |||||
2011-09-20 | Bump version to 1.6.0.a2 | Boris Kolpackov | 3 | -5/+5 | |
2011-08-22 | Bump version to 1.6.0.a11.6.0.a1 | Boris Kolpackov | 3 | -5/+5 | |