Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 | |
2011-08-04 | Add support for boost::optional and boost::shared_ptr as value wrappers | Boris Kolpackov | 5 | -0/+134 | |
New test: boost/common/optional. | |||||
2011-07-27 | Bump version to 1.6.0 | Boris Kolpackov | 3 | -5/+5 | |
2011-07-25 | Bump version to 1.5.01.5.0 | Boris Kolpackov | 3 | -5/+5 | |
2011-07-22 | Add PostgreSQL support to Boost profile | Constantin Michael | 6 | -0/+285 | |
2011-07-19 | New design for NULL semantics | Boris Kolpackov | 4 | -6/+6 | |
Now, instead of being specified as part of the SQL type with the type pragma, there are separate null and not_null pragmas. The not_null pragma was used to control NULL-ness of object pointers. Now the two pragmas are used consistently for object pointers and simple values (and in the future will work for composite values and containers). | |||||
2011-04-26 | Bump version to 1.4.01.4.0 | Boris Kolpackov | 3 | -5/+5 | |
2011-04-26 | Use struct instead of class in specialization | Boris Kolpackov | 4 | -26/+16 | |
2011-04-24 | Use capitalized Boost name for consistency | Boris Kolpackov | 1 | -11/+11 | |
2011-04-24 | Add missing default_type_traits specializations | Boris Kolpackov | 4 | -0/+36 | |
2011-04-22 | Refactor such that const keyword always precedes type that it qualifies | Constantin Michael | 2 | -8/+8 | |
2011-04-19 | Get rid of image type argument in value_traits | Boris Kolpackov | 4 | -19/+10 | |
2011-04-18 | Fix loaded() function in lazy_ptr to conform to documentation | Boris Kolpackov | 3 | -7/+29 | |
2011-04-05 | Bump version to 1.3.01.3.0 | Boris Kolpackov | 3 | -5/+5 | |
2011-04-05 | Use time_duration::sec_type instead of long | Boris Kolpackov | 1 | -1/+1 | |
2011-04-04 | Add SQLite support for Boost profile | Constantin Michael | 8 | -2/+424 | |
2011-04-04 | Bump version to 1.3.0.b1 | Boris Kolpackov | 3 | -5/+5 | |
2011-03-24 | Implement boost date-time traits as default_value_traits specializations | Constantin Michael | 2 | -6/+7 | |