Skip to content
Snippets Groups Projects
  1. Jul 11, 2017
  2. Jul 07, 2017
  3. Jul 06, 2017
  4. Jun 29, 2017
  5. Jun 28, 2017
  6. Jun 22, 2017
  7. Jun 14, 2017
  8. Jun 08, 2017
  9. 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
  10. Feb 22, 2013
  11. Apr 24, 2012
  12. Apr 12, 2010
  13. Jan 26, 2010
  14. Nov 23, 2009
  15. Nov 11, 2009
  16. Nov 05, 2009
  17. Nov 04, 2009
  18. Sep 19, 2008
  19. Sep 17, 2008
  20. Sep 15, 2008
  21. Jul 24, 2008
  22. Jul 16, 2008
  23. Jul 15, 2008
  24. Jul 04, 2008
  25. Jul 03, 2008
  26. Jul 02, 2008
  27. Jun 27, 2008
  28. Jun 26, 2008
  29. Jun 25, 2008
  30. Jun 20, 2008
  31. Apr 09, 2008
  32. Mar 14, 2008
  33. Feb 28, 2008
  34. Jan 16, 2008
  35. Jan 03, 2008
Loading