MuseScore/thirdparty/diff
Joachim Schmitz 356a7c85dd Simplify texts in various dialogs, for translators' benefit
by eliminating html stuff from the to be translated texts.
Move urls out of translations, which is also good for security
reasons, to protect us from bogus and malicous translations.
Some formatting changes and getting some error messages to stderr.
Updating copyright to 2016 in the due course.
2016-03-25 09:06:56 +01:00
..
CMakeLists.txt precompiled header for mac 2013-03-14 16:00:06 +01:00
diff_match_patch.cpp Simplify texts in various dialogs, for translators' benefit 2016-03-25 09:06:56 +01:00
diff_match_patch.h update build for Qt5 on Windows mingw 2013-05-14 17:25:16 +02:00
diff_match_patch_test.cpp disable palette operations for readOnly workspaces 2013-02-11 19:23:25 +01:00
diff_match_patch_test.h Initial commit 2012-05-26 14:49:10 +02:00
README.txt Initial commit 2012-05-26 14:49:10 +02:00

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

C++: (ported by Mike Slemmer)
* diff_match_patch.pro
* diff_match_patch.h
* diff_match_patch.cpp
* diff_match_patch_test.h
* diff_match_patch_test.cpp