[Pkg-mediawiki-commits] [wikidiff2] 02/11: New upstream snapshot
Jonathan Wiltshire
jmw at moszumanska.debian.org
Sat Jun 21 22:29:50 UTC 2014
This is an automated email from the git hooks/post-receive script.
jmw pushed a commit to branch master
in repository wikidiff2.
commit 398d06acf791a21349650fa697e5929c697ea7aa
Merge: 065fb70 ca427f7
Author: Jonathan Wiltshire <jmw at debian.org>
Date: Sat Jun 21 14:33:27 2014 +0100
New upstream snapshot
.gitignore | 25 +++++++
.gitreview | 5 ++
DiffEngine.h | 58 +++++++--------
DiffTest/Api.php | 13 ++++
DiffTest/Change.php | 43 +++++++++++
DiffTest/Differ.php | 34 +++++++++
DiffTest/test.php | 114 +++++++++++++++++++++++++++++
InlineDiff.cpp | 91 +++++++++++++++++++++++
InlineDiff.h | 18 +++++
README | 14 +++-
TableDiff.cpp | 123 +++++++++++++++++++++++++++++++
TableDiff.h | 19 +++++
wikidiff2.cpp => Wikidiff2.cpp | 161 ++++++-----------------------------------
wikidiff2.h => Wikidiff2.h | 31 ++++----
Word.h | 12 +--
config.cmake | 3 +
config.m4 | 2 +-
debian/rules | 2 +-
ext_wikidiff2.php | 6 ++
hhvm_wikidiff2.cpp | 76 +++++++++++++++++++
php_wikidiff2.cpp | 55 ++++++++++++--
php_wikidiff2.h | 1 +
tests/001.phpt | 4 +-
tests/003.phpt | 2 +-
tests/004.phpt | 38 ++++++++++
wikidiff2.ini | 2 +-
26 files changed, 748 insertions(+), 204 deletions(-)
diff --cc debian/rules
index 1d49f97,ca31f7c..3f2c1ce
--- a/debian/rules
+++ b/debian/rules
@@@ -1,8 -1,8 +1,8 @@@
#!/usr/bin/make -f
- # The PHP header files are not designed to be run with C++, they hit this
+ # The PHP header files are not designed to be run with C++, they hit this
# warning a lot.
-CXXFLAGS=-Wno-write-strings
+CXXFLAGS+=-Wno-write-strings
%:
dh $@
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/collab-maint/wikidiff2.git
More information about the Pkg-mediawiki-commits
mailing list