Sha256: 3deafabbde59c9faadfcda6d52372e82510810e1ef99850e674c617b35f1ac38

Contents?: true

Size: 1.25 KB

Versions: 129

Compression:

Stored size: 1.25 KB

Contents

Diff, Match and Patch Library
http://code.google.com/p/google-diff-match-patch/
Neil Fraser

This library is currently available in seven different ports, all using the same API.
Every version includes a full set of unit tests.

C++:
* Ported by Mike Slemmer.
* Currently requires the Qt library.

C#:
* Ported by Matthaeus G. Chajdas.

Dart:
* The Dart language is still growing and evolving, so this port is only as
  stable as the underlying language.

Java:
* Included is both the source and a Maven package.

JavaScript:
* diff_match_patch_uncompressed.js is the human-readable version.
  Users of node.js should 'require' this uncompressed version since the
  compressed version is not guaranteed to work outside of a web browser.
* diff_match_patch.js has been compressed using Google's internal JavaScript compressor.
  Non-Google hackers who wish to recompress the source can use:
  http://dean.edwards.name/packer/

Lua:
* Ported by Duncan Cross.
* Does not support line-mode speedup.

Objective C:
* Ported by Jan Weiss.
* Includes speed test (this is a separate bundle for other languages).

Python:
* Two versions, one for Python 2.x, the other for Python 3.x.
* Runs 10x faster under PyPy than CPython.

Demos:
* Separate demos for Diff, Match and Patch in JavaScript.

Version data entries

129 entries across 129 versions & 3 rubygems

Version Path
weaver-0.9.0 data/weaver/js/plugins/diff_match_patch/README.txt
weaver-0.8.14 data/weaver/js/plugins/diff_match_patch/README.txt
weaver-0.8.13 data/weaver/js/plugins/diff_match_patch/README.txt
weaver-0.8.12 data/weaver/js/plugins/diff_match_patch/README.txt
weaver-0.8.11 data/weaver/js/plugins/diff_match_patch/README.txt
templus_models-3.0.21 test/dummy/vendor/assets/javascripts/diff_match_patch/README.txt
weaver-0.8.10 data/weaver/js/plugins/diff_match_patch/README.txt
weaver-0.8.9 data/weaver/js/plugins/diff_match_patch/README.txt
weaver-0.8.8 data/weaver/js/plugins/diff_match_patch/README.txt
weaver-0.8.7 data/weaver/js/plugins/diff_match_patch/README.txt
weaver-0.8.6 data/weaver/js/plugins/diff_match_patch/README.txt
weaver-0.8.2 data/weaver/js/plugins/diff_match_patch/README.txt
weaver-0.8.1 data/weaver/js/plugins/diff_match_patch/README.txt
templus_models-3.0.20 test/dummy/vendor/assets/javascripts/diff_match_patch/README.txt
templus_models-3.0.19 test/dummy/vendor/assets/javascripts/diff_match_patch/README.txt
templus_models-3.0.17 test/dummy/vendor/assets/javascripts/diff_match_patch/README.txt
weaver-0.8.0 data/weaver/js/plugins/diff_match_patch/README.txt
weaver-0.7.2 data/weaver/js/plugins/diff_match_patch/README.txt
weaver-0.7.0 data/weaver/js/plugins/diff_match_patch/README.txt
weaver-0.6.11 data/weaver/js/plugins/diff_match_patch/README.txt