This is an automated email from the ASF dual-hosted git repository. rleigh pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/xerces-c.git.
from 88726c3 Merge pull request #38 from rleigh-codelibre/XERCESC-2226_cmake_3.12 new 2401d2b XERCESC-2208: Use cstdint, cstddef and cwchar unconditionally new 25389e3 XERCESC-2208: Add special cases for C++11 character types new 6ef31ab XERCESC-2208: Move common and deprecated type definitions into XercesDefs.hpp new 0689fef XERCESC-2208: XSValue is implemented in terms of explicitly-sized integer types new 9defdbf XERCESC-2208: Remove unused autoconf header checks new 12a3c84 Merge pull request #21 from rleigh-codelibre/xerces-XERCESC-2208_Use_cstdint The 6446 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: CMakeLists.txt | 1 - cmake/XercesIntTypes.cmake | 162 ------------------ cmake/XercesXMLCh.cmake | 3 +- config.h.cmake.in | 68 -------- configure.ac | 47 +----- m4/xerces_int_types.m4 | 183 --------------------- m4/xerces_xmlch_selection.m4 | 4 +- src/xercesc/framework/psvi/XSValue.cpp | 61 +++---- src/xercesc/framework/psvi/XSValue.hpp | 20 +-- src/xercesc/internal/XMLScanner.cpp | 4 +- src/xercesc/internal/XMLScanner.hpp | 4 +- src/xercesc/util/Base64.cpp | 3 +- src/xercesc/util/BitOps.hpp | 16 ++ src/xercesc/util/XMLUTF16Transcoder.cpp | 2 +- src/xercesc/util/XercesDefs.hpp | 86 ++++++++-- .../util/Xerces_autoconf_config.hpp.cmake.in | 69 -------- src/xercesc/util/Xerces_autoconf_config.hpp.in | 70 -------- tests/src/XSValueTest/XSValueTest.cpp | 166 +++---------------- 18 files changed, 171 insertions(+), 798 deletions(-) delete mode 100644 cmake/XercesIntTypes.cmake delete mode 100644 m4/xerces_int_types.m4 --------------------------------------------------------------------- To unsubscribe, e-mail: c-dev-unsubscr...@xerces.apache.org For additional commands, e-mail: c-dev-h...@xerces.apache.org