2013-02-12 |
cpickett | * clarify a couple things |
commit | commitdiff | tree | snapshot |
2013-02-11 |
cpickett | * clean up AUTHORS, and split lists into maintainers... |
commit | commitdiff | tree | snapshot |
2013-02-11 |
cpickett | * flip conditionals around in setup_pipe so that it... |
commit | commitdiff | tree | snapshot |
2013-02-11 |
cpickett | * fix dead link on web index.html, closing bug 3592019 |
commit | commitdiff | tree | snapshot |
2013-02-09 |
cpickett | * use AC_SUBST in configure.ac to replace @HAVE_STDINT_... |
commit | commitdiff | tree | snapshot |
2013-02-08 |
cpickett | * undo the last change |
commit | commitdiff | tree | snapshot |
2013-02-08 |
cpickett | * take out use of HAVE_CONFIG_H and HAVE_STDINT_H from... |
commit | commitdiff | tree | snapshot |
2013-02-08 |
cpickett | * added note about Automake 1.11.3 on OS X |
commit | commitdiff | tree | snapshot |
2013-02-08 |
hugo303 | * Add equivalent uint variants for __ck_assert_int... |
commit | commitdiff | tree | snapshot |
2013-02-08 |
hugo303 | * Support 64bit int for __ck_assert_int. Patch from... |
commit | commitdiff | tree | snapshot |
2013-02-08 |
hugo303 | * Autoconf support for uint32_t. Patch from bug #3600421 |
commit | commitdiff | tree | snapshot |
2013-02-08 |
hugo303 | * Fix compatibility with automake older than 1.12 |
commit | commitdiff | tree | snapshot |
2013-02-06 |
cpickett | * fix up description of how ck_assert_msg behaves |
commit | commitdiff | tree | snapshot |
2013-02-06 |
cpickett | * replace ck_assert with ck_assert_msg |
commit | commitdiff | tree | snapshot |
2013-01-31 |
brarcher | Only add -lm if the floor function is in the math lib. |
commit | commitdiff | tree | snapshot |
2013-01-31 |
brarcher | Add comment explaining snprintf checks |
commit | commitdiff | tree | snapshot |
2013-01-31 |
brarcher | Add C99 compliant snprintf to libcompat |
commit | commitdiff | tree | snapshot |
2013-01-30 |
brarcher | Fix typo in header file |
commit | commitdiff | tree | snapshot |
2013-01-30 |
brarcher | renaming list API to start with check_ |
commit | commitdiff | tree | snapshot |
2013-01-30 |
brarcher | Clean up compiler warnings |
commit | commitdiff | tree | snapshot |
2013-01-29 |
cpickett | * use AM_PROG_AR for systems without it |
commit | commitdiff | tree | snapshot |
2013-01-29 |
brarcher | Fix typo in documentation |
commit | commitdiff | tree | snapshot |
2012-12-07 |
hugo303 | * Use leading x to test $GCC for gcov enabling instead... |
commit | commitdiff | tree | snapshot |
2012-11-25 |
brarcher | Adding files that were missed in the previous commit |
commit | commitdiff | tree | snapshot |
2012-11-21 |
brarcher | Allow unit test timeouts to be specified using nanoseco... |
commit | commitdiff | tree | snapshot |
2012-11-18 |
brarcher | Updating documentation to remove using fail* API in... |
commit | commitdiff | tree | snapshot |
2012-11-18 |
brarcher | Updating examples to use alternatives to the fail* API |
commit | commitdiff | tree | snapshot |
2012-11-18 |
brarcher | Examples in documentation now are diffs showing entire... |
commit | commitdiff | tree | snapshot |
2012-11-14 |
hugo303 | * Calculation of duration for test runs now use clock_g... |
commit | commitdiff | tree | snapshot |
2012-11-13 |
hugo303 | * Added note on 'make doc/check_html' when releasing... |
commit | commitdiff | tree | snapshot |
2012-11-12 |
hugo303 | * Fix numeric typo |
commit | commitdiff | tree | snapshot |
2012-11-10 |
brarcher | If the test_check_ntests_run test fails, print the... |
commit | commitdiff | tree | snapshot |
2012-11-10 |
brarcher | Moving the creation of the suite, to remove a compiler... |
commit | commitdiff | tree | snapshot |
2012-11-10 |
brarcher | Remove unneeded variable |
commit | commitdiff | tree | snapshot |
2012-11-10 |
brarcher | If there is a mismatch on the number of tests to run... |
commit | commitdiff | tree | snapshot |
2012-11-08 |
brarcher | add new ck_assert_ptr_(eq|ne) functions for pointer... |
commit | commitdiff | tree | snapshot |
2012-11-08 |
brarcher | replace unnecessary mention of deprecated fail_unless... |
commit | commitdiff | tree | snapshot |
2012-11-06 |
brarcher | free created srunner |
commit | commitdiff | tree | snapshot |
2012-11-06 |
brarcher | no check for pointer!=NULL before dereferencing it |
commit | commitdiff | tree | snapshot |
2012-11-06 |
brarcher | fix memory leaks |
commit | commitdiff | tree | snapshot |
2012-11-06 |
brarcher | replace strcpy with alternative |
commit | commitdiff | tree | snapshot |
2012-11-06 |
brarcher | fix memory leak |
commit | commitdiff | tree | snapshot |
2012-11-06 |
brarcher | if fork fails, do not send invalid pid to setpgid |
commit | commitdiff | tree | snapshot |
2012-11-06 |
brarcher | fix compiler warning: subunit header file not found |
commit | commitdiff | tree | snapshot |
2012-11-06 |
brarcher | Fixing subunit checking condition in configure.ac |
commit | commitdiff | tree | snapshot |
2012-11-06 |
brarcher | removing variable that is written but never read |
commit | commitdiff | tree | snapshot |
2012-11-06 |
brarcher | remove tabs, replace with spaces |
commit | commitdiff | tree | snapshot |
2012-11-04 |
brarcher | fix printing configure warning message when tex not... |
commit | commitdiff | tree | snapshot |
2012-11-04 |
brarcher | update NEWS with information on recent checkins |
commit | commitdiff | tree | snapshot |
2012-11-04 |
brarcher | replace usage of fail_if(expr, msg) with ck_assert_msg... |
commit | commitdiff | tree | snapshot |
2012-11-04 |
brarcher | replace usage of fail_unless() with ck_assert_msg() |
commit | commitdiff | tree | snapshot |
2012-11-04 |
brarcher | replace usage of fail() with ck_abort_msg() |
commit | commitdiff | tree | snapshot |
2012-11-04 |
brarcher | update check.h.in with new check API, and remove refere... |
commit | commitdiff | tree | snapshot |
2012-11-04 |
brarcher | silence warning regarding ignoring pipe's return value |
commit | commitdiff | tree | snapshot |
2012-11-04 |
brarcher | silence warnings when assigning constant string to... |
commit | commitdiff | tree | snapshot |
2012-11-04 |
brarcher | Adding prototype for ppack_cleanup |
commit | commitdiff | tree | snapshot |
2012-11-04 |
brarcher | fix printf warnings |
commit | commitdiff | tree | snapshot |
2012-11-04 |
brarcher | fix printf format warning |
commit | commitdiff | tree | snapshot |
2012-11-04 |
brarcher | fix warning for unused variables |
commit | commitdiff | tree | snapshot |
2012-11-04 |
brarcher | Add override for clock_gettime() in libcompat for syste... |
commit | commitdiff | tree | snapshot |
2012-11-04 |
brarcher | Change definition of unsetenv to follow POSIX.1-2001 |
commit | commitdiff | tree | snapshot |
2012-11-04 |
brarcher | Remove stray ; from putenv |
commit | commitdiff | tree | snapshot |
2012-11-04 |
brarcher | Adding myself to the AUTHORS file |
commit | commitdiff | tree | snapshot |
2012-10-22 |
hugo303 | Updated release instructions |
commit | commitdiff | tree | snapshot |
2012-10-22 |
hugo303 | * Update for release |
commit | commitdiff | tree | snapshot |
2012-10-22 |
hugo303 | * Updated versions for 0.9.9 relese |
commit | commitdiff | tree | snapshot |
2012-10-22 |
hugo303 | * Distribute test_check_nofork.sh also |
commit | commitdiff | tree | snapshot |
2012-10-19 |
hugo303 | * Measure test duration and print in XML output |
commit | commitdiff | tree | snapshot |
2012-10-19 |
hugo303 | * Updated XML output format |
commit | commitdiff | tree | snapshot |
2012-10-19 |
hugo303 | * Transforms check XML to format suitable for JUnit |
commit | commitdiff | tree | snapshot |
2012-10-15 |
hugo303 | Added support for setting log files via environment... |
commit | commitdiff | tree | snapshot |
2012-10-12 |
hugo303 | * Added better pkg-config and subunit support |
commit | commitdiff | tree | snapshot |
2012-10-11 |
hugo303 | * Make tests/test_vars.in bourne shell compatible |
commit | commitdiff | tree | snapshot |
2012-10-11 |
hugo303 | * Added ck_ prefix to mutex_lock variable |
commit | commitdiff | tree | snapshot |
2012-10-11 |
hugo303 | Updated with more patch submitters |
commit | commitdiff | tree | snapshot |
2012-10-11 |
hugo303 | * In autoconf, request system extensions to generate... |
commit | commitdiff | tree | snapshot |
2012-10-11 |
hugo303 | * Fix for mutex deadlock when killing threads, patch... |
commit | commitdiff | tree | snapshot |
2012-10-11 |
hugo303 | * Make XML output well-formed |
commit | commitdiff | tree | snapshot |
2012-10-11 |
hugo303 | * Updated fixed item |
commit | commitdiff | tree | snapshot |
2012-10-11 |
hugo303 | * Fix buggy duration calculation, bug #3575451 on SF |
commit | commitdiff | tree | snapshot |
2012-10-11 |
hugo303 | * Measure test duration correctly. Fixes SF bug #3575451. |
commit | commitdiff | tree | snapshot |
2012-06-14 |
cpickett | * Add Mateusz Loskot as an author along with his MSVC... |
commit | commitdiff | tree | snapshot |
2012-06-14 |
cpickett | * add contrib/improved_make_check |
commit | commitdiff | tree | snapshot |
2012-06-14 |
cpickett | * clean up formatting of AUTHORS file |
commit | commitdiff | tree | snapshot |
2012-01-03 |
mloskot | More clean-up in AUTHORS. |
commit | commitdiff | tree | snapshot |
2012-01-03 |
mloskot | Tidy up AUTHORS. More git svn workflow tests |
commit | commitdiff | tree | snapshot |
2012-01-03 |
mloskot | AUTHORS formatting. Testing git svn workflow |
commit | commitdiff | tree | snapshot |
2012-01-02 |
mloskot | Typos. My first test commit. |
commit | commitdiff | tree | snapshot |
2011-12-02 |
hugo303 | * Added a chapter for selective running of tests. |
commit | commitdiff | tree | snapshot |
2011-12-02 |
hugo303 | * Added a chapter for selective running of tests. |
commit | commitdiff | tree | snapshot |
2011-11-15 |
hugo303 | * Added comment on message pipe fix. |
commit | commitdiff | tree | snapshot |
2011-11-15 |
hugo303 | * Added todo docs for selective running. |
commit | commitdiff | tree | snapshot |
2011-11-15 |
hugo303 | * Fixes problem with very large allocations. |
commit | commitdiff | tree | snapshot |
2011-11-15 |
hugo303 | * Fixed null pointer dereference if test failed. |
commit | commitdiff | tree | snapshot |
2011-11-14 |
hugo303 | * Fixed typo: echoo -> echo |
commit | commitdiff | tree | snapshot |
2011-11-14 |
hugo303 | * Corrected and clarified documentation on fixtures. |
commit | commitdiff | tree | snapshot |
2011-11-09 |
hugo303 | Removed the '\aa"' file from the name_enc directory... |
commit | commitdiff | tree | snapshot |
2011-06-01 |
zdenekc | * rename _fail_unless to _ck_assert_msg and define... |
commit | commitdiff | tree | snapshot |
2011-06-01 |
zdenekc | * fix dead assignments and possible null pointer derefe... |
commit | commitdiff | tree | snapshot |
2011-06-01 |
zdenekc | * fix failed test exit in no-fork mode |
commit | commitdiff | tree | snapshot |
next |