- Jul 18, 2017
-
-
Scott Cantor authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@1802231 13f79535-47bb-0310-9956-ffa450edef68
-
- Jul 11, 2017
-
-
Scott Cantor authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@1801642 13f79535-47bb-0310-9956-ffa450edef68
-
- Jul 06, 2017
-
-
Scott Cantor authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@1801099 13f79535-47bb-0310-9956-ffa450edef68
-
Scott Cantor authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@1801088 13f79535-47bb-0310-9956-ffa450edef68
-
Scott Cantor authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@1801087 13f79535-47bb-0310-9956-ffa450edef68
-
Scott Cantor authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@1801083 13f79535-47bb-0310-9956-ffa450edef68
-
- Jun 30, 2017
-
-
Scott Cantor authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@1800344 13f79535-47bb-0310-9956-ffa450edef68
-
- Jun 22, 2017
-
-
Scott Cantor authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@1799602 13f79535-47bb-0310-9956-ffa450edef68
-
- Jun 21, 2017
-
-
Scott Cantor authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@1799525 13f79535-47bb-0310-9956-ffa450edef68
-
Scott Cantor authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@1799522 13f79535-47bb-0310-9956-ffa450edef68
-
Scott Cantor authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@1799517 13f79535-47bb-0310-9956-ffa450edef68
-
Scott Cantor authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@1799382 13f79535-47bb-0310-9956-ffa450edef68
-
- Jun 14, 2017
-
-
Roger Leigh authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@1798776 13f79535-47bb-0310-9956-ffa450edef68
-
Roger Leigh authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@1798771 13f79535-47bb-0310-9956-ffa450edef68
-
Roger Leigh authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@1798769 13f79535-47bb-0310-9956-ffa450edef68
-
Roger Leigh authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@1798768 13f79535-47bb-0310-9956-ffa450edef68
-
Roger Leigh authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@1798767 13f79535-47bb-0310-9956-ffa450edef68
-
Roger Leigh authored
Remove deprecation warning by including sys/timeb.h only if it is going to be used. git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@1798766 13f79535-47bb-0310-9956-ffa450edef68
-
Roger Leigh authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@1798760 13f79535-47bb-0310-9956-ffa450edef68
-
Roger Leigh authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@1798759 13f79535-47bb-0310-9956-ffa450edef68
-
Roger Leigh authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@1798755 13f79535-47bb-0310-9956-ffa450edef68
-
Roger Leigh authored
This removes non-portable pattern rules and simplifies the logic. It is now possible to build with BSD make and without any assumptions about the automake internals. git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@1798744 13f79535-47bb-0310-9956-ffa450edef68
-
- Jun 04, 2017
-
-
Roger Leigh authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@1797568 13f79535-47bb-0310-9956-ffa450edef68
-
- Jun 03, 2017
-
-
Roger Leigh authored
- Reimplement the entirely of the autoconf, automake, libtool and pkg-config logic, including all feature tests - Also include the MSVC logic missing from the above - Include a full set of unit tests to reimplement the logic in sanityTest.pl and the data in sanityTest_ExpectedResult.logs - Obtain versioning information from configure.ac and version.incl - Generate and install exported CMake configuration for use by downstream projects using CMake, to replace FindXercesC.cmake provided by the CMake upstream - Install documentation - Add targets to regenerate the HTML manual and the Doxygen API reference portably, replacing the shell script and batch file for generating the manual - Add targets for the documentation source files and substitute sources so that they are visible and editable in an IDE - Library versioning continues to use the existing libtool naming and numbering conventions on Unix platforms: On Unix, the name has a -3.1 suffix before the library extension to match the libtool -release versioning behaviour. The symlink remains xerces-c for build time linking - Library versioning continues to use the existing Visual Studio project file conventions on Windows: On Windows, the .lib and .dll names (and associated .exp, .ilk and .pdb files) use -3[D] and -3_1[D] suffixes This will allow building with any supported build system on any UNIX-like platform or upon Windows, as an alternative to the GNU autotools and MSVC version-specific project and solution files which will behave consistently across all platforms. The only feature of autoconf and automake which is not converted is "make dist", and that's absolutely possible should it be desired. git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@1797546 13f79535-47bb-0310-9956-ffa450edef68
-
- Sep 07, 2015
-
-
Alberto Massari authored
Don't assume we know the size of the decoded string, expand the buffer whenever the transcoder reports it wrote 0 bytes (XERCESC-2052) git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@1701594 13f79535-47bb-0310-9956-ffa450edef68
-
Alberto Massari authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@1701582 13f79535-47bb-0310-9956-ffa450edef68
-
- May 04, 2015
-
-
Alberto Massari authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@1677601 13f79535-47bb-0310-9956-ffa450edef68
-
- May 23, 2014
-
-
Alberto Massari authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@1597057 13f79535-47bb-0310-9956-ffa450edef68
-
- Jan 06, 2014
-
-
Alberto Massari authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@1556008 13f79535-47bb-0310-9956-ffa450edef68
-
- Nov 06, 2013
-
-
Alberto Massari authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@1539311 13f79535-47bb-0310-9956-ffa450edef68
-
- Aug 26, 2013
-
-
Alberto Massari authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@1517489 13f79535-47bb-0310-9956-ffa450edef68
-
Alberto Massari authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@1517488 13f79535-47bb-0310-9956-ffa450edef68
-
- Jul 29, 2013
-
-
Alberto Massari authored
When the characters are of fixed size, write in the charSizes array just the data for the decoded chars, not for the number of bytes available in the target buffer (XERCESC-2020) git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@1508112 13f79535-47bb-0310-9956-ffa450edef68
-
- May 01, 2013
-
-
Alberto Massari authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@1478186 13f79535-47bb-0310-9956-ffa450edef68
-
Alberto Massari authored
The Windows SDK 7.0 introduced two new headers designed to be included in the resource scripts to avoid including function definitions that use a syntax that the RC compiler doesn't understand. For the moment, we can detect the case where VS2012 + WindowsSDK 7.1 + XP mode is used, that is the one that causes an error in compilation (XERCESC-2011) git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@1478145 13f79535-47bb-0310-9956-ffa450edef68
-
- Feb 24, 2013
-
-
Alberto Massari authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@1449525 13f79535-47bb-0310-9956-ffa450edef68
-
- Feb 22, 2013
-
-
Alberto Massari authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@1449010 13f79535-47bb-0310-9956-ffa450edef68
-
- Oct 08, 2012
-
-
Alberto Massari authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@1395625 13f79535-47bb-0310-9956-ffa450edef68
-
- Sep 11, 2012
-
-
Alberto Massari authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@1383364 13f79535-47bb-0310-9956-ffa450edef68
-
- Jul 20, 2012
-
-
Alberto Massari authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@1363932 13f79535-47bb-0310-9956-ffa450edef68
-