[cpp-sp] branch main updated (f93c53e6 -> 3f7dc8fe)
Scott Cantor
cantor.2 at osu.edu
Tue Nov 19 20:35:35 UTC 2024
This is an automated email from the git hooks/post-receive script.
scantor pushed a change to branch main
in repository cpp-sp.
from f93c53e6 Relocate tests and add missing ctor/dtor.
new 413d3e40 Bump to C++ 14 for now.
new 3f7dc8fe Test of XML-based, nested property tree usage.
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
configure.ac | 2 +-
shibsp/util/BoostPropertySet.cpp | 4 +-
shibsp/util/BoostPropertySet.h | 26 ++++-
shibsp/util/PropertySet.h | 20 +---
tests/Makefile.am | 3 +-
tests/data/util/boostpropset/attributes.ini | 7 ++
tests/data/util/boostpropset/tree.xml | 6 +
tests/data/{ => util}/propertytree/requestmap1.xml | 0
tests/data/{ => util}/propertytree/requestmap2.xml | 0
tests/util/BoostPropertySetTests.cpp | 130 +++++++++++++++++++++
tests/util/PropertyTreeTests.cpp | 4 +-
11 files changed, 175 insertions(+), 27 deletions(-)
create mode 100644 tests/data/util/boostpropset/attributes.ini
create mode 100644 tests/data/util/boostpropset/tree.xml
rename tests/data/{ => util}/propertytree/requestmap1.xml (100%)
rename tests/data/{ => util}/propertytree/requestmap2.xml (100%)
create mode 100644 tests/util/BoostPropertySetTests.cpp
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list