This website requires JavaScript.
Explore
Help
Sign in
Stowage
/
ladybird
Watch
2
Star
0
Fork
You've already forked ladybird
0
mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced
2025-11-11 02:31:04 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
d1fbb7b51e
ladybird
/
Libraries
/
LibDiff
/
CMakeLists.txt
7 lines
75 B
Text
Raw
Normal View
History
Unescape
Escape
LibDiff: Add library for working with diffs LibDiff currently contains functionality for parsing diffs in the "unified format" and for a generating simple diff that contains only additions.
2020-09-12 20:38:55 +03:00
set(SOURCES
Format.cpp
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-15 21:58:53 -04:00
Generator.cpp
LibDiff: Add library for working with diffs LibDiff currently contains functionality for parsing diffs in the "unified format" and for a generating simple diff that contains only additions.
2020-09-12 20:38:55 +03:00
)
CMake: Rename serenity_* helper functions/macros to ladybird_*
2025-06-30 08:11:44 -07:00
ladybird_lib(LibDiff diff)
Reference in a new issue
Copy permalink