[libticcutils] branch master updated (d3d5af0 -> 51a9206)

Maarten van Gompel proycon-guest at moszumanska.debian.org
Thu Nov 2 19:51:00 UTC 2017


This is an automated email from the git hooks/post-receive script.

proycon-guest pushed a change to branch master
in repository libticcutils.

      from  d3d5af0   syntax-error-in-copyright
       new  9023d46   New upstream version 0.16
       new  1c2c122   Updated version 0.16 from 'upstream/0.16'
       new  51a9206   New upstream release (v0.16; skipped v0.15)

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                         |   429 +-
 tests/Makefile.in => Makefile.in  |   336 +-
 NEWS                              |    16 +
 config.guess                      |   137 +-
 config.h.in                       |    10 +-
 config.sub                        |    38 +-
 configure                         | 20958 ++++++++++++++++++++++++++++++++++++
 configure.ac                      |    42 +-
 debian/changelog                  |     6 +
 include/Makefile.am               |     5 +-
 include/Makefile.in               |     5 +-
 include/ticcutils/CommandLine.h   |     6 +-
 include/ticcutils/Configuration.h |     3 +-
 include/ticcutils/FdStream.h      |    10 +-
 include/ticcutils/FileUtils.h     |     4 +-
 include/ticcutils/LogBuffer.h     |     2 +-
 include/ticcutils/LogStream.h     |    22 +-
 include/ticcutils/Makefile.am     |     3 -
 include/ticcutils/Makefile.in     |     3 -
 include/ticcutils/PrettyPrint.h   |     2 +-
 include/ticcutils/ServerBase.h    |     8 +-
 include/ticcutils/SocketBasics.h  |     2 +-
 include/ticcutils/StringOps.h     |    21 +-
 include/ticcutils/Tar.h           |     6 +-
 include/ticcutils/Timer.h         |     2 +-
 include/ticcutils/TreeHash.h      |     2 +-
 include/ticcutils/Trie.h          |     4 +-
 include/ticcutils/UnitTest.h      |    30 +-
 include/ticcutils/Version.h       |     2 +-
 include/ticcutils/XMLtools.h      |     4 +-
 include/ticcutils/gzstream.h      |    42 +-
 include/ticcutils/zipper.h        |     2 +-
 ltmain.sh                         | 11156 +++++++++++++++++++
 m4/ax_boost_base.m4               |   285 +
 m4/ax_pthread.m4                  |   498 +
 m4/libtool.m4                     |  8388 +++++++++++++++
 m4/ltsugar.m4                     |   123 +
 m4/lt~obsolete.m4                 |    98 +
 src/CommandLine.cxx               |    22 +-
 src/Configuration.cxx             |    73 +-
 src/FdStream.cxx                  |     2 +-
 src/FileUtils.cxx                 |    88 +-
 src/LogStream.cxx                 |     4 +-
 src/Makefile.am                   |     5 +-
 src/Makefile.in                   |    20 +-
 src/ServerBase.cxx                |    91 +-
 src/SocketBasics.cxx              |    11 +-
 src/StringOps.cxx                 |   113 +-
 src/Tar.cxx                       |    44 +-
 src/Timer.cxx                     |     7 +-
 src/TreeHash.cxx                  |    36 +-
 src/XMLtools.cxx                  |     2 +-
 src/runtest.cxx                   |   110 +-
 src/testlogstream.cxx             |    94 +
 src/tst.sh                        |     2 +
 src/zipper.cxx                    |    10 +-
 tests/testconfig.cfg              |     3 +-
 57 files changed, 42982 insertions(+), 465 deletions(-)
 copy tests/Makefile.in => Makefile.in (60%)
 create mode 100755 configure
 create mode 100644 ltmain.sh
 create mode 100644 m4/ax_boost_base.m4
 create mode 100644 m4/ax_pthread.m4
 create mode 100644 m4/libtool.m4
 create mode 100644 m4/ltsugar.m4
 create mode 100644 m4/lt~obsolete.m4
 create mode 100644 src/testlogstream.cxx

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/libticcutils.git



More information about the debian-science-commits mailing list