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
/
diff.hh
Age
Commit message (
Expand
)
Author
2020-02-18
Make diff implementation able to work on different iterator types
Maxime Coste
2019-12-01
src: Fix the build on Mac
Frank LENORMAND
2019-11-30
Refactor diff to make allocating a diff vector optional
Maxime Coste
2018-02-09
diff: try to improve code readability
Maxime Coste
2017-09-07
Small code simplifications
Maxime Coste
2017-07-23
Limit diff algorithm complexity
Maxime Coste
2017-07-20
More cleanups in diff code
Maxime Coste
2017-07-18
Use the provided equal functor for prefix/suffix detection in diff
Maxime Coste
2017-07-18
More refactoring of the diff code in order to make it cleaner
Maxime Coste
2017-07-18
Change diff Implementation to use end indices instead of length
Maxime Coste
2017-07-17
Slight style change
Maxime Coste
2017-07-17
Refactor find_diff_rec and detect kept prefix/suffixes early
Maxime Coste
2017-07-17
Remove MirroredArray for diff implementation
Maxime Coste
2017-07-15
Small code cleanup in diff implementation
Maxime Coste
2017-01-29
Remove unused Diff::posA field
Maxime Coste
2015-11-19
Remove trailing whitespaces
Michael Vetter
2015-07-13
Formatting tweak
Maxime Coste
2015-05-19
Add headers guard to diff.hh along with a comment about the algorithm
Maxime Coste
2015-05-18
Fix bug in diff implementations (missing snake after d=1 change) and refactor
Maxime Coste
2015-05-17
Only initialize element 1 in mirrored arrays.
Maxime Coste
2015-05-15
Another bug fix in diff implementation
Maxime Coste
2015-05-14
always_inline a few methods
Maxime Coste
2015-05-14
Fix bugs in diff implementation
Maxime Coste
2015-05-13
Fix diff implementation and change the Diff struct format
Maxime Coste
2015-05-12
Add initial diff implementation based Eugene W. Myers' algorithm
Maxime Coste