build: Fix 'make dist' regression
[platform/upstream/glib.git] / glib / tests /
2012-04-23 Matthias ClasenAdd some directory getter tests
2012-04-23 Matthias ClasenImprove GOptionContext test coverage
2012-04-23 Matthias ClasenMake the child source test work
2012-04-19 Matthias ClasenRevert "tests: fix test on windows"
2012-04-19 Andoni Morales Ala... tests: fix test on windows
2012-04-19 Andoni Morales Ala... test: only check for defined errors
2012-04-19 Alexander LarssonFix build on win32
2012-04-16 Colin Walterstests: Fix race conditions in mainloop/invoke test
2012-04-16 Colin Walterstests/mainloop: Add a test for recursive child sources
2012-04-16 Dan Winshiptests/mainloop: add a test for child sources
2012-04-16 Kalev Lembertests/fileutils: Fix Windows build
2012-04-16 Cosimo Cecchitests/date: force English locale running the GDateTime...
2012-04-13 Matthias ClasenFix distcheck
2012-04-13 Dan Winshiptests/mainloop: fix a race condition
2012-04-13 Dan Winshiptests/mainloop: use g_assert_cmpint(), for better error...
2012-04-13 Matthias ClasenMake the markup-parse test independent of the locale
2012-04-09 Cosimo Cecchitests: always use four digit years for date parsing...
2012-04-08 Matthias Clasenspawn: Improve test coverage
2012-04-08 Matthias Clasenmainloop: Improve test coverage
2012-04-08 Matthias Clasenutils: Improve test coverage
2012-04-08 Matthias Clasenfileutils: Improve test coverage
2012-04-08 Matthias Clasensort: Improve test coverage
2012-04-08 Matthias Clasendate: Improve test coverage
2012-04-08 Matthias Clasenconvert: Improve test coverage
2012-04-08 Matthias Clasencollate: Improve test coverage
2012-04-04 Matthias ClasenImprove keyfile test coverage
2012-04-04 Matthias ClasenImprove test coverage
2012-04-04 Dan Winshiptests/gdatetime: fix new_from_unix test
2012-04-02 Matthias ClasenUse new hashset api in the hash set tests
2012-03-22 Raphael Kubo da... Make the `include' glib test case build on FreeBSD.
2012-03-20 Alexander LarssonUse g_unsetenv, not unsetenv
2012-03-18 Matthias ClasenMake inf testcase more forgiving
2012-03-18 Sebastian DrögeUse __builtin_bswap* for GUINT*_SWAP_LE_BE if building...
2012-03-16 Alexander LarssonMake g_qsort_with_data stable, based on glibc msort
2012-03-09 Ryan Lortielogging test: unset G_MESSAGES_DEBUG
2012-02-27 Christian Perschregex: Remove --disable-regex option
2012-02-27 Christian Perschunicode: tests: More script to/from ISO-15924 tests
2012-02-27 Christian Perschunicode: tests: Add tests for new scripts
2012-02-27 Christian Perschunicode: tests: Add tests for new line break classes
2012-02-27 Christian Perschunicode: tests: Remove U+27CD from is-undefined test
2012-02-22 Dan Winshipgasyncqueue: fix a 32bit overflow in g_async_queue_time...
2012-02-20 Matthias ClasenDon't rely on /bin/sh
2012-02-08 Ravi Sankar Gunturglib/tests: mainloop - fix a mem leak.
2012-02-08 Ravi Sankar Gunturglib/tests: fix memory leak
2012-02-08 Dan Winshipglib/tests/option-context: remove unused tests
2012-02-01 Matthias ClasenAdd a test to show that GMarkup properly handles >...
2012-01-30 Antoine Jacoutotgoption: implement platform_get_argv0() for OpenBSD
2012-01-26 Ryan LortieGKeyFile: allow loading from empty strings
2012-01-26 Andoni Morales Ala... keyfile tests: Fix windows build using portable g_setenv
2012-01-25 Matthias ClasenUse G_SOURCE_CONTINUE/REMOVE internally
2012-01-25 Matthias ClasenFix the new test
2012-01-25 Matthias ClasenAdd a test for g_key_file_set_list_separator
2012-01-25 Emmanuele Bassiarray: Add a clear function
2012-01-24 Ryan Lortiekeyfile tests: Add testcase for bug #634232
2012-01-21 Dan Winshipg_date_time_format: fix output in non-UTF-8 locales
2012-01-16 Patrick WelcheProtect call to pthread_condattr_setclock with define.
2012-01-13 Alexander LarssonMerge remote-tracking branch 'gvdb/master'
2012-01-09 Matthias Clasenfix a compiler warning
2012-01-05 Javier Jardónglib/*: Use g_slist_free_full() convenience function
2012-01-03 Paolo BorelliAdd a testcase for an old regex bug.
2011-12-28 Ravi Sankar GunturFix to handle '\v' (vertical tab) by g_strescape()...
2011-12-27 Simon McVittievarious tests: do not provoke SIGTRAP with -m no-undefined
2011-12-27 Matthias ClasenRemove obsolescent AC_HEADER_STDC macro
2011-12-22 Chun-wei Fanglib/tests/private.c: Fix compilation on Windows
2011-12-16 Ravi Sankar GunturAdded API g_queue_free_full().
2011-12-15 Stef WalterGBytes: add a size argument to g_bytes_get_data
2011-12-14 Ryan Lortietwo test fixes for ARM
2011-12-14 Simon McVittiehash test: avoid leaking various keys and values
2011-12-14 Simon McVittieGOptionContext test: free all arguments, not just the...
2011-12-14 Simon McVittievarious GLib tests: plug memory leaks
2011-11-30 Matthias ClasenDon't abort if g_ascii_strtod tests fail
2011-11-24 Stef WalterGBytes: A new type for an immutable set of bytes.
2011-11-23 Matthias ClasenAdd some more mainloop tests
2011-11-23 Matthias ClasenRemove unnecessary includes
2011-11-23 Matthias ClasenAdd back required _XOPEN_SOURCE define
2011-11-21 Matthias ClasenImprove test coverage
2011-11-21 Matthias ClasenImprove mainloop test coverage slightly
2011-11-21 Matthias ClasenImprove test coverage
2011-11-21 Matthias ClasenImprove test coverage
2011-11-21 Matthias ClasenAdd a test for g_unichar_isdefined
2011-11-15 Sjoerd SimonsFix 1bit mutex test on platforms with 32 bit aligned...
2011-11-15 Matthias ClasenGThread: handle thread names safely
2011-11-14 Dan WinshipFix glib/tests/utils for g_parse_debug_string() changes
2011-11-03 Matthias ClasenMake the default log handler more useful
2011-10-24 Matthias ClasenFix g_hash_table_iter_replace
2011-10-17 Chun-wei Fanglib/tests/thread.c: Add config guards
2011-10-17 Ryan LortieMark some functions 'static' in glib/tests
2011-10-16 Ryan Lortiegitignore
2011-10-16 Ryan Lortiegthread: move test cases to glib/
2011-10-16 Ryan Lortietests: merge gthread/ and glib/ atomic tests
2011-10-16 Ryan Lortieglib/tests/atomic: convert to proper gtester test
2011-10-16 Matthias ClasenPass correct data to fatal log handlers
2011-10-16 Matthias ClasenAdd g_get_codeset test
2011-10-16 Matthias ClasenAdd GAsyncQueue unit test
2011-10-15 Matthias ClasenAdd tests for new g_environ_ functions
2011-10-15 Ryan LortieRename g_thread_try to g_thread_try_new
2011-10-15 Matthias ClasenAdd atomic test to TEST_PROGS
2011-10-15 Matthias ClasenImprove test coverage
2011-10-15 Matthias ClasenAdd a test involving g_thread_ref/unref
2011-10-13 Ryan Lortiedrop g_thread_new_full()
next