[cpp-sp] branch master updated (25a29cd -> b695e43)
Rod Widdowson
rdw at steadingsoftware.com
Thu Aug 31 10:36:11 EDT 2017
This is an automated email from the git hooks/post-receive script.
rdw pushed a change to branch master
in repository cpp-sp.
from 25a29cd CPPXT-119 Xerces is built using CMAKE from V3.2 on
new 870ac88 SSPCPP-689 Clean out the old Visual Studio build files
new 314fbf4 SSPCPP-750 chart16_t isn't wchar_t
new 45d0881 SSPCPP-689 Convert VC14 project to VC15
new b695e43 SSPCPP-689 Bump to psuedo-version 2.7
The 4 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:
Projects/{vc17 => vc15}/Shibboleth.sln | 33 +--
Projects/{vc17 => vc15}/adfs/adfs-lite.vcxproj | 32 +--
Projects/{vc17 => vc15}/adfs/adfs.vcxproj | 32 +--
Projects/{vc17 => vc15}/apache/mod_shib13.vcxproj | 37 ++-
Projects/{vc17 => vc15}/apache/mod_shib20.vcxproj | 35 +--
Projects/{vc17 => vc15}/apache/mod_shib22.vcxproj | 35 +--
Projects/{vc17 => vc15}/apache/mod_shib24.vcxproj | 32 +--
.../{vc17 => vc15}/iis7_shib/iis7_shib.vcxproj | 40 ++--
.../iis7_shib/iis7_shib.vcxproj.filters | 0
.../{vc17 => vc15}/isapi_shib/isapi_shib.vcxproj | 52 ++---
.../memcache-store/memcache-store.vcxproj | 24 +-
.../{vc17 => vc15}/odbc-store/odbc-store.vcxproj | 34 +--
.../{vc17 => vc15}/plugins/plugins-lite.vcxproj | 30 +--
Projects/{vc17 => vc15}/plugins/plugins.vcxproj | 30 +--
.../{vc17 => vc15}/plugins/plugins.vcxproj.filters | 0
Projects/{vc17 => vc15}/shibd/shibd.vcxproj | 36 +--
Projects/{vc17 => vc15}/shibsp/shibsp-lite.vcxproj | 38 ++--
.../shibsp/shibsp-lite.vcxproj.filters | 0
Projects/{vc17 => vc15}/shibsp/shibsp.vcxproj | 38 ++--
.../{vc17 => vc15}/shibsp/shibsp.vcxproj.filters | 0
Projects/{vc17 => vc15}/util/mdquery.vcxproj | 30 +--
Projects/{vc17 => vc15}/util/messages.vcxproj | 34 ++-
.../{vc17 => vc15}/util/messages.vcxproj.filters | 0
Projects/{vc17 => vc15}/util/resolvertest.vcxproj | 34 +--
Projects/{vc17/Wix => vc15/wix}/Installer.vcxproj | 8 +-
.../{vc17/Wix => vc15/wix}/MergeModules.vcxproj | 8 +-
Projects/vc17/fastcgi/shibauthorizer.vcxproj | 241 --------------------
Projects/vc17/fastcgi/shibresponder.vcxproj | 242 --------------------
Projects/vc17/iis7_shib/iis7_shib.vcxproj.filters | 47 ----
Projects/vc17/mod_shib_20-Debug/mod_shib20.log | 11 -
Projects/vc17/mod_shib_22-Debug/mod_shib22.log | 11 -
Projects/vc17/nsapi_shib/nsapi_shib.vcxproj | 248 ---------------------
iis7_shib/NativeRequest.cpp | 4 +-
iis7_shib/ShibUser.cpp | 4 +-
iis7_shib/register.cpp | 2 +-
util/resourceCommon.rci | 10 +-
36 files changed, 351 insertions(+), 1141 deletions(-)
rename Projects/{vc17 => vc15}/Shibboleth.sln (91%)
rename Projects/{vc17 => vc15}/adfs/adfs-lite.vcxproj (91%)
rename Projects/{vc17 => vc15}/adfs/adfs.vcxproj (90%)
rename Projects/{vc17 => vc15}/apache/mod_shib13.vcxproj (91%)
rename Projects/{vc17 => vc15}/apache/mod_shib20.vcxproj (92%)
rename Projects/{vc17 => vc15}/apache/mod_shib22.vcxproj (93%)
rename Projects/{vc17 => vc15}/apache/mod_shib24.vcxproj (92%)
rename Projects/{vc17 => vc15}/iis7_shib/iis7_shib.vcxproj (87%)
copy Projects/{vc10 => vc15}/iis7_shib/iis7_shib.vcxproj.filters (100%)
rename Projects/{vc17 => vc15}/isapi_shib/isapi_shib.vcxproj (89%)
rename Projects/{vc17 => vc15}/memcache-store/memcache-store.vcxproj (93%)
rename Projects/{vc17 => vc15}/odbc-store/odbc-store.vcxproj (91%)
rename Projects/{vc17 => vc15}/plugins/plugins-lite.vcxproj (92%)
rename Projects/{vc17 => vc15}/plugins/plugins.vcxproj (91%)
rename Projects/{vc17 => vc15}/plugins/plugins.vcxproj.filters (100%)
rename Projects/{vc17 => vc15}/shibd/shibd.vcxproj (90%)
rename Projects/{vc17 => vc15}/shibsp/shibsp-lite.vcxproj (94%)
rename Projects/{vc17 => vc15}/shibsp/shibsp-lite.vcxproj.filters (100%)
rename Projects/{vc17 => vc15}/shibsp/shibsp.vcxproj (95%)
rename Projects/{vc17 => vc15}/shibsp/shibsp.vcxproj.filters (100%)
rename Projects/{vc17 => vc15}/util/mdquery.vcxproj (91%)
rename Projects/{vc17 => vc15}/util/messages.vcxproj (86%)
rename Projects/{vc17 => vc15}/util/messages.vcxproj.filters (100%)
rename Projects/{vc17 => vc15}/util/resolvertest.vcxproj (91%)
rename Projects/{vc17/Wix => vc15/wix}/Installer.vcxproj (94%)
rename Projects/{vc17/Wix => vc15/wix}/MergeModules.vcxproj (95%)
delete mode 100644 Projects/vc17/fastcgi/shibauthorizer.vcxproj
delete mode 100644 Projects/vc17/fastcgi/shibresponder.vcxproj
delete mode 100644 Projects/vc17/iis7_shib/iis7_shib.vcxproj.filters
delete mode 100644 Projects/vc17/mod_shib_20-Debug/mod_shib20.log
delete mode 100644 Projects/vc17/mod_shib_22-Debug/mod_shib22.log
delete mode 100644 Projects/vc17/nsapi_shib/nsapi_shib.vcxproj
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list