aboutsummaryrefslogtreecommitdiff
path: root/odb/forward.hxx
AgeCommit message (Collapse)AuthorFilesLines
2010-11-22Forward-declare details::shared_ptrBoris Kolpackov1-0/+9
2010-11-15Add support for custom object pointersBoris Kolpackov1-5/+2
New option: --default-pointer. New object pragma specifier: pointer.
2010-11-06Add container traits interface and implementationBoris Kolpackov1-0/+3
Implementation is provided for the standard C++ containers.
2010-10-27Implement support for composite value typesBoris Kolpackov1-3/+3
New test: common/composite.
2010-08-26Add support for creating other build systems (meta-building)Boris Kolpackov1-0/+4
Add support for automake, VC++ 9, and VC++ 10. Also add the Win32 and 'NULL' threading model implementations.
2010-08-18Move shared_ptr to the details namespaceBoris Kolpackov1-3/+0
2010-08-13Let the DB implementation define a specialization of queryBoris Kolpackov1-3/+0
2010-08-10Add query supportBoris Kolpackov1-0/+3
2010-07-20Get rid of the session mechanism for nowBoris Kolpackov1-2/+1
Add low-level API instead.
2010-06-04Initial implementationBoris Kolpackov1-0/+38