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
/
line_modification.hh
Age
Commit message (
Collapse
)
Author
2023-10-25
Default comparison operators that can be
Maxime Coste
2019-09-01
Introduce FunctionRef to replace std::function when not storing
Maxime Coste
std::function is not necessary when we just want to pass a type erased callback that does not need to own its target. FunctionRef provides that functionality for a much lower compile time cost.
2019-01-24
Header and dependency cleanup
Maxime Coste
2018-10-21
Move LineRangeSet to line_modification.hh
Maxime Coste
2015-01-31
Rewrite line modifications, hopefully with easier to comprehend code
Maxime Coste
2015-01-12
replace all std::vector with Vector
Maxime Coste
2014-12-23
Move containers utils to containers.hh and add filtered/transformed utils
Maxime Coste
2014-05-26
Revert "Remove line modification, replaced by modification"
Maxime Coste
This reverts commit a7540962cc90266f4f46858184b89f048364f9b2.
2014-05-21
Remove line modification, replaced by modification
Maxime Coste
2014-05-14
replace LineChangeWatcher with a free function compute_line_modifications
Maxime Coste