Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 | 2 | -4/+4 | |
2011-08-22 | Bump version to 1.6.0.a11.6.0.a1 | Boris Kolpackov | 2 | -4/+4 | |
2011-08-04 | Add support for boost::optional and boost::shared_ptr as value wrappers | Boris Kolpackov | 4 | -0/+133 | |
New test: boost/common/optional. | |||||
2011-07-27 | Bump version to 1.6.0 | Boris Kolpackov | 2 | -4/+4 | |
2011-07-25 | Bump version to 1.5.01.5.0 | Boris Kolpackov | 2 | -4/+4 | |
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 | 2 | -4/+4 | |
2011-04-26 | Use struct instead of class in specialization | Boris Kolpackov | 4 | -26/+16 | |
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 | 2 | -4/+4 | |
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 | 2 | -4/+4 | |
2011-03-24 | Implement boost date-time traits as default_value_traits specializations | Constantin Michael | 2 | -6/+7 | |
2011-03-15 | Bump version to 1.2.01.2.0 | Boris Kolpackov | 2 | -4/+4 | |
2011-03-02 | Get rid of unnecessary qualifications | Boris Kolpackov | 1 | -2/+2 | |
2011-03-02 | Add support for boost date, ptime, and time_duration | Constantin Michael | 7 | -3/+221 | |
2011-02-18 | Add boost/lazy-ptr.hxx shortcut header | Boris Kolpackov | 1 | -0/+11 | |
2011-02-04 | Add support for smart-ptr, unordered, and date_time (basic) | Boris Kolpackov | 19 | -29/+1546 | |
2011-01-31 | Initial Boost profile template | Boris Kolpackov | 11 | -0/+832 | |