[libzmf] 02/03: Merge tag 'upstream/0.0.2'

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 commit to branch master
in repository libzmf.

commit 9c2c3a830fec9e221e1b3dbf5c6f1d87ad05cfdb
Merge: e4be74c 631087f
Author: Rene Engelhard <rene at rene-engelhard.de>
Date:   Sun Sep 17 12:33:32 2017 +0200

    Merge tag 'upstream/0.0.2'
    
    Upstream version 0.0.2

 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 +++--
 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 +-
 54 files changed, 1595 insertions(+), 930 deletions(-)

-- 
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