aboutsummaryrefslogtreecommitdiff
path: root/odb/lazy-ptr-impl.txx
AgeCommit message (Collapse)AuthorFilesLines
2019-01-16Update copyright yearKaren Arutyunov1-1/+1
2018-05-24Update copyright yearKaren Arutyunov1-1/+1
2017-01-03Update copyright yearBoris Kolpackov1-1/+1
2016-08-15Remove inclusion of <odb/database.hxx> from lazy-ptr headerBoris Kolpackov1-2/+3
Its inclusion slowed down compilation significantly. The consequence of this change is that you will now have to make sure <odb/database.hxx> is included in source files that initialize persistent lazy_ptr instances. But that is probably acceptable (and is probably already the case anyway most of the time).
2016-03-22Use object_type instead of T in case T is const T1Boris Kolpackov1-1/+2
2015-02-06Update copyrightBoris Kolpackov1-1/+1
2013-02-09Update copyright yearBoris Kolpackov1-1/+1
2012-10-29Add static multi-database support for lazy pointersBoris Kolpackov1-1/+10
A lazy pointer must load the object using the static database interface with which it was initialized.
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-01-04Copyright updateBoris Kolpackov1-1/+1
2010-12-09Add lazy pointer supportBoris Kolpackov1-0/+51
Built-in support is provided for raw, auto, and tr1 shared/weak pointers. New test: common/lazy-ptr.