[cpp-xmltooling] branch master updated (00229dd -> 4479b68)
Scott Cantor
cantor.2 at osu.edu
Thu Jun 21 14:57:16 EDT 2018
This is an automated email from the git hooks/post-receive script.
scantor pushed a change to branch master
in repository cpp-xmltooling.
from 00229dd SSPCPP-778 - Fork configuration and address backward compatibility
new 15af150 Get new pthread checks from the Autoconf Archive
new 5df8725 Disable forcing of libtool --silent
new f65cd0b Prefer the plain cxxtestgen program
new 9e1df15 Use AC_CHECK_DECL(S) for the cURL feature tests
new cd1544b Fail configuration if dlopen() is not found
new 4a624bb Discover log4shib/log4cpp, xerces, xmlsec, openssl, curl and zlib via pkg-config
new 1ee7d89 Make pkgconfigdir configurable
new 7689128 Make pkgxmldir configurable
new a437d0a Don't install the test program, but link correctly and run it
new d8bd27f Test BUILD_UNITTEST in the main Makefile only
new 78f7819 The .cpp dependencies are well known, no need to declare them
new 1f5177a Refactor test source generation
new f0cdb8a Two more tests don't build without xmlsec
new 7534b6d Enable skipping tests which require network access
new fb011a0 Enable the dot feature of Doxygen
new 9227050 Factor out the common version info
new 8bed26b make uninstall needs the libtool archive files
new 931a2ce The new DirectoryWalkerTest uses logging
new b52dc15 Fix capitalization of XML file name
new 2d3a9e2 Guard TS_SKIP from older cxxtest versions.
new 31ec248 Require xerces 3.2, add CXXTESTFLAGS passthru.
new 4479b68 Ignore make check output.
The 22 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:
.gitignore | 4 +
Makefile.am | 13 +-
config_win32.h | 4 +-
configure.ac | 312 ++++---------------
m4/acx_pthread.m4 | 283 -----------------
m4/ax_create_pkgconfig_info.m4 | 351 ---------------------
m4/ax_pkg_check_modules.m4 | 69 ++++
m4/ax_pthread.m4 | 485 +++++++++++++++++++++++++++++
m4/ax_restore_flags.m4 | 52 ++++
m4/ax_save_flags.m4 | 71 +++++
schemas/Makefile.am | 2 -
xmltooling-lite.pc.in | 13 +
xmltooling.pc.in | 15 +
xmltooling/Makefile.am | 15 +-
xmltooling/soap/impl/CURLSOAPTransport.cpp | 8 +-
xmltooling/util/CurlURLInputStream.cpp | 2 +-
xmltoolingtest/InlineKeyResolverTest.h | 4 +-
xmltoolingtest/Makefile.am | 83 +++--
xmltoolingtest/SecurityHelperTest.h | 11 +
19 files changed, 833 insertions(+), 964 deletions(-)
delete mode 100644 m4/acx_pthread.m4
delete mode 100644 m4/ax_create_pkgconfig_info.m4
create mode 100644 m4/ax_pkg_check_modules.m4
create mode 100644 m4/ax_pthread.m4
create mode 100644 m4/ax_restore_flags.m4
create mode 100644 m4/ax_save_flags.m4
create mode 100644 xmltooling-lite.pc.in
create mode 100644 xmltooling.pc.in
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list