]> granicus.if.org Git - check/shortlog
check
2019-05-01 Branden ArcherSet CMAKE_SOURCE_DIR for AppVeyor builds bcmake-appveyor
2019-01-23 Branden ArcherMerge pull request #179 from evpobr/fix-cmake-package...
2019-01-14 evpobrFix package config module for CMake >= 2.8.12
2018-11-24 Branden ArcherMerge pull request #175 from lhanson/patch-1
2018-11-24 Lyle HansonFix typo
2018-08-21 Branden ArcherMerge pull request #170 from ozars/doxygen-devel-feature
2018-08-21 Omer OzarslanAdd development version of doxygen configuration
2018-07-27 Branden ArcherMerge pull request #168 from libcheck/update-webpage
2018-07-27 Branden ArcherRemove CloudBees button on webpage
2018-07-17 Branden ArcherMerge pull request #164 from ozars/readme-fix
2018-07-16 Omer OzarslanMention rebuilding linker cache in README (#155)
2018-07-03 Branden ArcherMerge pull request #162 from libcheck/travis
2018-07-03 Branden ArcherBuild example on Travis-CI
2018-06-21 Branden ArcherMerge pull request #160 from libcheck/todo
2018-06-20 Branden ArcherUpdate TODO
2018-06-20 Branden ArcherMerge pull request #158 from filbranden/ttest1
2018-06-20 Branden ArcherMerge branch 'master' into ttest1
2018-06-20 Branden ArcherMerge pull request #159 from libcheck/travis
2018-06-20 Branden ArcherMove CloudBees tests to Travis-CI
2018-06-20 Branden ArcherCheck for strdup() failures in Check's unit tests
2018-06-15 Filipe BrandenburgerFix START_TEST to look like valid C code.
2018-01-12 Branden ArcherMerge pull request #150 from ckdarby/patch-1
2018-01-10 Cory Kennedy... Add make install
2017-11-26 Branden ArcherMerge pull request #147 from libcheck/sourceforge-refs
2017-11-26 James PriorFix title of web/install.html.
2017-11-26 Branden ArcherUpdate various reference to Sourceforge
2017-11-26 James PriorUpdate some links from sourceforge to github.
2017-11-18 Branden ArcherMerge pull request #143 from foviedoITBA/doc_update
2017-11-16 foviedoITBAFixed typo in ck_assert_str_eq doc
2017-10-24 Branden ArcherMerge pull request #136 from libcheck/news
2017-10-23 Branden ArcherMerge branch 'master' into news
2017-10-22 Branden ArcherMerge pull request #137 from libcheck/float-macro-warning
2017-10-22 Branden ArcherAdd warning on floating point eq and ne assertions
2017-10-20 Branden ArcherRestore development header in NEWS
2017-10-20 Branden ArcherMerge pull request #135 from libcheck/pre-v0.12 0.12.0
2017-10-20 Branden ArcherUpdate for release v0.12.0
2017-10-20 Branden ArcherCorrect typo in HACKING
2017-10-19 Branden ArcherMerge pull request #134 from libcheck/news
2017-10-19 Branden ArcherUpdate NEWS
2017-09-26 Branden ArcherMerge pull request #132 from libcheck/cmake-license
2017-09-25 Branden ArcherAdd BSD license for example CMakeLists
2017-09-01 Branden ArcherMerge pull request #128 from orenbenkiki/master
2017-09-01 Branden ArcherMerge branch 'master' into master
2017-09-01 Branden ArcherMerge pull request #129 from civetweb/master
2017-09-01 bel2125Set license statement
2017-08-31 bel2125Add fpclassify to Makefile.am and comment VS2008 build
2017-08-31 bel2125Add prototype for fpclassify
2017-08-31 Oren Ben-KikiAllow modifying the maximal message size by dynamically...
2017-08-30 bel2125Try yet another command line for VS2008
2017-08-30 bel2125Try another command line for VS2008
2017-08-30 bel2125Clean up and document the appveyor.yml file
2017-08-30 bel2125appveyor.yml: replace exit in test step by additional...
2017-08-30 bel2125AppVeyor build for ARM CPUs can not be tested on x86...
2017-08-30 Oren Ben-KikiUse size_t for maximal message size, allow it to be...
2017-08-30 bel2125Some preprocessor magic for defining INFINITY and NAN
2017-08-30 bel2125Test additional AppVeyor builds
2017-08-29 bel2125Define INFINITY and NAN as macro
2017-08-29 bel2125Test additional AppVeyor builds
2017-08-29 bel2125Test additional AppVeyor builds
2017-08-29 bel2125Test additional AppVeyor builds
2017-08-29 bel2125Move infinity/not-a-number handling to lib directory
2017-08-29 Oren Ben-KikiMerge test scripts as well, fixed comments.
2017-08-28 bel2125Unit test: Remove builds not supported by AppVeyor
2017-08-28 bel2125Specify AppVeyor image for unit tests using Visual...
2017-08-28 bel2125AppVeyor unit test: Add all Visual Studio builds that...
2017-08-28 bel2125Merge branch 'master' into master
2017-08-28 Oren Ben-KikiHave tests clean up the log file on success.
2017-08-28 Oren Ben-KikiMerge check max msg size tests, fix comments.
2017-08-27 bel2125Add definitions for isnan, isinf and isfinite, in case...
2017-08-27 Oren Ben-KikiAdd tests for modifying maximal message size.
2017-08-27 Oren Ben-KikiFix @code braces.
2017-08-27 Oren Ben-KikiDocument the new function, give precedence to environment.
2017-08-27 bel2125Generate NAN and INFINITY in case they are not defined...
2017-08-27 bel2125Unit test: INFINITY and NAN require math-h
2017-08-27 Oren Ben-KikiAllow dynamic configuration of maximal assertion messag...
2017-08-26 bel2125Fix copy paste error
2017-08-26 bel2125Use regex_t only if ENABLE_REGEX is defined
2017-08-26 bel2125Adapt unit tests to C89/C90 by moving variable declarat...
2017-08-26 bel2125Add various Visual Studio versions to AppVeyor CI
2017-08-26 Branden ArcherMerge pull request #126 from cleishm/master
2017-08-26 Chris LeishmanFix invalid prototype for tcase_name(void)
2017-08-25 bel2125Use #if defined(_MSC_VER) instead of #if _MSC_VER
2017-08-25 bel2125Remove stdbool.h dependency from unit test
2017-08-25 bel2125Remove dependency to stdbool.h
2017-07-25 Branden ArcherMerge pull request #124 from brarcher/remove-include
2017-07-25 Branden ArcherDefine pid_t in check.h if on Windows
2017-07-24 Branden ArcherDo not inlcude libcompat.h in ex_output.c
2017-05-13 Branden ArcherMerge pull request #123 from libcheck/message
2017-05-13 Branden ArcherMerge branch 'master' into message
2017-05-13 Branden ArcherMerge pull request #122 from libcheck/bail-tmp-file
2017-05-13 Branden ArcherUpdate 'no messaging setup' message
2017-05-10 Branden ArcherBail on error if cannot create pipe file
2017-05-03 Branden ArcherMerge pull request #118 from RyDroid/cmake-gitignore
2017-05-03 Branden ArcherMerge branch 'master' into cmake-gitignore
2017-05-03 Branden ArcherMerge pull request #119 from RyDroid/rm-useless-else
2017-05-03 Branden ArcherMerge branch 'master' into rm-useless-else
2017-05-03 Branden ArcherMerge pull request #121 from viktornonov/master
2017-04-24 Viktor NonovLink the library directory so tests can be compiled...
2017-03-06 Nicola Spanti... Removing some useless else
2017-03-04 Nicola Spanti... Adding "rules" to .gitignore related to CMake
next