[cpp-opensaml] branch master updated (e6e929d -> cf73289)
Scott Cantor
cantor.2 at osu.edu
Tue Jun 26 19:27:58 EDT 2018
This is an automated email from the git hooks/post-receive script.
scantor pushed a change to branch master
in repository cpp-opensaml.
from e6e929d Update log4shib import lib.
new 15cae8a Disable forcing of libtool --silent
new a33db75 Use pkg-config for log4shib/log4cpp
new d38e219 Use pkg-config for xmltooling
new c91d658 Localize Boost and pthread library flags
new f8cc21a Refresh pthreads detection macro
new c6d504f We don't use OpenSSL directly
new 4aeb658 Use pkg-config for Xerces
new 8f9d789 Use pkg-config for xmlsec
new dc75dbf Make pkgconfigdir configurable
new ba2521b Make pkgxmldir configurable and export it via pkg-config
new 2a6eef2 Check BUILD_UNITTEST in the main Makefile.am
new 915de04 The .cpp dependencies are well known, no need to declare them
new 777b6c6 Automake automatically includes the "user" variable CXXFLAGS here
new 01be70c Don't install the test program, but use it for make check
new 18fd0fa Refactor test source generation
new 112e495 Enable skipping tests which require network access
new 6fe449d Enable the dot feature of Doxygen
new 9732742 samlsign uses boost::scoped_ptr
new cf73289 Small adjustments to patch set.
The 19 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 | 11 +-
configure.ac | 192 +--------
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 ++++
opensaml.pc.in | 15 +
opensaml.spec.in | 3 +-
saml/Makefile.am | 14 +
samlsign/Makefile.am | 9 +
samlsign/samlsign.cpp | 1 +
samltest/Makefile.am | 38 +-
samltest/internal.h | 8 +
samltest/saml2/metadata/XMLMetadataProviderTest.h | 4 +
schemas/Makefile.am | 2 -
18 files changed, 773 insertions(+), 839 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 opensaml.pc.in
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list