aboutsummaryrefslogtreecommitdiff
path: root/common/makefile
AgeCommit message (Collapse)AuthorFilesLines
2011-09-05Support for views; native partBoris Kolpackov1-0/+1
2011-08-22Add database::erase_query() functionBoris Kolpackov1-0/+1
New test: common/erase-query. Documentation is in Section 3.9, "Deleting Persistent Objects". The current implementation does not work well with the session (no removal of the erased objects from the cache).
2011-08-04Add support for value wrappersBoris Kolpackov1-1/+2
Wrapper is a class that wraps another type. Examples of wrappers are various smart pointers, holders, etc. A wrapper can be transparent or it can handle the NULL semantics. The new odb::nullable class template is a NULL wrapper that helps to add the NULL semantics to a value type. New test: common/wrapper.
2011-07-22Add pragma for setting type's or member's default valueBoris Kolpackov1-0/+1
New pragma: default. New test: default.
2011-07-04Implement support for database operations callbacksBoris Kolpackov1-0/+1
New object pragma: callback. New test: common/callback. New manual section: 10.1.4, "callback".
2011-04-22Initial support for non-polymorphic inheritanceBoris Kolpackov1-0/+1
Every class gets a separate table. New test: common/inheritance.
2011-04-18Implement automatic mapping for C++ enumsBoris Kolpackov1-0/+1
2011-02-25Add support for tests in subdirectoriesBoris Kolpackov1-1/+1
2011-01-04Copyright updateBoris Kolpackov1-1/+1
2010-12-09Add lazy pointer supportBoris Kolpackov1-0/+1
Built-in support is provided for raw, auto, and tr1 shared/weak pointers. New test: common/lazy-ptr.
2010-11-22Test one-to-{one,many} inverse relationshipsBoris Kolpackov1-0/+1
2010-11-22Test const object operationsBoris Kolpackov1-0/+1
2010-11-17Add support for unidirectional object relationshipsBoris Kolpackov1-3/+4
New test: common/relationship.
2010-11-06Add a test for container persistenceBoris Kolpackov1-0/+1
2010-10-27Implement support for composite value typesBoris Kolpackov1-0/+1
New test: common/composite.
2010-10-07Add support for persistent classes without default ctorsBoris Kolpackov1-0/+1
New test: common/ctor.
2010-09-10Add automated build and test scripts for WindowsBoris Kolpackov1-1/+2
2010-09-08Add suppor for VC++ buildBoris Kolpackov1-1/+10
2010-09-06Add automake build supportBoris Kolpackov1-5/+21
2010-08-19Test automatic id assignmentBoris Kolpackov1-0/+1
2010-08-18Add multi-threading testBoris Kolpackov1-0/+2
2010-08-10Query testBoris Kolpackov1-1/+2
2010-08-03New testsBoris Kolpackov1-1/+2
2010-06-04Initial set of testsBoris Kolpackov1-0/+20