aboutsummaryrefslogtreecommitdiffstats
path: root/common/intrusive_ptr.h
Commit message (Expand)AuthorAgeFilesLines
* Don't clean up more than necessary on destructionChris Robinson2019-09-201-2/+8
* Modify LIKELY and UNLIKELY to not need extra parenthesisChris Robinson2019-08-041-1/+1
* Add operator* to intrusive_ptrChris Robinson2019-08-011-0/+1
* Add and use an intrusive_ptr typeChris Robinson2019-08-011-0/+65
* Add a common base for auto-deleting ref-counted objectsChris Robinson2019-08-011-0/+48