[cpp-log4shib] branch master updated (bf352a3 -> 16b7cc3)

Scott Cantor cantor.2 at osu.edu
Mon Jun 25 10:18:11 EDT 2018


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

scantor pushed a change to branch master
in repository cpp-log4shib.

      from  bf352a3   Incorporate some Debian patches.
       new  a1c9456   The old style config script was obsoleted by pkg-config
       new  3a003f9   Automake automatically provides a TAGS target
       new  1584136   Automake defines DIST_SUBDIRS correctly even when conditionals are present
       new  b0ab8a2   Don't overwrite log4shib.pc.in
       new  f374308   Clean up unused macro packages
       new  16f5aba   Remove include/config.h.in (a generated file) from the VCS
       new  0e6475a   Clean up tests/Makefile.am
       new  17a8534   Let tests/sscpp706 find its data in VPATH builds as well
       new  9c87ecd   Fix make distclean
       new  bc567b7   Refresh ax_pthread.m4 and rely on its new knowledge
       new  3e78c1c   Don't change the C(XX)FLAGS provided by the user
       new  b585bcf   Use PTHREAD_LIBS explicitly
       new  384a1d4   Shorten pthreads detection logic
       new  366b242   Remove empty config/Makefile.am and its directory
       new  ffe50a4   Remove stale unofficial Debian packaging
       new  b94abd7   Drop superfluous scope to help Doxygen find the declaration
       new  16b7cc3   Fix compiler warnings.

The 17 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:
 Makefile.am                              |  29 +--
 config/.gitignore                        |  10 -
 config/Makefile.am                       |   2 -
 configure.ac                             |  56 ++---
 debian/changelog                         |  10 -
 debian/control                           |  33 ---
 debian/copyright                         |  20 --
 debian/liblog4shib-dev.dirs              |   2 -
 debian/liblog4shib-dev.files             |   4 -
 debian/liblog4shib-doc.dirs              |   1 -
 debian/liblog4shib-doc.files             |   1 -
 debian/liblog4shib0.dirs                 |   1 -
 debian/liblog4shib0.files                |   1 -
 debian/liblog4shib0.postinst             |   7 -
 debian/rules                             |  85 -------
 include/config.h.in                      | 122 ----------
 include/log4shib/FixedContextCategory.hh |   6 -
 include/log4shib/RemoteSyslogAppender.hh |   2 +
 log4shib-config.in                       | 246 -------------------
 log4shib.m4                              | 165 -------------
 log4shib.pc.in                           |   5 +-
 m4/BB_CHECK_OMNITHREADS.m4               |  78 ------
 m4/BB_CHECK_PTHREADS.m4                  |  17 --
 m4/PETI_PEDANTIC_GCC.m4                  |  33 ---
 m4/ac_config_libconfig_in.m4             | 319 -------------------------
 m4/ac_config_pkgconfig_in.m4             | 133 -----------
 m4/ax_pthread.m4                         | 396 ++++++++++++++++++++++---------
 src/AbortAppender.cpp                    |   4 +-
 src/Category.cpp                         |   2 +-
 src/FixedContextCategory.cpp             |  12 +-
 src/Makefile.am                          |   1 +
 src/NDC.cpp                              |   2 +-
 src/PatternLayout.cpp                    |   4 +-
 src/PropertyConfiguratorImpl.cpp         |   1 -
 src/RemoteSyslogAppender.cpp             |   6 +-
 tests/Makefile.am                        |  47 +---
 tests/sscpp706.cpp                       |   2 +-
 37 files changed, 331 insertions(+), 1534 deletions(-)
 delete mode 100644 config/.gitignore
 delete mode 100644 config/Makefile.am
 delete mode 100644 debian/changelog
 delete mode 100644 debian/control
 delete mode 100644 debian/copyright
 delete mode 100644 debian/liblog4shib-dev.dirs
 delete mode 100644 debian/liblog4shib-dev.files
 delete mode 100644 debian/liblog4shib-doc.dirs
 delete mode 100644 debian/liblog4shib-doc.files
 delete mode 100644 debian/liblog4shib0.dirs
 delete mode 100644 debian/liblog4shib0.files
 delete mode 100644 debian/liblog4shib0.postinst
 delete mode 100644 debian/rules
 delete mode 100644 include/config.h.in
 delete mode 100644 log4shib-config.in
 delete mode 100644 log4shib.m4
 delete mode 100644 m4/BB_CHECK_OMNITHREADS.m4
 delete mode 100644 m4/BB_CHECK_PTHREADS.m4
 delete mode 100644 m4/PETI_PEDANTIC_GCC.m4
 delete mode 100644 m4/ac_config_libconfig_in.m4
 delete mode 100644 m4/ac_config_pkgconfig_in.m4

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list