]> granicus.if.org Git - check/history - doc
Merge pull request #221 from mikkoi/more-todo
[check] / doc /
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... Instructions how to import into CMake 3 project
2018-08-21 Branden ArcherMerge pull request #170 from ozars/doxygen-devel-feature
2018-08-21 Omer OzarslanAdd development version of doxygen configuration
2017-11-26 Branden ArcherMerge pull request #147 from libcheck/sourceforge-refs
2017-11-26 Branden ArcherUpdate various reference to Sourceforge
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-08-27 Oren Ben-KikiFix @code braces.
2017-08-27 Oren Ben-KikiDocument the new function, give precedence to environment.
2017-05-03 Branden ArcherMerge branch 'master' into cmake-gitignore
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...
2016-12-14 Branden ArcherMerge pull request #82 from libcheck/doc-update
2016-12-14 Branden ArcherChange wording in docs around NULL and macros
2016-12-14 Branden ArcherMerge pull request #87 from 9fcc/ptr_null
2016-12-13 Dotsenko AndreyAdd documentation for ck_assert_ptr_null and ck_assert_...
2016-12-13 Branden ArcherMerge pull request #80 from 9fcc/pstr_comparisons
2016-12-12 Dotsenko AndreyAdd documentation for ck_assert_pstr_* macros
2016-12-11 Branden ArcherMerge pull request #79 from 9fcc/str_null
2016-12-10 Dotsenko AndreyAdd restrictions about NULL passed to ck_assert_str_...
2016-12-10 Branden ArcherMerge pull request #69 from 9fcc/master
2016-12-09 Branden ArcherMerge branch 'master' into master
2016-12-08 Dotsenko AndreyAdd documentation for comparison of floating point...
2016-11-04 Nirbheek ChauhanMerge branch 'master' into hurd-clock-gettime
2016-11-03 Branden ArcherMerge pull request #64 from prusnak/ck_assert_mem
2016-11-01 Pavol RusnakAdd documentation for memory location comparison macros
2016-07-12 Branden ArcherMerge pull request #44 from cdentyou/tcase_tags
2016-07-12 Crispin Dent-YoungSupport arbitrary tagging and selection of testcases.
2016-04-20 Branden ArcherMerge pull request #37 from libcheck/rm-ac_config_aux_d...
2016-04-20 Branden Archerremove AC_CONFIG_AUX_DIR in example
2015-09-13 brarcheruse filterdiff tool if available to strip timestamps...
2015-09-13 brarcherAdd LGPL header to files without the header
2015-07-06 brarcherdoc: Change "Variables" -> "Variables" for consistency
2015-07-06 brarcherdoc: Add appendix containing all environment variables
2015-03-12 brarcherDo not remove check.info during 'clean' target
2014-09-23 brarcherautotools: change automake requirement to 1.11.2
2014-08-19 brarcherdoc: change 'mimick' -> 'mimic'
2014-08-19 brarcherdoc: mention that the output from "make check" depends...
2014-08-19 brarcherdoc: change phrasing on request for corrections to...
2014-08-19 brarcherdoc: update docs to deprecate AM_PATH_CHECK, mention...
2014-08-19 brarcherdoc: update copyright on docs
2014-03-05 brarcherexample: use pkg-config to find check
2014-02-16 brarcherMaking doxygen API page is now part of the release
2014-02-16 brarcherdoc: include doxygen config used to create API web...
2014-02-08 brarcherdoc: add info on using Valgrind to find memory leaks
2014-02-08 brarcherdoc: fix a few spelling mistakes
2014-02-05 brarcherexample: Mention that was tested on Windows 7 with...
2014-02-05 brarcherexample: add info on config.h.in, which is part of...
2014-02-05 brarcherexample: update docs to mention CHECK_INSTALL_DIR var
2014-02-05 brarcherremove trailing white space
2014-02-05 brarcherexample: declare variables at top, for MSVC
2014-02-05 brarcherexample: include stdint.h
2014-02-05 brarcherexample: include config.h
2014-02-05 brarcherexample: add note about CHECK_INSTALL_DIR
2014-02-05 brarcherexample: provide intmax_t and uintmax_t if missing
2014-02-05 brarcherexample: Add CHECK_INSTALL_DIR override for FindCheck...
2014-02-04 brarcherdoc: fix typo in check.texi
2014-02-04 brarcherdoc: update check.texi with CMake tutorial
2014-02-04 brarcherexample: MSVC wants the var decl at the top
2014-02-04 brarcherexample: add CMake based example
2014-02-04 brarcherexample: clarify the autotools based example
2014-01-27 brarcherdoc: mention setting '-' as filename to log to stdout
2014-01-27 brarcherRun indent on source
2014-01-12 brarcherdoc: fix logic typo in fail_* API description
2013-12-17 brarcherdoc: add link to TAP specification.
2013-12-17 brarcheradd support for descriptions in TAP logging
2013-12-17 brarcherdoc: update to mention TAP logging
2013-12-16 brarcherdoc: make it clear that autotools is not necessary...
2013-12-16 brarchercheck.texi: add border around all source file examples
2013-02-08 hugo303* Add equivalent uint variants for __ck_assert_int...
2013-02-08 hugo303* Support 64bit int for __ck_assert_int. Patch from...
2013-02-06 cpickett* fix up description of how ck_assert_msg behaves
2013-02-06 cpickett* replace ck_assert with ck_assert_msg
2013-01-29 brarcherFix typo in documentation
2012-11-21 brarcherAllow unit test timeouts to be specified using nanoseco...
2012-11-18 brarcherUpdating documentation to remove using fail* API in...
2012-11-18 brarcherUpdating examples to use alternatives to the fail* API
2012-11-18 brarcherExamples in documentation now are diffs showing entire...
2012-11-08 brarcheradd new ck_assert_ptr_(eq|ne) functions for pointer...
2012-10-19 hugo303* Updated XML output format
2012-10-15 hugo303Added support for setting log files via environment...
2011-12-02 hugo303* Added a chapter for selective running of tests.
2011-11-14 hugo303* Corrected and clarified documentation on fixtures.
2010-12-12 cpickett* add new ck_assert_(str|int)_(lt|le|gt|ge) comparison...
2010-11-27 cpickett* Documented new Check API and fixed macros to allow...
2010-02-18 jemarchSelective testing support in run_test_*
2010-01-16 cpickett* fix link (thanks SJS)
2010-01-16 cpickett* add CuTest to docs (thanks SJS)
2009-10-19 hugo303 * Fixed html manual generation
2009-10-19 hugo303 * Clean all generated files
2009-09-21 cpickett* fix autotools link
next