Call destroy notify when destroying the hash table in g_hash_table_unref.
[platform/upstream/glib.git] / glib / gtester.c
2007-12-06 13:29:00 Tim Janikdetect non-blocking fd EOF by read()==0 following poll...
2007-12-05 17:58:18 Tim Janikadded -m=thorough support to gtester.
2007-12-05 17:21:05 Tim Janikprint out random seed for verbose tests, also adapted...
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 JanikAdded g_test_bug() and related API.
2007-11-20 Tim Janikgtester: implemented logic to handle failing tests...
2007-11-20 Tim Janikgtester: implemented XML logging.
2007-11-20 Tim Janikglib/gtester.c: fixed debugging flag.
2007-11-20 Tim Janikfixed bogus unistd.h include.
2007-11-20 Tim JanikImplemented test log IPC.
2007-11-20 Tim Janikgtester.c: support test case listing through gtester.
2007-11-20 Tim Janikgtester.c: adapted to become a rudimentary test binary...
2007-11-20 Tim JanikIntegrated gtester program into build process.
2007-11-20 Tim Janikglib/gtester.c:Small -Wall fix
2007-11-20 Tim Janikglib/gtester.c:Implemented nonblocking reading properly now
2007-11-20 Tim Janikglib/gtester.c:Quit the application when the output...
2007-11-20 Tim Janikglib/gtester.c:Read the output of the child process
2007-11-20 Tim Janikglib/gtester.c:Use g_spawn_async_with_pipes()
2007-11-20 Tim Janikglib/gtester.c:Spawn a process async and quit gtester...
2007-11-20 Tim Janikglib/gtester.c:Added a first revision of gtester