summaryrefslogtreecommitdiff
path: root/src/diff.hh
AgeCommit message (Expand)Author
2018-02-09diff: try to improve code readabilityMaxime Coste
2017-09-07Small code simplificationsMaxime Coste
2017-07-23Limit diff algorithm complexityMaxime Coste
2017-07-20More cleanups in diff codeMaxime Coste
2017-07-18Use the provided equal functor for prefix/suffix detection in diffMaxime Coste
2017-07-18More refactoring of the diff code in order to make it cleanerMaxime Coste
2017-07-18Change diff Implementation to use end indices instead of lengthMaxime Coste
2017-07-17Slight style changeMaxime Coste
2017-07-17Refactor find_diff_rec and detect kept prefix/suffixes earlyMaxime Coste
2017-07-17Remove MirroredArray for diff implementationMaxime Coste
2017-07-15Small code cleanup in diff implementationMaxime Coste
2017-01-29Remove unused Diff::posA fieldMaxime Coste
2015-11-19Remove trailing whitespacesMichael Vetter
2015-07-13Formatting tweakMaxime Coste
2015-05-19Add headers guard to diff.hh along with a comment about the algorithmMaxime Coste
2015-05-18Fix bug in diff implementations (missing snake after d=1 change) and refactorMaxime Coste
2015-05-17Only initialize element 1 in mirrored arrays.Maxime Coste
2015-05-15Another bug fix in diff implementationMaxime Coste
2015-05-14always_inline a few methodsMaxime Coste
2015-05-14Fix bugs in diff implementationMaxime Coste
2015-05-13Fix diff implementation and change the Diff struct formatMaxime Coste
2015-05-12Add initial diff implementation based Eugene W. Myers' algorithmMaxime Coste