CPPXT-106 Start to make XMLTooling compile with VC14
authorRod Widdowson <rdw@steadingsoftware.com>
Mon, 2 May 2016 10:01:15 +0000 (11:01 +0100)
committerRod Widdowson <rdw@steadingsoftware.com>
Mon, 2 May 2016 10:15:47 +0000 (11:15 +0100)
commit0a9bb47c593098a461e066a107c630ef90c11269
tree8f810bfa3b9d162c22338c849b2a3479c6fb308a
parentc2ebef368c54b3bad303dd27a504871145a78438
CPPXT-106 Start to make XMLTooling compile with VC14

https://issues.shibboleth.net/jira/browse/CPPXT-106

This checkin fixes all the trivial issues with compilation,
moving up from deprecated timezone to _timezone, a missed
header include and supress a warning because std::exception
isnt exported.

This does not compile because of boost issues. (CPPXT-107)
the next checkin will bodge that by excluding the failing modules.
projects/vc14/xmltooling/xmltooling-lite.vcxproj
projects/vc14/xmltooling/xmltooling.vcxproj
projects/vc14/xmltoolingtest/xmltoolingtest.vcxproj
xmltooling/security/impl/PKIXPathValidator.cpp
xmltooling/util/DateTime.cpp
xmltooling/util/Win32Threads.cpp