ladybird/Userland/Libraries/LibDiff
Mustafa Quraish 5e28da1aa4 LibDiff: Add new API to generate hunks from two pieces of text
For now this is just a standard implementation of the longest
common subsequence algorithm over the lines, except that it doesn't
do any coalescing of the lines. This isn't really ideal since
we get a single Hunk per changed line, and is definitely something
to improve in the future.
2021-09-17 16:56:59 +00:00
..
CMakeLists.txt LibDiff: Add new API to generate hunks from two pieces of text 2021-09-17 16:56:59 +00:00
Format.cpp LibDiff: Convert StringBuilder::appendf() => AK::Format 2021-05-07 21:12:09 +02:00
Format.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
Generator.cpp LibDiff: Add new API to generate hunks from two pieces of text 2021-09-17 16:56:59 +00:00
Generator.h LibDiff: Add new API to generate hunks from two pieces of text 2021-09-17 16:56:59 +00:00
Hunks.cpp AK+Everywhere: Consolidate String::index_of() and String::find() 2021-05-24 11:59:18 +02:00
Hunks.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00