- Oct 12, 2018
-
-
Roger Leigh authored
Closes: #2155 git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@1843653 13f79535-47bb-0310-9956-ffa450edef68
-
- Sep 11, 2018
-
-
Roger Leigh authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@1840586 13f79535-47bb-0310-9956-ffa450edef68
-
- Sep 08, 2018
-
-
Roger Leigh authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@1840375 13f79535-47bb-0310-9956-ffa450edef68
-
Roger Leigh authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@1840341 13f79535-47bb-0310-9956-ffa450edef68
-
Roger Leigh authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@1840340 13f79535-47bb-0310-9956-ffa450edef68
-
- Mar 10, 2018
-
-
Roger Leigh authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@1826421 13f79535-47bb-0310-9956-ffa450edef68
-
Roger Leigh authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@1826420 13f79535-47bb-0310-9956-ffa450edef68
-
- Feb 16, 2018
-
-
Roger Leigh authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@1824447 13f79535-47bb-0310-9956-ffa450edef68
-
- Feb 15, 2018
-
-
Roger Leigh authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@1824295 13f79535-47bb-0310-9956-ffa450edef68
-
- Jan 30, 2018
-
-
Roger Leigh authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@1822690 13f79535-47bb-0310-9956-ffa450edef68
-
- Jan 05, 2018
-
-
Roger Leigh authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@1820309 13f79535-47bb-0310-9956-ffa450edef68
-
- Jan 03, 2018
-
-
Roger Leigh authored
cmake: XercesTranscoderSelection: Correct typos in variable names breaking use of GNU iconv on Solaris git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@1819989 13f79535-47bb-0310-9956-ffa450edef68
-
- Aug 07, 2017
-
-
Roger Leigh authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@1804297 13f79535-47bb-0310-9956-ffa450edef68
-
- Aug 06, 2017
-
-
Scott Cantor authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@1804250 13f79535-47bb-0310-9956-ffa450edef68
-
- Aug 02, 2017
-
-
Scott Cantor authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@1803924 13f79535-47bb-0310-9956-ffa450edef68
-
- Jul 29, 2017
-
-
Scott Cantor authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@1803393 13f79535-47bb-0310-9956-ffa450edef68
-
- Jul 12, 2017
-
-
Roger Leigh authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@1801698 13f79535-47bb-0310-9956-ffa450edef68
-
- Jul 06, 2017
-
-
Scott Cantor authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@1801083 13f79535-47bb-0310-9956-ffa450edef68
-
- Jun 22, 2017
-
-
Roger Leigh authored
Borland C++ doesn't like HAVE_CONFIG_H setting without a value. git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@1799583 13f79535-47bb-0310-9956-ffa450edef68
-
Roger Leigh authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@1799572 13f79535-47bb-0310-9956-ffa450edef68
-
- Jun 14, 2017
-
-
Roger Leigh authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@1798748 13f79535-47bb-0310-9956-ffa450edef68
-
Roger Leigh authored
Header presence isn't always sufficient; if the headers is present but the compiler is in C++98 mode it will error out. git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@1798747 13f79535-47bb-0310-9956-ffa450edef68
-
Roger Leigh authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@1798745 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
-