[cpp-sp] branch dev/vc22-dev updated (557aaf7c -> d7b3897f)

Rod Widdowson rdw at steadingsoftware.com
Sat Dec 7 15:54:58 UTC 2024


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

rdw pushed a change to branch dev/vc22-dev
in repository cpp-sp.

 discard 557aaf7c REMOVEABLE supress all builds that get confused about DOM (because msxml is included)
 discard d41bcf2f REMOVABLE: Path For Xerces
 discard f79784cf REMOVABLE: Path For XMLTooling
 discard 935291c7 REMOVABLE:  Define SHIBDSP_LITE
 discard b6b68df7 Add the handler files to the compile
 discard 460f4dd4 Add All Header files to the project
 discard 8805b260 Turn off warning 4275 everywhere
 discard 7e838631 Windows Build initial ShibSp project
     add 9311e652 Add missing include of <mutex>
     add f49268b6 Windows include master header file and pin to 8 bit character API
     add c51b96ca WIN32 is not be defined for Windows ... until after config_win32 is included
     add ae6dab71 Change class linkage to SHIBSP_API
     add b7fdb0be Turn off common warning ReloadableXMLFile.h BoostPropertySet.h AbstractLoggingService.h
     add f818ef13 Remove unused variable name in catch()
     add 6985f29f Add include <internal> to Category.cpp and Priority.cpp
     add 9e0588bf Uniquify the PluginManager class
     new 7a220d57 Windows Build initial ShibSp project
     new b0ceecdd Turn off warning 4275 everywhere
     new 07a1a0fc Add All Header files to the project
     new 811bcd7f Add the handler files to the compile
     new fc9f34ba Add Impl, IO, Logging, Remoting and Util source files to compile
     new d285e10f REMOVABLE:  Define SHIBDSP_LITE
     new 7979ece5 REMOVABLE: Path For XMLTooling
     new 340faae1 REMOVABLE: Path For Xerces
     new d7b3897f REMOVEABLE supress all builds that get confused about DOM (because msxml is included)

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (557aaf7c)
            \
             N -- N -- N   refs/heads/dev/vc22-dev (d7b3897f)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

The 9 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:
 Projects/vc22/shibsp.vcxproj                   | 935 ++++++++++++++-----------
 Projects/vc22/shibsp.vcxproj.filters           |  99 +++
 shibsp/impl/AgentConfig.cpp                    |   9 +-
 shibsp/impl/XMLApplication.cpp                 |   3 +-
 shibsp/internal.h                              |   2 +-
 shibsp/logging/impl/AbstractLoggingService.cpp |   4 +-
 shibsp/logging/impl/AbstractLoggingService.h   |  12 +
 shibsp/logging/impl/Category.cpp               |   1 +
 shibsp/logging/impl/Priority.cpp               |   2 +
 shibsp/util/BoostPropertySet.h                 |   9 +
 shibsp/util/PathResolver.cpp                   |   4 +-
 shibsp/util/ReloadableXMLFile.cpp              |   2 +-
 shibsp/util/ReloadableXMLFile.h                |  10 +
 shibsp/util/URLEncoder.h                       |   2 +-
 14 files changed, 680 insertions(+), 414 deletions(-)

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


More information about the commits mailing list