[cpp-xmltooling] branch master updated (73de77e -> 9cc68d5)

Rod Widdowson rdw at steadingsoftware.com
Mon May 2 06:16:59 EDT 2016


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

rdw pushed a change to branch master
in repository cpp-xmltooling.

      from  73de77e   SSPCPP-693 Fix warning in XMLTooling build
       new  84e07d7   Add in XMLTest, accidently added to gitignore
       new  d1ca043   CPPXT-106 Move to VC14 - initial work
       new  0cadf32   CPPXT-106 Move to VC14 - initial convert
       new  64eec5a   CPPXT-106 Move to VC14
       new  c2ebef3   Rationalize .gitignore
       new  0a9bb47   CPPXT-106 Start to make XMLTooling compile with VC14
       new  9cc68d5   CPPXT-106.XPPXT-107 Bodge to make VC14 compile work.

The 7 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                                         |   11 +-
 projects/vc10/.gitignore                           |    5 -
 {xmltoolingtest => projects/vc14}/.gitignore       |    4 -
 projects/{vc10 => vc14}/cpp-xmltooling.sln         |  268 ++---
 projects/{vc10 => vc14}/xmltooling/.gitignore      |    0
 .../xmltooling/xmltooling-lite.vcxproj             |  594 +++++------
 .../xmltooling/xmltooling-lite.vcxproj.filters     |  594 +++++------
 .../{vc10 => vc14}/xmltooling/xmltooling.vcxproj   |  712 ++++++-------
 .../xmltooling/xmltooling.vcxproj.filters          | 1056 ++++++++++----------
 .../xmltoolingtest/xmltoolingtest.vcxproj          |  888 ++++++++--------
 .../xmltoolingtest/xmltoolingtest.vcxproj.filters  |  254 ++---
 xmltooling/.gitignore                              |    6 -
 xmltooling/security/impl/PKIXPathValidator.cpp     |    6 +-
 xmltooling/security/impl/TrustEngine.cpp           |    4 +
 xmltooling/util/DateTime.cpp                       |    5 +-
 xmltooling/util/Win32Threads.cpp                   |    1 +
 xmltoolingtest/.gitignore                          |    4 -
 17 files changed, 2222 insertions(+), 2190 deletions(-)
 copy {xmltoolingtest => projects/vc14}/.gitignore (63%)
 copy projects/{vc10 => vc14}/cpp-xmltooling.sln (98%)
 copy projects/{vc10 => vc14}/xmltooling/.gitignore (100%)
 copy projects/{vc10 => vc14}/xmltooling/xmltooling-lite.vcxproj (95%)
 copy projects/{vc10 => vc14}/xmltooling/xmltooling-lite.vcxproj.filters (97%)
 copy projects/{vc10 => vc14}/xmltooling/xmltooling.vcxproj (90%)
 copy projects/{vc10 => vc14}/xmltooling/xmltooling.vcxproj.filters (97%)
 copy projects/{vc10 => vc14}/xmltoolingtest/xmltoolingtest.vcxproj (97%)
 copy projects/{vc10 => vc14}/xmltoolingtest/xmltoolingtest.vcxproj.filters (95%)

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


More information about the commits mailing list