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
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