]> granicus.if.org Git - check/history - CMakeLists.txt
Merge pull request #231 from nmeum/makeinfo
[check] / CMakeLists.txt
2019-10-25 Branden ArcherMerge pull request #225 from mikkoi/fix-c-standard...
2019-10-25 Branden ArcherMerge branch 'master' into fix-c-standard-to-c99
2019-10-21 Mikko Johannes Koi... Fix required C standard from C90 to C99
2019-10-21 Branden ArcherMerge branch 'master' into pre-v0.13
2019-10-21 Branden ArcherMerge pull request #228 from mikkoi/fix-forced-build...
2019-10-20 Branden ArcherMerge branch 'master' into fix-forced-build-type
2019-10-20 Branden ArcherMerge pull request #227 from mikkoi/support-cmake-packa...
2019-10-20 Branden ArcherMerge branch 'master' into support-cmake-package-registry
2019-10-20 Mikko Johannes Koi... Remove the forcing of the CMake build type
2019-10-20 Mikko Johannes Koi... Add support for CMake User Package Registry
2019-09-15 Branden ArcherMerge branch 'master' into more-todo
2019-09-15 Branden ArcherMerge pull request #220 from mikkoi/so-for-visual-studio
2019-09-14 Mikko Johannes Koi... Add option ENABLE_MEMORY_LEAKING_TESTS
2019-09-14 Mikko Johannes Koi... Correct indentation
2019-09-14 Mikko Johannes Koi... Truncate PROJECT_VERSION to three components
2019-09-14 Mikko Johannes Koi... Add variable VERSION to pkgconfig/check.pc configuration
2019-09-14 Mikko Johannes Koi... Remove the needless resetting of PROJECT_VERSION
2019-09-09 Mikko Johannes Koi... Add libcompat code directly to libcheck
2019-09-09 Mikko Johannes Koi... Start using GNUInstallDirs in every CMake install()
2019-09-09 Branden ArcherMerge pull request #209 from mikkoi/fix-small-issues-2
2019-09-08 Branden ArcherMerge branch 'master' into fix-small-issues-2
2019-09-08 Mikko Johannes Koi... Improve check_stdint.h creation in CMake
2019-09-08 Mikko Johannes Koi... Add param @ONLY to CMake configure_file()
2019-09-08 Mikko Johannes Koi... Remove non-CMake style option CHECK_ENABLE_TESTS
2019-09-08 Mikko Johannes Koi... Add pkgconfig/check.pc file generation to CMake
2019-09-08 Mikko Johannes Koi... Reindent CMake file to 2 chars indentation
2019-09-08 Mikko Johannes Koi... Add HAVE_UNISTD_H to CMake and config.h.in
2019-09-02 Mikko Johannes Koi... Add alarm.c to the build
2019-09-02 Mikko Johannes Koi... Create variables PROJECT_VERSION_*
2019-09-02 Mikko Johannes Koi... Add tags DESCRIPTION and LANGUAGES to project()
2019-09-02 Mikko Johannes Koi... Raise minimum CMake version to 3.9
2019-07-13 Branden ArcherMerge pull request #204 from mikkoi/add-checkmk-to...
2019-07-06 Mikko Johannes Koi... Make checkmk installable
2019-06-17 Branden ArcherMerge pull request #198 from mikkoi/fix-cmake-project...
2019-06-08 Mikko Johannes Koi... Fix bug with CMake project variable
2019-06-03 Branden ArcherMerge branch 'master' into fix-todo-indentation
2019-06-03 Branden ArcherMerge branch 'master' into fix-signed-comparison
2019-06-02 Branden ArcherMerge branch 'master' into fix-abbreviations
2019-06-02 Branden ArcherMerge branch 'master' into fix-function-definition
2019-06-01 Branden ArcherMerge pull request #185 from mikkoi/improve-import
2019-05-18 Branden ArcherMerge branch 'master' into improve-import
2019-05-12 Mikko Johannes Koi... Improve CMake build, specify C standard
2019-05-12 Mikko Johannes Koi... Improve exporting project
2019-05-12 Mikko Johannes Koi... Fix typo in comments, wrong name of file
2017-09-01 Branden ArcherMerge pull request #128 from orenbenkiki/master
2017-09-01 Branden ArcherMerge branch 'master' into master
2017-08-29 Oren Ben-KikiMerge test scripts as well, fixed comments.
2017-08-27 Oren Ben-KikiAdd tests for modifying maximal message size.
2017-05-03 Branden ArcherMerge pull request #118 from RyDroid/cmake-gitignore
2017-05-03 Branden ArcherMerge branch 'master' into cmake-gitignore
2017-03-04 Nicola Spanti (RyD... Adding "rules" to .gitignore related to CMake
2017-02-18 Branden ArcherMerge pull request #114 from zhuhaow/master
2017-02-17 zhuhaowFix typo
2017-02-17 zhuhaowRevert test option to affirmative form
2017-02-16 zhuhaowAdd support to disable building test for check
2016-12-24 Branden ArcherMerge branch 'master' into fix_cmake_libcompat_h
2016-12-24 Branden ArcherMerge pull request #91 from 9fcc/tests_regexp
2016-12-23 Branden ArcherMerge branch 'master' into tests_regexp
2016-12-22 Dotsenko AndreyAdd regular expressions to internal tests
2016-03-30 Branden ArcherMerge pull request #27 from jd-boyd/test_cmake
2016-03-30 Joshua D. BoydAdd check_check_export to CMake test list.
2016-03-30 Joshua D. BoydFix running tests from cmake out of tree.
2016-03-24 Branden ArcherMerge pull request #29 from jd-boyd/osx_cmake_itimerspec
2016-03-23 Joshua BoydDetect missing itimerspec on OSX.
2016-03-23 Branden ArcherMerge pull request #25 from jd-boyd/use_have_mkstemp
2016-03-23 Joshua D. BoydRemove trailing whitespace from CMakeLists.txt.
2016-03-23 Joshua D. BoydIn cmake build, use mkstemp when present
2016-02-19 Branden ArcherMerge pull request #19 from mickbeaver/master
2016-02-17 mibeaverModifications for Visual Studio 2015
2015-06-14 brarchercmake: Include time.h on several checks to prevent...
2015-03-12 brarcherUse mkstemp() if available instead of tmpfile() or...
2014-11-28 brarcherreport correct error if teardown after failure in no...
2014-07-03 brarchercmake: include getline.c into libcompat if getline...
2014-02-05 brarchercmake: install the check_stdint.h header
2014-01-06 brarcherlibcompat: remove alternatives for localtime_r
2014-01-06 brarchercmake: configure test_vars in the tests' CMakeLists.txt
2014-01-02 brarchercmake: only run shell unit tests if sh interpreter...
2014-01-02 brarchercmake: move snprintf definitions to make cmake file
2014-01-02 brarchercmake: add checks for remaining printf functions
2014-01-02 brarchercmake: enable unit test test_check_nofork.sh
2014-01-02 brarchercmake: extract check version from configure.ac
2014-01-02 brarchercmake: remove unnecessary check for strerror()
2014-01-02 brarcherlibcompat: remove replacement for sleep()
2014-01-02 brarcherlibcompat: remove unsetenv replacement
2014-01-02 brarcherlibcompat: remove putenv replacement
2014-01-02 brarchercmake: remove unnecessary check for getenv()
2013-12-25 brarchercmake: always set a value for ENABLE_SUBUNIT
2013-12-25 brarchercmake: remove fake subunit check
2013-12-25 brarchercmake: fix subunit lib check
2013-12-25 brarchercmake: create a check_stdint.h file
2013-12-25 brarchercmake: remove unnecessary checks
2013-12-25 brarcherlibcompat: remove fileno() replacement
2013-12-25 brarcherlibcompat: remove read() and write() checks
2013-12-25 brarcherlibcompat: remove pipe() replacement
2013-12-25 brarchercmake: add check for struct itimerspec for MSVC
2013-12-25 brarchercmake: add check for struct timespec for windows
2013-12-25 brarchercmake: add content to endifs
2013-12-25 brarchercmake: add check for clockid_t
2013-12-25 brarchercmake: use set() to set HAVE_FORK variable
2013-12-25 brarchercmake: set HAVE_FORK=0 if fork is unavailable
next