diff --git a/README.md b/README.md new file mode 100644 index 0000000..6c96509 --- /dev/null +++ b/README.md @@ -0,0 +1,16 @@ +# mrdiff + +![](https://img.shields.io/badge/written%20in-C%2B%2B%2C%20Javascript-blue) + +A binary-safe diff/merge/patch library for multiple languages. + +Implements the longest common subsequence (Myers, 1986) and shortest middle snake functions for diffing text as per http://www.mathertel.de/Diff/DiffDoku.aspx , in both C++ and javascript. + +Source code and command-line binary included with download. + + +## Download + +- [⬇️ mrdiff-1.2.7z](dist-archive/mrdiff-1.2.7z) *(55.02 KiB)* +- [⬇️ mrdiff-1.1.7z](dist-archive/mrdiff-1.1.7z) *(22.84 KiB)* +- [⬇️ mrdiff-1.0.7z](dist-archive/mrdiff-1.0.7z) *(19.74 KiB)* diff --git a/dist-archive/mrdiff-1.0.7z b/dist-archive/mrdiff-1.0.7z new file mode 100644 index 0000000..2ab1ec5 Binary files /dev/null and b/dist-archive/mrdiff-1.0.7z differ diff --git a/dist-archive/mrdiff-1.1.7z b/dist-archive/mrdiff-1.1.7z new file mode 100644 index 0000000..b7a3e07 Binary files /dev/null and b/dist-archive/mrdiff-1.1.7z differ diff --git a/dist-archive/mrdiff-1.2.7z b/dist-archive/mrdiff-1.2.7z new file mode 100644 index 0000000..643eefa Binary files /dev/null and b/dist-archive/mrdiff-1.2.7z differ diff --git a/doc/image-main.png b/doc/image-main.png new file mode 100644 index 0000000..7007528 Binary files /dev/null and b/doc/image-main.png differ