]> granicus.if.org Git - libexpat/history - expat/CMakeLists.txt
CMake: Drop .c files from expat_SRCS that are empty unless included
[libexpat] / expat / CMakeLists.txt
2019-09-02 Sebastian PippingCMake: Drop .c files from expat_SRCS that are empty...
2019-09-02 Sebastian PippingCMake: Do not produce expat.pc pkg-config file with...
2019-09-02 Sebastian PippingCMake: Port "make xml-runtest" over from GNU Autotools
2019-09-01 Sebastian PippingCMake: Make MinGW support work
2019-09-01 Sebastian PippingCMake: Fix off-by-one indentation
2019-08-31 Sebastian PippingMerge pull request #329 from libexpat/cmake-option...
2019-08-30 Sebastian PippingCMake: Mark options as advanced where guessing would...
2019-08-30 Sebastian PippingCMake: Get options to show with "cmake -D_EXPAT_HELP...
2019-08-30 Sebastian PippingCMake: Report about XML_MIN_SIZE in summary
2019-08-30 Sebastian PippingCMake: Rename XML_% to EXPAT_%
2019-08-30 Sebastian PippingCMake: Rename BUILD_shared to EXPAT_SHARED_LIBS
2019-08-30 Sebastian PippingCMake: Rename INSTALL to EXPAT_ENABLE_INSTALL
2019-08-30 Sebastian PippingCMake: Rename MSVC_USE_STATIC_CRT to EXPAT_MSVC_STATIC_CRT
2019-08-30 Sebastian PippingCMake: Rename USE_SYS_GETRANDOM to EXPAT_WITH_SYS_GETRANDOM
2019-08-30 Sebastian PippingCMake: Rename USE_GETRANDOM to EXPAT_WITH_GETRANDOM
2019-08-30 Sebastian PippingCMake: Rename WARNINGS_AS_ERRORS to EXPAT_WARNINGS_AS_E...
2019-08-30 Sebastian PippingCMake: Rename USE_libbsd to EXPAT_WITH_LIBBSD
2019-08-30 Sebastian PippingCMake: Rename BUILD_fuzzers to EXPAT_BUILD_FUZZERS
2019-08-30 Sebastian PippingCMake: Rename BUILD_doc to EXPAT_BUILD_DOCS
2019-08-30 Sebastian PippingCMake: Rename BUILD_doc_default to _EXPAT_BUILD_DOCS_DE...
2019-08-30 Sebastian PippingCMake: Rename BUILD_tests to EXPAT_BUILD_TESTS
2019-08-30 Sebastian PippingCMake: Rename BUILD_examples to EXPAT_BUILD_EXAMPLES
2019-08-30 Sebastian PippingCMake: Rename BUILD_tools to EXPAT_BUILD_TOOLS
2019-08-30 Sebastian PippingCMake: Rename BUILD_tools_default to _EXPAT_BUILD_TOOLS...
2019-08-30 Sebastian PippingMerge pull request #328 from libexpat/cmake-xml-min...
2019-08-30 Sebastian PippingCMake: Add option -DXML_MIN_SIZE=(ON|OFF), default OFF
2019-08-30 Sebastian PippingMerge pull request #326 from libexpat/cmake-improvements
2019-08-30 Sebastian PippingCMake: Provide files for config-mode find_package
2019-08-30 Sebastian PippingCMake: Add argument -DXML_LARGE_SIZE=ON
2019-08-30 Sebastian PippingCMake: Extract macro expat_bool_to_int to reduce code...
2019-08-29 Sebastian PippingCMake: Mimic lib/Makefile.am with regard to doc install...
2019-08-29 Sebastian PippingCMake: Install expat_config.h to include directory
2019-08-29 Sebastian PippingCMake: Move expat_install up for upcoming use
2019-08-29 Sebastian PippingRevert "CMake: Enabled MSVC_USE_STATIC_CRT by default...
2019-08-29 Sebastian PippingMerge pull request #322 from libexpat/cmake-inno-setup
2019-08-29 Sebastian PippingMerge pull request #321 from libexpat/misc-fuzzing...
2019-08-29 Sebastian PippingCMake: Enabled MSVC_USE_STATIC_CRT by default (to match...
2019-08-29 Sebastian PippingCMake: Re-introduce MT/MD postfix for static windows...
2019-08-29 Sebastian PippingCMake: Mention CMAKE_BUILD_TYPE in summary
2019-08-28 Sebastian PippingCMake: Advertise CXX settings for fuzzer so that C...
2019-08-28 Sebastian PippingCMake: Get off target_link_options of CMake >=3.13
2019-08-28 Sebastian PippingCMake: Be more helpful with regard to CMAKE_C_COMPILER_ID
2019-08-28 Sebastian PippingCMake: Check C rather than C++ compiler for clang for...
2019-08-28 Sebastian PippingCMake: Add BUILD_fuzzers to summary
2019-08-28 Sebastian PippingMerge pull request #319 from libexpat/byte-type-comments
2019-08-28 Mitch PhillipsAdd XML fuzzers to libexpat upstream. (#308)
2019-08-21 Sebastian PippingCMake: Windows: Revert "MT" naming postfix bits
2019-08-18 Sebastian PippingMerge pull request #316 from libexpat/cmake-postfix
2019-08-17 Sebastian PippingCMake: Add suffix w?d?(MT)? to binaries on Windows
2019-08-17 Sebastian PippingCMake: Bump version requirement to CMake 3.1.3
2019-08-12 Sebastian PippingMerge branch 'improve-cmake'
2019-08-12 Sebastian PippingCMake: Be fine without C++ compiler when tests are...
2019-08-12 Sebastian PippingCMake: Make use of PROJECT_VERSION
2019-08-12 Sebastian PippingCMake: Require CMake >=3.0.2
2019-08-12 Sebastian PippingCMake: Make version requirement first statement in...
2019-08-12 Sebastian PippingCMake: Move enable_testing closer to test runner code
2019-08-12 Sebastian PippingCMake: Use SEND_ERROR to report more errors at once
2019-08-12 Sebastian PippingCMake: A more section comments
2019-08-12 Sebastian PippingCMake: Move header installation away from pkg-config...
2019-08-12 Sebastian PippingCMake: Gather configuration options near the top
2019-08-12 Sebastian PippingCMake: Produce configuration summary
2019-08-12 Sebastian PippingCMake: Extract variable test_SRCS
2019-08-10 dos2unixCMake: Migrate files from Windows to Unix line endings
2019-08-07 Sebastian PippingMerge branch 'david-loffredo-rand_s-test' (#302, fixes...
2019-08-07 David Loffredoreplace loadlibrary.c and RtlGenRandom call with rand_s...
2019-07-09 Sebastian PippingMerge branch 'kkkunche-issue_239' (#239, #277)
2019-07-09 Sebastian PippingCMake: Write expat_config.h as late as needed
2019-07-09 Sebastian PippingCMake: Resolve code duplication by use of a macro
2019-07-09 Sebastian PippingCMake: Support bypassing auto-detection of syscall...
2019-07-09 Sebastian PippingCMake: Turn getrandom build flag into a tribool
2019-07-09 Sebastian PippingCMake: Move reset of HAVE_GETRANDOM after ConfigureChec...
2019-07-09 kkkuncheCMake: Option to Disable the usuage of getrandom after...
2019-07-06 Sebastian PippingMerge branch 'issue-268-address-variable-shadowing...
2019-07-03 Sebastian PippingMerge branch 'MohammedKhajapasha-master' (#264)
2019-07-03 Mohammed KhajapashaEnable XML_ATTR_INFO in build
2019-06-20 Sebastian PippingMerge pull request #265 from xantares/patch-1
2019-06-20 xantaresFix link step on MinGW
2019-06-19 Sebastian PippingBump version from 2.2.6 to 2.2.7 R_2_2_7
2019-06-19 Sebastian PippingBump version info from 7:8:6 to 7:9:6
2019-06-19 Sebastian PippingMerge pull request #263 from kkkunche/master
2019-06-18 kkkuncheCorrect the man page installation path in CMake Build
2018-09-20 Sebastian PippingMerge branch 'yugr-issue195' (#197, fixes #195)
2018-09-20 Yury GribovHide private symbols.
2018-08-22 Sebastian PippingMerge pull request #214 from marcomaggi/fix-travis...
2018-08-22 Sebastian PippingMerge branch 'userwithuid-cmake-pkgconfig' (#212)
2018-08-21 userwithuidCMake: Use GNUInstallDirs for pkgconfig too
2018-08-12 Sebastian PippingPrepare release version 2.2.6 (#209) R_2_2_6
2018-08-12 Sebastian PippingBump version info from 7:7:6 to 7:8:6 (#209)
2018-08-12 Sebastian PippingMerge branch 'frast-issue207' (#208, fixes #207)
2018-08-10 Frank RastCMake: Show error if combination of XML_UNICODE, XML_UN...
2018-08-09 Frank RastCMake: Add options XML_UNICODE and XML_UNICODE_WCHAR_T
2018-08-09 Frank RastCMake: fix option XML_DEV_URANDOM to use set()
2018-02-28 Sebastian PippingSupport db2x_docbook2man for man page compilation ...
2018-01-07 Sebastian PippingCMakeLists.txt: Adjust style for readability and consis...
2018-01-07 pedro-vicenteCMake: Add option MSVC_USE_STATIC_CRT (#184)
2017-12-14 Sebastian PippingMerge branch 'DerDakon-CMake-installdirs' (pull request...
2017-12-14 Rolf Eike BeerCMake: Use GNUInstallDirs module to set proper defaults...
2017-12-13 Sebastian PippingMerge branch 'DerDakon-CMake-pc' (merge request #176)
2017-12-13 Rolf Eike BeerCMake: create the same pkg-config file as the autotools...
2017-12-13 Sebastian PippingMerge branch 'issue-165-fix-configure' (issue #165...
next