aboutsummaryrefslogtreecommitdiff
path: root/common/lazy-ptr
AgeCommit message (Collapse)AuthorFilesLines
2011-03-27Fix issues preventing building outside source directoryBoris Kolpackov1-3/+3
2011-03-08Use more consistent naming conventionBoris Kolpackov1-15/+15
2011-02-25Add support for tests in subdirectoriesBoris Kolpackov1-1/+1
2011-02-18Add odb::core namespace to be used in using-directivesBoris Kolpackov1-1/+1
Port all the examples and tests.
2011-01-04Copyright updateBoris Kolpackov3-3/+3
2010-12-13Detect TR1 <memory> availabilityBoris Kolpackov2-44/+4
Also use the wrapper header from libodb.
2010-12-10Cosmetic changesBoris Kolpackov1-2/+2
2010-12-09Cosmetic change (rename naked pointer to raw pointer)Boris Kolpackov2-2/+2
2010-12-09Add lazy pointer supportBoris Kolpackov5-0/+634
Built-in support is provided for raw, auto, and tr1 shared/weak pointers. New test: common/lazy-ptr.