index
:
kakoune.git
master
Unnamed repository; edit this file 'description' to name the repository.
Mike Vink
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
safe_ptr.hh
Age
Commit message (
Expand
)
Author
2024-08-26
Fix includes for debug build
Maxime Coste
2024-08-16
include headers cleanup
AdriĆ Arrufat
2019-01-24
Header and dependency cleanup
Maxime Coste
2017-08-04
Fix SafeCountable and RefCountable copy/move logic
Maxime Coste
2017-01-31
Add some noexcept to pointer policies
Maxime Coste
2017-01-21
Fix SafeCountable callstack tracking
Maxime Coste
2016-12-03
Small include fix
Maxime Coste
2016-12-03
Refactor RefPtr handling to use a policy class
Maxime Coste
2015-06-10
Style tweak
Maxime Coste
2015-05-27
Extract Backtrace out of SafePtr as a general utility
Maxime Coste
2015-05-26
Retreat ! go back to C++11 only code
Maxime Coste
2015-05-25
Migrate code to c++14
Maxime Coste
2015-02-23
Use RefPtr as SafePtr backend
Maxime Coste
2015-02-19
Rename safe_ptr and ref_ptr to SafePtr and RefPtr
Maxime Coste
2015-01-12
replace all std::vector with Vector
Maxime Coste
2014-12-23
Remove trailing blank lines
Maxime Coste
2014-10-28
Add noexcept spec to move constructor and move assign
Maxime Coste
2014-08-12
Make safe_ptr able to track callstacks
Maxime Coste