Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-01-03 | Update copyright year | Boris Kolpackov | 1 | -1/+1 | |
2015-11-29 | Fix bug in lazy_ptr implementation | Boris Kolpackov | 1 | -1/+1 | |
2015-08-14 | Reimplement lazy_weak_ptr lock() to preserve database type | Boris Kolpackov | 1 | -0/+7 | |
Now we initialize the returned lazy_shared_ptr with the same loader function as the one set for weak_ptr. | |||||
2015-02-06 | Update copyright | Boris Kolpackov | 1 | -1/+1 | |
2013-05-21 | Add ability to get underlying eager pointer in weak pointers | Boris Kolpackov | 1 | -0/+14 | |
2013-05-21 | Ignore requests to load transient objects in lazy pointers | Boris Kolpackov | 1 | -5/+6 | |
2013-02-09 | Update copyright year | Boris Kolpackov | 1 | -1/+1 | |
2012-12-10 | Fix incorrect return statement | Boris Kolpackov | 1 | -2/+2 | |
2012-10-29 | Add static multi-database support for lazy pointers | Boris Kolpackov | 1 | -49/+49 | |
A lazy pointer must load the object using the static database interface with which it was initialized. | |||||
2012-07-03 | Add template qualifiers that are missing according to Clang 3.1 | Boris Kolpackov | 1 | -2/+6 | |
2012-02-28 | Fix incorrect reset() signature | Boris Kolpackov | 1 | -1/+1 | |
2012-01-29 | Update copyright year | Boris Kolpackov | 1 | -1/+1 | |
2012-01-29 | Remove author field from file header | Boris Kolpackov | 1 | -1/+0 | |
Too much effort to maintain. | |||||
2011-04-18 | Fix loaded() function in lazy_ptr to conform to documentation | Boris Kolpackov | 1 | -2/+4 | |
2011-02-04 | Add support for smart-ptr, unordered, and date_time (basic) | Boris Kolpackov | 1 | -0/+649 | |