summaryrefslogtreecommitdiff
path: root/src/safe_ptr.hh
AgeCommit message (Expand)Author
2024-08-26Fix includes for debug buildMaxime Coste
2024-08-16include headers cleanupAdriĆ  Arrufat
2019-01-24Header and dependency cleanupMaxime Coste
2017-08-04Fix SafeCountable and RefCountable copy/move logicMaxime Coste
2017-01-31Add some noexcept to pointer policiesMaxime Coste
2017-01-21Fix SafeCountable callstack trackingMaxime Coste
2016-12-03Small include fixMaxime Coste
2016-12-03Refactor RefPtr handling to use a policy classMaxime Coste
2015-06-10Style tweakMaxime Coste
2015-05-27Extract Backtrace out of SafePtr as a general utilityMaxime Coste
2015-05-26Retreat ! go back to C++11 only codeMaxime Coste
2015-05-25Migrate code to c++14Maxime Coste
2015-02-23Use RefPtr as SafePtr backendMaxime Coste
2015-02-19Rename safe_ptr and ref_ptr to SafePtr and RefPtrMaxime Coste
2015-01-12replace all std::vector with VectorMaxime Coste
2014-12-23Remove trailing blank linesMaxime Coste
2014-10-28Add noexcept spec to move constructor and move assignMaxime Coste
2014-08-12Make safe_ptr able to track callstacksMaxime Coste