aboutsummaryrefslogtreecommitdiff
path: root/odb/lazy-ptr-impl.hxx
AgeCommit message (Collapse)AuthorFilesLines
2013-02-09Update copyright yearBoris Kolpackov1-1/+1
2012-10-29Add static multi-database support for lazy pointersBoris Kolpackov1-10/+20
A lazy pointer must load the object using the static database interface with which it was initialized.
2012-02-28Support for C++11 std::shared_ptr/weak_ptr as object pointersBoris Kolpackov1-0/+32
This includes odb::lazy_shared_ptr and odb::lazy_weak_ptr implementations.
2012-01-29Update copyright yearBoris Kolpackov1-1/+1
2012-01-29Remove author field from file headerBoris Kolpackov1-1/+0
Too much effort to maintain.
2011-04-18Fix loaded() function in lazy_ptr to conform to documentationBoris Kolpackov1-1/+1
2011-01-04Copyright updateBoris Kolpackov1-1/+1
2010-12-09Add lazy pointer supportBoris Kolpackov1-0/+149
Built-in support is provided for raw, auto, and tr1 shared/weak pointers. New test: common/lazy-ptr.