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
/
ref_ptr.hh
Age
Commit message (
Expand
)
Author
2024-08-15
Remove some more unnecessary includes
Maxime Coste
2022-04-12
Fix crash when deleting a buffer from a user mapping
Maxime Coste
2018-02-28
RefPtr: use inconditional noexcept specification on destructor
Maxime Coste
2018-02-25
RefPtr: Add some more noexcept specifications
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-29
Remove unneeded assignment to null in RefPtr::release
Maxime Coste
2016-12-03
Refactor RefPtr handling to use a policy class
Maxime Coste
2015-12-12
Fix input mode keep alive handling, use a refcount for input modes
Maxime Coste
2015-11-10
Avoid unneeded inc/dec rec in RefPtr::operator=
Maxime Coste
2015-11-07
Store the last used buffer in clients
Maxime Coste
2015-11-04
always_inline a few RefPtr operators
Maxime Coste
2015-02-24
Always inline RefPtr::{acquire,release,moved}
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-18
Replace std::shared_ptr with homemade, intrusive, ref_ptr
Maxime Coste