Skip to content
Snippets Groups Projects
  1. Jun 08, 2017
  2. Jun 04, 2017
  3. Jun 03, 2017
    • Roger Leigh's avatar
      cmake: Add CMake build system · 2606b292
      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
      2606b292
  4. Sep 07, 2015
  5. Sep 05, 2015
  6. May 04, 2015
  7. Mar 04, 2015
  8. Jun 18, 2014
  9. May 23, 2014
  10. Apr 28, 2014
  11. Jan 06, 2014
  12. Dec 09, 2013
  13. Nov 06, 2013
  14. Oct 01, 2013
  15. Aug 26, 2013
  16. Aug 19, 2013
  17. Aug 18, 2013
  18. Jul 29, 2013
  19. May 01, 2013
  20. Feb 24, 2013
  21. Feb 23, 2013
  22. Feb 22, 2013
  23. Nov 26, 2012
  24. Oct 08, 2012
  25. Sep 28, 2012
  26. Sep 11, 2012
  27. Jul 20, 2012
Loading