[libzmf] branch master updated (e4be74c -> 8028f3e)
Rene Engelhard
rene at moszumanska.debian.org
Sun Sep 17 10:38:05 UTC 2017
This is an automated email from the git hooks/post-receive script.
rene pushed a change to branch master
in repository libzmf.
from e4be74c upload to unstable
new 631087f New upstream version 0.0.2
new 9c2c3a8 Merge tag 'upstream/0.0.2'
new 8028f3e update changelog
The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
ChangeLog | 251 ++++++++++++++++++++
Makefile.in | 10 +-
NEWS | 7 +
aclocal.m4 | 81 ++++++-
ar-lib | 2 +-
build/Makefile.in | 2 +-
build/win32/Makefile.in | 2 +-
build/win32/libzmf.dsp | 8 -
build/win32/libzmf.vcproj | 24 --
build/win32/libzmf.vcxproj | 5 -
config.guess | 43 ++--
config.h.in | 6 +
config.sub | 77 +++---
configure | 391 ++++++++++++++++++-------------
configure.ac | 52 +++--
debian/changelog | 6 +
docs/Makefile.in | 2 +-
docs/doxygen/Makefile.in | 2 +-
docs/doxygen/doxygen.cfg | 2 +-
inc/Makefile.in | 2 +-
inc/libzmf/Makefile.in | 2 +-
install-sh | 14 +-
m4/ax_cxx_compile_stdcxx.m4 | 466 +++++++++++++++++++++++++++++++++++--
m4/ax_cxx_compile_stdcxx_11.m4 | 8 +-
m4/dlp_fallthrough.m4 | 65 ++++++
src/Makefile.am | 4 +
src/Makefile.in | 9 +-
src/conv/Makefile.in | 2 +-
src/conv/raw/Makefile.in | 2 +-
src/conv/svg/Makefile.in | 2 +-
src/fuzz/Makefile.am | 24 ++
src/{conv/svg => fuzz}/Makefile.in | 162 ++++++-------
src/fuzz/bmifuzzer.cpp | 27 +++
src/fuzz/zmffuzzer.cpp | 27 +++
src/lib/BMIHeader.cpp | 45 +++-
src/lib/BMIHeader.h | 3 +
src/lib/BMIParser.cpp | 123 +++++++---
src/lib/BMIParser.h | 10 +-
src/lib/Makefile.am | 4 +-
src/lib/Makefile.in | 9 +-
src/lib/ZMF2Parser.h | 4 +-
src/lib/ZMF4Parser.cpp | 88 ++++---
src/lib/ZMF4Parser.h | 4 +-
src/lib/ZMFCollector.cpp | 32 +--
src/lib/ZMFCollector.h | 10 +-
src/lib/ZMFInternalStream.cpp | 162 -------------
src/lib/ZMFInternalStream.h | 56 -----
src/lib/ZMFTypes.cpp | 6 +-
src/lib/libzmf_utils.cpp | 42 ++--
src/lib/libzmf_utils.h | 8 +
src/test/Makefile.am | 1 -
src/test/Makefile.in | 21 +-
src/test/ZMFDocumentTest.cpp | 4 +-
src/test/ZMFInternalStreamTest.cpp | 106 ---------
src/test/ZMFTypesTest.cpp | 4 +-
55 files changed, 1601 insertions(+), 930 deletions(-)
create mode 100644 m4/dlp_fallthrough.m4
create mode 100644 src/fuzz/Makefile.am
copy src/{conv/svg => fuzz}/Makefile.in (80%)
create mode 100644 src/fuzz/bmifuzzer.cpp
create mode 100644 src/fuzz/zmffuzzer.cpp
delete mode 100644 src/lib/ZMFInternalStream.cpp
delete mode 100644 src/lib/ZMFInternalStream.h
delete mode 100644 src/test/ZMFInternalStreamTest.cpp
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-openoffice/libzmf.git
More information about the Pkg-openoffice-commits
mailing list