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 |
2011-03-03 |
hugo303 | * Adds RAPP and SSSD as projects using check. |
commit | commitdiff | tree | snapshot |
2011-02-21 |
zdenekc | * add link to xslt to xml output, add display of iterat... |
commit | commitdiff | tree | snapshot |
2011-01-23 |
cpickett | * add eclipse support to contrib dir from Bogdan Cristea |
commit | commitdiff | tree | snapshot |
2010-12-12 |
cpickett | * add new ck_assert_(str|int)_(lt|le|gt|ge) comparison... |
commit | commitdiff | tree | snapshot |
2010-12-01 |
cpickett | * invert _ck_x and _ck_y to fix strcmp in _ck_assert_st... |
commit | commitdiff | tree | snapshot |
2010-12-01 |
cpickett | * ignore generated files |
commit | commitdiff | tree | snapshot |
2010-11-27 |
cpickett | * Documented new Check API and fixed macros to allow... |
commit | commitdiff | tree | snapshot |
2010-11-26 |
cpickett | * note that svn commit messages are what matter in... |
commit | commitdiff | tree | snapshot |
2010-11-26 |
cpickett | * ignore test_vars file |
commit | commitdiff | tree | snapshot |
2010-11-20 |
cpickett | * caveat about delays in updates |
commit | commitdiff | tree | snapshot |
2010-11-20 |
cpickett | * more projects using Check |
commit | commitdiff | tree | snapshot |
2010-04-08 |
micahcowan | Deal with diferent awks' ideas of escaping for gsub... |
commit | commitdiff | tree | snapshot |
2010-04-08 |
micahcowan | Eliminate POSIX classes from checkmk.in. |
commit | commitdiff | tree | snapshot |
2010-04-03 |
micahcowan | Changelog, NEWS, and AUTHORS changes for checkmk stuff. |
commit | commitdiff | tree | snapshot |
2010-04-03 |
micahcowan | Merge in checkmk branch. |
commit | commitdiff | tree | snapshot |
2010-02-26 |
hugo303 | * Removed doubled unused lock variable. |
commit | commitdiff | tree | snapshot |
2010-02-26 |
hugo303 | * Added missing prototype for make_selective_suite() |
commit | commitdiff | tree | snapshot |
2010-02-18 |
jemarch | Selective testing support in run_test_* |
commit | commitdiff | tree | snapshot |
2010-01-16 |
cpickett | * fix link (thanks SJS) |
commit | commitdiff | tree | snapshot |
2010-01-16 |
cpickett | * add CuTest to docs (thanks SJS) |
commit | commitdiff | tree | snapshot |
2009-12-14 |
cpickett | * declare mutex_lock as static to stop it from getting... |
commit | commitdiff | tree | snapshot |
2009-10-19 |
hugo303 | * Fixed html manual generation |
commit | commitdiff | tree | snapshot |
2009-10-19 |
hugo303 | * Fixed manual link again |
commit | commitdiff | tree | snapshot |
2009-10-19 |
hugo303 | * Fixed manual link |
commit | commitdiff | tree | snapshot |
2009-10-19 |
hugo303 | * Clean all generated files |
commit | commitdiff | tree | snapshot |
2009-10-05 |
hugo303 | * Fixed upload of web files when releasing. |
commit | commitdiff | tree | snapshot |
next |