aboutsummaryrefslogtreecommitdiff
path: root/odb/boost/uuid
AgeCommit message (Collapse)AuthorFilesLines
2012-09-14Use memset instead of nil_generatorBoris Kolpackov5-15/+10
The nil_generator.hpp header is not available in earlier versions.
2012-09-05Support for Boost uuid persistenceBoris Kolpackov15-0/+554
New Boost sub-profile: uuid. New test: boost/common/uuid. Updated the boost example to use uuid as an object id.