[Pkg-voip-commits] [bctoolbox] 56/57: Merge tag '0.5.1' into debian/sid

daniel at gnoutcheff.name daniel at gnoutcheff.name
Thu Mar 30 04:31:36 UTC 2017


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

gnoutchd-guest pushed a commit to branch debian/sid
in repository bctoolbox.

commit 0b008066341c3f2d61f04d558b22c350acab606a
Merge: a35ac5d adf433a
Author: Daniel Gnoutcheff <daniel at gnoutcheff.name>
Date:   Wed Mar 29 22:50:47 2017 -0400

    Merge tag '0.5.1' into debian/sid
    
    0.5.1

 CMakeLists.txt                              |  40 +--
 Makefile.am                                 |   9 +-
 NEWS                                        |   5 +
 README                                      |  42 ---
 README.md                                   |  64 ++++
 bctoolbox-tester.pc.in                      |   2 +-
 bctoolbox.pc.in                             |   5 +-
 build/CMakeLists.txt                        |   2 +-
 build/android/Android-tester.mk             |   4 +-
 cmake/BcToolboxConfig.cmake.in              |   2 +-
 cmake/{FindCUnit.cmake => FindBCUnit.cmake} |  44 +--
 cmake/FindMbedTLS.cmake                     |   2 +-
 cmake/FindPolarSSL.cmake                    |   2 +-
 config.h.cmake                              |   2 +-
 configure.ac                                |  95 +++---
 include/CMakeLists.txt                      |  27 +-
 include/bctoolbox/Makefile.am               |   2 +-
 include/bctoolbox/crypto.h                  |   7 +-
 include/bctoolbox/exception.hh              |  78 +++++
 include/bctoolbox/list.h                    |  26 +-
 include/bctoolbox/logging.h                 |  22 +-
 include/bctoolbox/map.h                     |  84 ++++--
 include/bctoolbox/port.h                    | 137 ++++++++-
 include/bctoolbox/tester.h                  |   2 +-
 include/bctoolbox/vfs.h                     |   2 +-
 src/CMakeLists.txt                          |  55 ++--
 src/Makefile.am                             |  14 +-
 src/containers/list.c                       |  22 +-
 src/containers/map.cc                       | 285 ++++++++++++++----
 src/crypto/mbedtls.c                        |  16 +-
 src/crypto/polarssl.c                       |  31 +-
 src/crypto/polarssl1.2.c                    |  27 +-
 src/tester.c                                |  88 +++---
 src/utils.h                                 |   2 +-
 src/utils/exception.cc                      | 127 ++++++++
 src/utils/port.c                            | 444 +++++++++++++++++++++++-----
 src/vfs.c                                   |   5 +-
 tester/CMakeLists.txt                       |   5 +-
 tester/bctoolbox_tester.c                   |   1 +
 tester/bctoolbox_tester.h                   |   1 +
 tester/containers.cc                        | 136 +++++++--
 tester/port.c                               | 141 +++++++++
 42 files changed, 1663 insertions(+), 444 deletions(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-voip/bctoolbox.git



More information about the Pkg-voip-commits mailing list