aboutsummaryrefslogtreecommitdiff
path: root/odb/qt/smart-ptr/lazy-ptr.hxx
AgeCommit message (Collapse)AuthorFilesLines
2015-02-06Update copyrightBoris Kolpackov1-1/+1
2013-05-21Add ability to get underlying eager pointer in weak pointersBoris Kolpackov1-0/+12
2013-02-09Update copyright yearBoris Kolpackov1-1/+1
2012-10-29Add static multi-database support for lazy pointersBoris Kolpackov1-15/+16
A lazy pointer must load the object using the static database interface with which it was initialized.
2012-03-02Portability workarounds for incomplete C++11 support in VC++ and old GCCBoris Kolpackov1-2/+2
2012-02-28Improve lazy pointer interface if C++11 is availableBoris Kolpackov1-0/+9
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-27Use QtCore prefix when including Qt headers1.4.0Boris Kolpackov1-3/+3
This appears to be more portable. For example, on Mac OS X with -framework QtCore option include <QString> does not work while including <QtCore/QString> does.
2011-04-22Add qt/smart-ptr implementationConstantin Michael1-0/+415