2008-12-28 |
cpickett | * #include "../lib/libcompat.h" in two places |
commit | commitdiff | tree | snapshot |
2008-12-28 |
cpickett | * add libcompat.h with prototypes for libcompat functions |
commit | commitdiff | tree | snapshot |
2008-12-28 |
cpickett | * use AC_USE_SYSTEM_EXTENSIONS instead of #define _GNU_... |
commit | commitdiff | tree | snapshot |
2008-12-28 |
cpickett | * replace sleep() as well |
commit | commitdiff | tree | snapshot |
2008-12-28 |
cpickett | * add libcompat.la to LDADD |
commit | commitdiff | tree | snapshot |
2008-12-28 |
cpickett | * msys/gcc portability: |
commit | commitdiff | tree | snapshot |
2008-12-28 |
cpickett | * add missing libcompat.c |
commit | commitdiff | tree | snapshot |
2008-12-28 |
cpickett | * add missing lib/Makefile.am |
commit | commitdiff | tree | snapshot |
2008-12-28 |
cpickett | * move strsignal, malloc, and realloc to lib/ subdir... |
commit | commitdiff | tree | snapshot |
2008-12-28 |
cpickett | * add lib dir for libcompat |
commit | commitdiff | tree | snapshot |
2008-12-28 |
cpickett | * add missing @LTLIBOJBS@ to libcheck_la_DEPENDENCIES |
commit | commitdiff | tree | snapshot |
2008-12-24 |
cpickett | * use LTLIBOBJS instead of LIBOJBS since we're building... |
commit | commitdiff | tree | snapshot |
2008-12-23 |
cpickett | * Fix problems with the use of AC_FUNC_MALLOC, AC_FUNC_... |
commit | commitdiff | tree | snapshot |
2008-12-23 |
cpickett | * Changes to make the src/ directory compile with gcc... |
commit | commitdiff | tree | snapshot |
2008-12-01 |
cpickett | * add note about CFLAGS and ax_cflags_gcc_option to... |
commit | commitdiff | tree | snapshot |
2008-12-01 |
cpickett | * add exported.sym to ignored files |
commit | commitdiff | tree | snapshot |
2008-11-30 |
cpickett | * update TODO |
commit | commitdiff | tree | snapshot |
2008-11-30 |
cpickett | * set some svn:ignore properties so svn status works... |
commit | commitdiff | tree | snapshot |
2008-11-30 |
cpickett | * add Cygwin, MinGW, MSVC to TODO |
commit | commitdiff | tree | snapshot |
2008-11-30 |
cpickett | * add call to AC_REPLACE_FUNCS([strsignal]) |
commit | commitdiff | tree | snapshot |
2008-11-30 |
cpickett | * add missing NULL argument to fail* varargs macro... |
commit | commitdiff | tree | snapshot |
2008-11-30 |
cpickett | * define CK_ATTRIBUTE_UNUSED for GCC >= 2.95, closing: |
commit | commitdiff | tree | snapshot |
2008-11-30 |
cpickett | * mention that texinfo is for documentation, and that... |
commit | commitdiff | tree | snapshot |
2008-11-15 |
cpickett | * set svn:ignore for generated files so svn status... |
commit | commitdiff | tree | snapshot |
2008-11-12 |
hugo303 | * Fixed error in documentation example Makefile.am... |
commit | commitdiff | tree | snapshot |
2008-11-10 |
hugo303 | * Fixed spelling (patch #1652630) |
commit | commitdiff | tree | snapshot |
2008-11-10 |
hugo303 | * Handle NULL in srunner_add_suite(). Fixes #1624887 |
commit | commitdiff | tree | snapshot |
2008-11-10 |
hugo303 | * Fixed faulty link to Daimonin |
commit | commitdiff | tree | snapshot |
2008-11-10 |
hugo303 | * Updated chapter 3.3 (bug #2053018) |
commit | commitdiff | tree | snapshot |
2008-08-28 |
cpickett | * add scew |
commit | commitdiff | tree | snapshot |
2008-03-21 |
cpickett | * use @top_srcdir@/src/check.h.in instead of check... |
commit | commitdiff | tree | snapshot |
2008-03-21 |
cpickett | * add '|| test $$? -eq 1;' after each diff command per |
commit | commitdiff | tree | snapshot |
2008-03-21 |
cpickett | * add CK_FORK_GETENV to enum fork_status and delete... |
commit | commitdiff | tree | snapshot |
2008-03-21 |
cpickett | * add comment about strsignal overwriting string return... |
commit | commitdiff | tree | snapshot |
2008-03-21 |
cpickett | * call strdup on result from strsignal to avoid clobber... |
commit | commitdiff | tree | snapshot |
2008-03-21 |
cpickett | * add CK_TEST_RESULT_INVALID to enum test_result |
commit | commitdiff | tree | snapshot |
2008-03-21 |
cpickett | * add CK_CTX_INVALID to ck_result_ctx and don't use... |
commit | commitdiff | tree | snapshot |
2008-03-21 |
cpickett | * favour ax_c_check_flag over ax_cflags_gcc_option |
commit | commitdiff | tree | snapshot |
2008-03-21 |
cpickett | * add options using AX_CFLAGS_GCC_OPTION |
commit | commitdiff | tree | snapshot |
2008-03-21 |
cpickett | * add m4 directory and ax_cflags_gcc_option macro |
commit | commitdiff | tree | snapshot |
2008-03-21 |
cpickett | * replace $< with check.h.in for non-gmake (patch due... |
commit | commitdiff | tree | snapshot |
2008-03-21 |
cpickett | * call AM_PROG_CC_C_O |
commit | commitdiff | tree | snapshot |
2008-03-20 |
cpickett | * add prototypes for rpl_malloc and rpl_realloc |
commit | commitdiff | tree | snapshot |
2008-03-06 |
cpickett | * Pass an adjusted line number to eprintf when the... |
commit | commitdiff | tree | snapshot |
2008-03-03 |
cpickett | * add daimonin, embunit, and aceunit |
commit | commitdiff | tree | snapshot |
2008-03-03 |
cpickett | * count checks in setup() as well; patch due to Roland... |
commit | commitdiff | tree | snapshot |
2008-02-08 |
cpickett | * use int __attribute__((unused)) _i instead of |
commit | commitdiff | tree | snapshot |
2008-01-22 |
cpickett | * fix cppunit link |
commit | commitdiff | tree | snapshot |
2008-01-17 |
cpickett | * add XCB to list of projects using Check |
commit | commitdiff | tree | snapshot |
2007-12-12 |
cpickett | * rename signal to _signal in _tcase_add_test to avoid a |
commit | commitdiff | tree | snapshot |
2007-10-28 |
cpickett | * add Pigment to list of projects using Check |
commit | commitdiff | tree | snapshot |
2007-08-27 |
hugo303 | * Made send_file1 and send_file2 static. |
commit | commitdiff | tree | snapshot |
2007-08-27 |
hugo303 | * Add BitlBee and ctrlproxy to list of Check-using... |
commit | commitdiff | tree | snapshot |
2007-06-20 |
cpickett | * test fail(NULL) instead of fail() because there is |
commit | commitdiff | tree | snapshot |
2007-06-19 |
cpickett | * define rpl_malloc and rpl_realloc for platforms where |
commit | commitdiff | tree | snapshot |
2007-04-21 |
cpickett | * SVNChangeLog patch from Robert Collins |
commit | commitdiff | tree | snapshot |
2007-03-12 |
hugo303 | * Added some simple testing of srunner_create() and... |
commit | commitdiff | tree | snapshot |
2007-01-28 |
cpickett | * Add Iodine to list of Check-using projects. |
commit | commitdiff | tree | snapshot |
2007-01-16 |
cpickett | * s/unit test/unit testing/ when used as a verb. |
commit | commitdiff | tree | snapshot |
2006-12-21 |
cpickett | * Fix broken example of loop test usage. |
commit | commitdiff | tree | snapshot |
2006-12-12 |
cpickett | * Obfuscate email addresses a little bit more. |
commit | commitdiff | tree | snapshot |
2006-12-12 |
cpickett | * Add pkg-config documentation TODO. |
commit | commitdiff | tree | snapshot |
2006-12-10 |
cpickett | * Add Tinymail link. |
commit | commitdiff | tree | snapshot |
2006-12-08 |
cpickett | * Add ck_abort and ck_abort_msg implementation with... |
commit | commitdiff | tree | snapshot |
2006-12-06 |
hugo303 | * Incorporated patch from Debian for debian bug #39546... |
commit | commitdiff | tree | snapshot |
2006-11-28 |
hugo303 | * Fixed line number typo in timeout test. |
commit | commitdiff | tree | snapshot |
2006-11-28 |
hugo303 | * Added tests for new Check fail API. |
commit | commitdiff | tree | snapshot |
2006-11-28 |
hugo303 | * Added new Check fail API. Implemented on top of... |
commit | commitdiff | tree | snapshot |
2006-11-23 |
cpickett | * Relax sed dependency from GNU to POSIX. |
commit | commitdiff | tree | snapshot |
2006-11-23 |
cpickett | * Update AUTHORS to reflect current maintainers. |
commit | commitdiff | tree | snapshot |
2006-11-23 |
hugo303 | * Reverted change in r377. genhtml is used in src... |
commit | commitdiff | tree | snapshot |
2006-11-23 |
hugo303 | * Modified sed exported symbols regexp to work on... |
commit | commitdiff | tree | snapshot |
2006-11-23 |
cpickett | * Change DEFAULT_TIMEOUT from 3 seconds to 4 seconds... |
commit | commitdiff | tree | snapshot |
2006-11-23 |
cpickett | * Document dependency on GNU sed 4.0.5. |
commit | commitdiff | tree | snapshot |
2006-11-22 |
hugo303 | * Reverted back to r378, undoing the -ansi and -pedant... |
commit | commitdiff | tree | snapshot |
2006-11-22 |
hugo303 | * Moved -ansi and -pedantic CFLAGS to src/Makefile... |
commit | commitdiff | tree | snapshot |
2006-11-22 |
cpickett | * Clarified checked and unchecked fixtures according... |
commit | commitdiff | tree | snapshot |
2006-11-22 |
cpickett | * Update TODO with Hugo's idea from Help forum about... |
commit | commitdiff | tree | snapshot |
2006-11-22 |
cpickett | * Changed release email project files link to direct... |
commit | commitdiff | tree | snapshot |
2006-11-22 |
cpickett | * Document release process. |
commit | commitdiff | tree | snapshot |
2006-11-21 |
cpickett | * svn merge -r383:384 ../tags/check-0.9.5/ . |
commit | commitdiff | tree | snapshot |
2006-11-21 |
hugo303 | * Clarified patch submission in TODO list. |
commit | commitdiff | tree | snapshot |
2006-11-21 |
cpickett | * svn merge -r375:374 . |
commit | commitdiff | tree | snapshot |
2006-11-18 |
cpickett | * Eliminate comparison of enum print_mode with 0, since... |
commit | commitdiff | tree | snapshot |
2006-11-18 |
cpickett | * Always pass NULL to fail_if and fail_unless if there... |
commit | commitdiff | tree | snapshot |
2006-11-18 |
cpickett | * Add some strictness to CFLAGS. |
commit | commitdiff | tree | snapshot |
2006-11-17 |
cpickett | * Remove check for genhtml, since it isn't used anywhere. |
commit | commitdiff | tree | snapshot |
2006-11-17 |
cpickett | * Tick off make html (0.9.4) and loop test clarificatio... |
commit | commitdiff | tree | snapshot |
2006-11-17 |
hugo303 | * Made SVNChangeLog target PHONY so it is always regen... |
commit | commitdiff | tree | snapshot |
2006-11-17 |
hugo303 | * Added future AC_PROG_CC_C99 stuff. Ticked off distch... |
commit | commitdiff | tree | snapshot |
2006-11-17 |
hugo303 | * Added use of libtool functionality for hiding non... |
commit | commitdiff | tree | snapshot |
2006-11-17 |
hugo303 | * New file used for testing the exported lib with... |
commit | commitdiff | tree | snapshot |
2006-11-17 |
hugo303 | * Added marker on exported symbols to facilitate hidin... |
commit | commitdiff | tree | snapshot |
2006-11-15 |
cpickett | * Update NEWS. |
commit | commitdiff | tree | snapshot |
2006-11-15 |
cpickett | * Rename loop test iteration variable from i to _i... |
commit | commitdiff | tree | snapshot |
2006-11-15 |
hugo303 | * Fixed coverage support to work with gcc4 and buggy... |
commit | commitdiff | tree | snapshot |
2006-11-15 |
hugo303 | * Added texinfo dependencies. |
commit | commitdiff | tree | snapshot |
2006-11-15 |
cpickett | * Clarify meaning of "sporadically maintained". |
commit | commitdiff | tree | snapshot |
2006-11-14 |
hugo303 | * Fixed distcheck target. SVNChangeLog added to EXTRA_... |
commit | commitdiff | tree | snapshot |
2006-11-03 |
hugo303 | * Fixed signal string problem in tests. Strings differ... |
commit | commitdiff | tree | snapshot |
next |