[libticcutils] 47/47: Merge tag 'upstream/0.5'
Joost van Baal
joostvb at moszumanska.debian.org
Wed Sep 3 17:13:12 UTC 2014
This is an automated email from the git hooks/post-receive script.
joostvb pushed a commit to branch master
in repository libticcutils.
commit 394e1ebe3365cac9c798e1ade2e1674caacab57b
Merge: 6d306c3 80b226b
Author: Joost van Baal-Ilić <joostvb at nusku.mdcc.cx>
Date: Wed Sep 3 18:58:30 2014 +0200
Merge tag 'upstream/0.5'
Upstream version 0.5
ChangeLog | 293 ++++++
Makefile.am | 4 +-
Makefile.in | 373 ++++---
NEWS | 8 +-
README | 8 +-
aclocal.m4 | 688 +++++++-----
bootstrap => bootstrap.sh | 30 +-
compile | 347 ++++++
config.guess | 184 ++--
config.h.in | 26 +-
config.sub | 106 +-
configure | 1572 +++++++++++++++++++++-------
configure.ac | 31 +-
depcomp | 487 +++++----
docs/Makefile.in | 146 ++-
include/Makefile.in | 290 ++---
include/ticcutils/CommandLine.h | 112 ++
include/ticcutils/Configuration.h | 7 +-
include/ticcutils/{Timer.h => FileUtils.h} | 51 +-
include/ticcutils/LogBuffer.h | 22 +-
include/ticcutils/LogStream.h | 18 +-
include/ticcutils/Makefile.am | 8 +-
include/ticcutils/Makefile.in | 197 +++-
include/ticcutils/PrettyPrint.h | 10 +-
include/ticcutils/StringOps.h | 41 +-
include/ticcutils/{Timer.h => Tar.h} | 55 +-
include/ticcutils/Timer.h | 6 +-
include/ticcutils/TreeHash.h | 8 +-
include/ticcutils/Trie.h | 72 +-
include/ticcutils/UnitTest.h | 74 +-
include/ticcutils/{Timer.h => Version.h} | 38 +-
include/ticcutils/XMLtools.h | 44 +-
include/ticcutils/bz2stream.h | 616 +++++++++++
include/ticcutils/gzstream.h | 237 +++++
include/ticcutils/zipper.h | 52 +
install-sh | 35 +-
ltmain.sh | 4 +-
m4/Makefile.in | 116 +-
m4/ax_boost_base.m4 | 272 +++++
m4/ax_boost_regex.m4 | 111 ++
m4/ax_pthread.m4 | 90 +-
missing | 414 +++-----
src/CommandLine.cxx | 443 ++++++++
src/Configuration.cxx | 40 +-
src/FileUtils.cxx | 275 +++++
src/LogStream.cxx | 4 +-
src/Makefile.am | 19 +-
src/Makefile.in | 737 +++++++++----
src/StringOps.cxx | 54 +-
src/Tar.cxx | 279 +++++
src/Timer.cxx | 4 +-
src/TreeHash.cxx | 4 +-
src/XMLtools.cxx | 111 +-
src/runtest.cxx | 278 +++++
src/test.cxx | 138 ---
src/tst.sh | 2 +
src/zipper.cxx | 221 ++++
test-driver | 139 +++
tests/Makefile.am | 5 +
{include => tests}/Makefile.in | 304 +++---
tests/small.txt | 2 +
tests/sub1/Makefile.am | 2 +
{m4 => tests/sub1}/Makefile.in | 127 ++-
tests/sub1/sub.txt | 1 +
tests/test.tar | Bin 0 -> 10240 bytes
65 files changed, 8058 insertions(+), 2434 deletions(-)
--
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