Improve docs
[platform/upstream/glib.git] / glib / tests /
2008-11-28 Matthias ClasenFix an issue with callbacks that return FALSE.
2008-11-23 Christian PerschBug 560569 – gkeyfile doesn't use the set list_separato...
2008-09-30 Tor LillqvistMakefile.decl Bypass gtester related stuff on Windows.
2008-09-27 Dan Winship Bug 553447 \e$(Q#|\e(B g_assert_no_error()
2008-09-26 Dan Winshipmake this a "const gpointer" rather than a gconstpointe...
2008-09-02 Ryan LortieBug 549771 – improved .gitignore for glib
2008-09-01 Paolo Borellisvn:ignore files of last patch
2008-09-01 Paolo BorelliBug 550040 - Move GString, rand and printf tests to...
2008-08-29 Ryan LortieFixup for test case in previous commit.
2008-08-28 Ryan Lortie[REVERT] Bug 548612 – g_strstr_len() should use memmem...
2008-08-28 Bastien NoceraBug 548612 – g_strstr_len() should use memmem when...
2008-07-25 15:47:08 Tim Janikadded new sample test to prepare for extended range...
2008-07-21 Mathias HasselmannSet LANG variable for group caption tests to get reprod...
2008-07-20 Matthias ClasenMove another test
2008-07-18 Matthias ClasenMove another test
2008-07-18 Matthias ClasenMove tests around
2008-07-10 Ryan Lortieadd functions g_markup_parse_context_{push,pop} in...
2008-06-24 Paolo BorelliBug 539770 - migrate gstrfunc unit tests to gtest
2008-05-28 Michael Nattereradd G_DISABLE_SINGLE_INCLUDES to CPPFLAGS globally.
2008-05-27 Matthias ClasenRevert the patch for bug 527214 and related changes...
2008-02-10 Matthias Clasen/bin/ksh can't handle a for-loop with no arguments...
2008-01-25 Loïc MinierPass context down the implementation to check for the...
2008-01-23 Jens GranseuerOnly declare variables at the beginning of a code block...
2008-01-07 Matthias Clasen2.15.1 GLIB_2_15_1
2007-12-24 Mathias HasselmannDo not show empty groups in --help output. Initial...
2007-12-05 11:43:22 Tim Janikadded g_test_add_data_func() to pass data into tests...
2007-11-21 21:06:47 Tim Janikinitialize automake variables EXTRA_DIST and TEST_PROGS...
2007-11-20 Tim JanikFixed copyright for newly submitted files.
2007-11-20 Tim JanikRenamed gtestframework to gtestutils.
2007-11-20 Tim Janikgtester: implemented logic to handle failing tests...
2007-11-20 Tim Janikgtester: implemented XML logging.
2007-11-20 Tim Janiktests/Makefile.am: execute test programs with gtester...
2007-11-20 Tim JanikImplemented test logging basics.
2007-11-20 Tim JanikImplemented g_test_timer*().
2007-11-20 Tim JanikImplemented support for testpaths.
2007-11-20 Tim Janiktesting.c: added tests for the g_test_rand*() API.
2007-11-20 Tim Janiktesting.c: added tests for g_assert_cmphex() and forked...
2007-11-20 Tim Janikthat match a given test path. (g_test_run_suite): run...
2007-11-20 Tim JanikGTest framework started.
2007-11-20 Tim JanikAdded gtestframework.[hc] and glib/tests/.