]> granicus.if.org Git - check/shortlog
check
2008-11-30 cpickett* add missing NULL argument to fail* varargs macro...
2008-11-30 cpickett* define CK_ATTRIBUTE_UNUSED for GCC >= 2.95, closing:
2008-11-30 cpickett* mention that texinfo is for documentation, and that...
2008-11-15 cpickett* set svn:ignore for generated files so svn status...
2008-11-12 hugo303* Fixed error in documentation example Makefile.am...
2008-11-10 hugo303* Fixed spelling (patch #1652630)
2008-11-10 hugo303* Handle NULL in srunner_add_suite(). Fixes #1624887
2008-11-10 hugo303* Fixed faulty link to Daimonin
2008-11-10 hugo303* Updated chapter 3.3 (bug #2053018)
2008-08-28 cpickett* add scew
2008-03-21 cpickett* use @top_srcdir@/src/check.h.in instead of check...
2008-03-21 cpickett* add '|| test $$? -eq 1;' after each diff command per
2008-03-21 cpickett* add CK_FORK_GETENV to enum fork_status and delete...
2008-03-21 cpickett* add comment about strsignal overwriting string return...
2008-03-21 cpickett* call strdup on result from strsignal to avoid clobber...
2008-03-21 cpickett* add CK_TEST_RESULT_INVALID to enum test_result
2008-03-21 cpickett* add CK_CTX_INVALID to ck_result_ctx and don't use...
2008-03-21 cpickett* favour ax_c_check_flag over ax_cflags_gcc_option
2008-03-21 cpickett* add options using AX_CFLAGS_GCC_OPTION
2008-03-21 cpickett* add m4 directory and ax_cflags_gcc_option macro
2008-03-21 cpickett* replace $< with check.h.in for non-gmake (patch due...
2008-03-21 cpickett* call AM_PROG_CC_C_O
2008-03-20 cpickett* add prototypes for rpl_malloc and rpl_realloc
2008-03-06 cpickett* Pass an adjusted line number to eprintf when the...
2008-03-03 cpickett* add daimonin, embunit, and aceunit
2008-03-03 cpickett* count checks in setup() as well; patch due to Roland...
2008-02-08 cpickett* use int __attribute__((unused)) _i instead of
2008-01-22 cpickett* fix cppunit link
2008-01-17 cpickett* add XCB to list of projects using Check
2007-12-12 cpickett* rename signal to _signal in _tcase_add_test to avoid a
2007-10-28 cpickett* add Pigment to list of projects using Check
2007-08-27 hugo303 * Made send_file1 and send_file2 static.
2007-08-27 hugo303* Add BitlBee and ctrlproxy to list of Check-using...
2007-06-20 cpickett* test fail(NULL) instead of fail() because there is
2007-06-19 cpickett* define rpl_malloc and rpl_realloc for platforms where
2007-04-21 cpickett* SVNChangeLog patch from Robert Collins
2007-03-12 hugo303 * Added some simple testing of srunner_create() and...
2007-01-28 cpickett* Add Iodine to list of Check-using projects.
2007-01-16 cpickett* s/unit test/unit testing/ when used as a verb.
2006-12-21 cpickett* Fix broken example of loop test usage.
2006-12-12 cpickett* Obfuscate email addresses a little bit more.
2006-12-12 cpickett* Add pkg-config documentation TODO.
2006-12-10 cpickett* Add Tinymail link.
2006-12-08 cpickett* Add ck_abort and ck_abort_msg implementation with...
2006-12-06 hugo303 * Incorporated patch from Debian for debian bug #39546...
2006-11-28 hugo303 * Fixed line number typo in timeout test.
2006-11-28 hugo303 * Added tests for new Check fail API.
2006-11-28 hugo303 * Added new Check fail API. Implemented on top of...
2006-11-23 cpickett* Relax sed dependency from GNU to POSIX.
2006-11-23 cpickett* Update AUTHORS to reflect current maintainers.
2006-11-23 hugo303 * Reverted change in r377. genhtml is used in src...
2006-11-23 hugo303 * Modified sed exported symbols regexp to work on...
2006-11-23 cpickett* Change DEFAULT_TIMEOUT from 3 seconds to 4 seconds...
2006-11-23 cpickett* Document dependency on GNU sed 4.0.5.
2006-11-22 hugo303 * Reverted back to r378, undoing the -ansi and -pedant...
2006-11-22 hugo303 * Moved -ansi and -pedantic CFLAGS to src/Makefile...
2006-11-22 cpickett* Clarified checked and unchecked fixtures according...
2006-11-22 cpickett* Update TODO with Hugo's idea from Help forum about...
2006-11-22 cpickett* Changed release email project files link to direct...
2006-11-22 cpickett* Document release process.
2006-11-21 cpickett* svn merge -r383:384 ../tags/check-0.9.5/ .
2006-11-21 hugo303 * Clarified patch submission in TODO list.
2006-11-21 cpickett* svn merge -r375:374 .
2006-11-18 cpickett* Eliminate comparison of enum print_mode with 0, since...
2006-11-18 cpickett* Always pass NULL to fail_if and fail_unless if there...
2006-11-18 cpickett* Add some strictness to CFLAGS.
2006-11-17 cpickett* Remove check for genhtml, since it isn't used anywhere.
2006-11-17 cpickett* Tick off make html (0.9.4) and loop test clarificatio...
2006-11-17 hugo303 * Made SVNChangeLog target PHONY so it is always regen...
2006-11-17 hugo303 * Added future AC_PROG_CC_C99 stuff. Ticked off distch...
2006-11-17 hugo303 * Added use of libtool functionality for hiding non...
2006-11-17 hugo303 * New file used for testing the exported lib with...
2006-11-17 hugo303 * Added marker on exported symbols to facilitate hidin...
2006-11-15 cpickett* Update NEWS.
2006-11-15 cpickett* Rename loop test iteration variable from i to _i...
2006-11-15 hugo303 * Fixed coverage support to work with gcc4 and buggy...
2006-11-15 hugo303 * Added texinfo dependencies.
2006-11-15 cpickett* Clarify meaning of "sporadically maintained".
2006-11-14 hugo303 * Fixed distcheck target. SVNChangeLog added to EXTRA_...
2006-11-03 hugo303 * Fixed signal string problem in tests. Strings differ...
2006-10-26 hugo303Fixed problem with process group ID, especially visible...
2006-10-13 cpickett* s/yes/no/ in --enable-gcov help message.
2006-10-13 cpickett* Update NEWS.
2006-10-13 cpickett* Oops, s/>:/:>/
2006-10-13 cpickett* Fixed help strings for --enable-gcov and --enable...
2006-10-13 cpickett* Update links to projects using Check.
2006-10-13 cpickett* Update TODO.
2006-10-13 cpickett* Clean up webpage a little bit more.
2006-10-13 cpickett* Update webpage.
2006-10-13 cpickett* Move website index.html into root directory.
2006-10-13 cpickett* Rename website/ to htdocs/
2006-10-13 cpickett* Updated website.
2006-10-13 cpickett* Add FIXME documenting broken fail_if and fail_unless...
2006-10-13 cpickett* Mention dependencies better in README.
2006-10-13 cpickett* Create website directory with existing index.html.
2006-10-13 cpickett* Update TODO.
2006-10-13 cpickett* Indicate that the loop index `i' of a test might...
2006-10-13 cpickett* Added tcase_add_loop_test_raise_signal()
2006-10-13 cpickett* Update TODO, tiny Makefile.am fixes
2006-10-13 cpickett* Fixed printing of newlines in output.
next