summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
AgeCommit message (Expand)Author
2020-01-02build: use `CMAKE_INCLUDE_CURRENT_DIRECTORY`Saleem Abdulrasool
2020-01-02build: improve man page installationSaleem Abdulrasool
2020-01-02build: only include GNUInstallDirs onceSaleem Abdulrasool
2019-12-26build: replace `add_compile_definitions` (#321)Saleem Abdulrasool
2019-12-22build: cleanup CMake (#319)Saleem Abdulrasool
2019-05-29Remove "-rdynamic" flag for static builds (#300)Eric Pruitt
2019-04-06Bump version to 0.29.0.John MacFarlane
2019-03-18Bump CMake to version 3Jonathan Müller
2017-11-18Also run API tests with CMARK_SHARED=OFFNick Wellnhofer
2017-10-21BUmp to 0.28.3John MacFarlane
2017-10-12Bump to 0.28.2, update changelog.John MacFarlane
2017-10-10Bump to 0.28.1, update changelog.John MacFarlane
2017-08-01Bump version to 0.28.0.John MacFarlane
2017-06-27Add Makefile target and harness to fuzz with libFuzzerPhil Turnbull
2017-01-06Make shared and static libraries optionalAzamat H. Hackimov
2016-11-19Bump version to 0.27.1, update changelog.John MacFarlane
2016-11-18Bump to 0.27.0.John MacFarlane
2016-07-16Bump to 0.26.1.John MacFarlane
2016-07-15Bump version to 0.26.0John MacFarlane
2016-06-27Change export install locationJonathan Müller
2016-06-27Fix cmake warning about CMP0048Jonathan Müller
2016-06-27Export the targets on installationJonathan Müller
2016-03-26Version bump to 0.25.2.John MacFarlane
2016-03-24Updated version to 0.25.0.John MacFarlane
2016-03-10Moved the cmake minimum version to top linetinysun212
2016-01-17Bump to 0.24.1, updated changelog.John MacFarlane
2016-01-12Bump version to 0.24.0John MacFarlane
2015-12-28Bump version to 0.23.John MacFarlane
2015-08-23Version bump to 0.22.0.John MacFarlane
2015-08-11Add option to disable testsKevin Wojniak
2015-07-14Bump version to 0.21.0.John MacFarlane
2015-06-06Updated version to 0.20.0.John MacFarlane
2015-05-29Added Ubsan build target, to check for undefined behavior.John MacFarlane
2015-04-27Bump version to 0.19.0.John MacFarlane
2015-04-01Bump version to 0.18.3.John MacFarlane
2015-03-30Updated version to 0.18.2John MacFarlane
2015-03-09Version to 0.18.1.John MacFarlane
2015-03-03Updated version to 0.18.John MacFarlane
2015-02-19Added 'Asan' build type.John MacFarlane
2015-01-28Added Profile build type, 'make prof' target.John MacFarlane
2015-01-24Updated version in CMakeLists.txt.John MacFarlane
2015-01-23Set version in CMakeLists to 0.16.0.John MacFarlane
2015-01-23Let cmake update versionNick Wellnhofer
2014-12-31Rename test builddir to 'build/testdir'Nick Wellnhofer
2014-12-30Require cmake >= 2.8.9, use a ppa for travis.John MacFarlane
2014-11-29Moved testing programs to test/.John MacFarlane
2014-11-29Moved man page generation to man/CMakeLists.txt.John MacFarlane
2014-11-28Framework for using doxygen to generate API docs.John MacFarlane
2014-11-27Renamed runtests.py -> spec_tests.py.John MacFarlane
2014-11-27Added pathological_tests.py to test suite.John MacFarlane