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
/
register_manager.hh
Age
Commit message (
Expand
)
Author
2025-02-16
Revert "WIP history register"
Maxime Coste
2025-02-10
WIP history register
Maxime Coste
2024-08-12
Move debug utils to debug.hh/debug.cc
Maxime Coste
2024-08-12
Reduce headers dependency graph
Maxime Coste
2022-08-16
Remove stale comment about StaticRegister
Johannes Altmanninger
2020-12-23
commands: add "registers" subcommand to :debug
Cole Helbling
2020-07-21
Do not trigger RegisterModified hooks on register about to be restored
Maxime Coste
2020-07-19
Add a RegisterModified hook
Maxime Coste
2020-02-15
Fix invalid memory access when getting the main entry of empty registers
Maxime Coste
2019-11-23
src: Complete register names in `%reg{}` expansions
Frank LENORMAND
2019-07-02
src: Cap the maximum size of history registers
Frank LENORMAND
2019-06-24
Unify register saving/restoring to a Vector
Maxime Coste
2019-06-23
Use register to store prompt history
Maxime Coste
2018-05-17
Avoid needless constant allocation in StaticRegister::set
Maxime Coste
2017-07-19
Migrate code to c++14
Maxime Coste
2017-03-07
Replace uses of UnorderedMap with HashMap
Maxime Coste
2017-02-22
Try to please clang-3.5
Maxime Coste
2017-02-14
Make numeric registers setable
Maxime Coste
2017-01-08
Apply clang-tidy modernize to the codebase
Maxime Coste
2016-03-31
Make DynamicRegister statically dispatch to its function
Maxime Coste
2015-11-25
Refactor registers to initialize all of them at startup and add null register
Maxime Coste
2015-04-23
Move Register to register_manager.hh
Maxime Coste
2015-01-14
Even more memory tracking
Maxime Coste
2015-01-12
replace all std::vector with Vector
Maxime Coste
2014-12-16
Rework hashing, use a more extensible framework similar to n3876 proposal
Maxime Coste
2014-06-06
Add support for long names for registers
Maxime Coste
2014-01-09
Style changes, replace typedefs with usings
Maxime Coste
2013-04-09
sort includes directives
Maxime Coste
2012-08-05
Registers need a context to return their values
Maxime Coste
2012-06-29
support static and dynamic registers, add '%' (filename) and '.' (selection) ...
Maxime Coste
2012-02-09
Merge captures into registers, implements register insertion
Maxime Coste
2012-02-07
add a Register class, registers can now contain a list of string
Maxime Coste
2011-09-23
Basic support for yanking and pasting
Maxime Coste