summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibDiff
AgeCommit message (Expand)Author
2022-04-01Everywhere: Run clang-formatIdan Horowitz
2022-03-08LibDiff: Generate hunks for new/deleted filesDaniel Bertalan
2022-02-09LibDiff: Flush leftover hunks at the endItamar
2021-12-31LibDiff: Fix error when parsing a 'new' hunk locationConor Byrne
2021-11-11Everywhere: Pass AK::StringView by valueAndreas Kling
2021-11-10AK+Everywhere: Stop including Vector.h from StringView.hAndreas Kling
2021-09-24LibDiff: Coalesce adjacent changes into the same HunkMustafa Quraish
2021-09-24LibDiff: Perform diffing-algorithm in reverse orderMustafa Quraish
2021-09-17LibDiff: Add new API to generate hunks from two pieces of textMustafa Quraish
2021-05-24AK+Everywhere: Consolidate String::index_of() and String::find()Andreas Kling
2021-05-07LibDiff: Convert StringBuilder::appendf() => AK::FormatAndreas Kling
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-02-23Everywhere: Rename ASSERT => VERIFYAndreas Kling
2021-01-25Everywhere: Debug macros instead of constexpr.asynts
2021-01-22Everywhere: Replace a bundle of dbg with dbgln.asynts
2021-01-12Libraries: Move to Userland/Libraries/Andreas Kling