summaryrefslogtreecommitdiff
path: root/tests/Makefile.am
AgeCommit message (Expand)Author
2008-09-01Bug 550040 - Move GString, rand and printf tests to the unit testPaolo Borelli
2008-07-23Remove leftoversMatthias Clasen
2008-07-20Move another testMatthias Clasen
2008-07-18Move another testMatthias Clasen
2008-07-18Move tests aroundMatthias Clasen
2008-06-24Bug 539770 - migrate gstrfunc unit tests to gtestPaolo Borelli
2008-04-18fixed gstdio.h include.17:40:58 Tim Janik
2008-01-11added g_base64_encode()/g_base64_decode() test case by Asbjoern12:55:19 Tim Janik
2007-12-12split up tests and reworked code to use the new test framework.16:06:11 Tim Janik
2007-12-06added new scanner test from #501654, by Patrick Hulin with various09:27:42 Tim Janik
2007-12-04Add GChecksum, a generic wrapper around various hashing algorithms. At theEmmanuele Bassi
2007-11-27Add new function g_markup_collect_attributes (bug #496847).Ryan Lortie
2007-11-25Replace INCLUDES by AM_CPPFLAGS, other cleanups.Matthias Clasen
2007-11-21initialize automake variables EXTRA_DIST and TEST_PROGS for unconditional21:06:47 Tim Janik
2007-08-13test g_once_init_*() before and after g_thread_init() and test concurrencyTim Janik
2007-07-12added GSLice test from Stefan Westerfeld, bug #433314.Tim Janik
2007-07-12migrate per-thread magazine caches from single-thread scenario to firstTim Janik
2007-03-15Add GRegex for regular expression matching. (#50075)Marco Barisione
2007-03-06Apply a patch by Loïc Minier to fix building with -Wl,-z,defs. (#149144)Matthias Clasen
2007-02-03New files implementing GSequence, a list implemented using a binary tree.Soren Sandmann
2007-01-19Some file list updates (#398069, Owen Taylor)Matthias Clasen
2007-01-03Fix bug in g_bit_nth_lsf (#371631) and use __builtin_clzl forBehdad Esfahbod
2006-12-18Try a different fix for bug 346373.Matthias Clasen
2006-12-18Don't use $RANDOM if the shell doesn't have it. (#346373, Thomas Klausner)Matthias Clasen
2006-10-15Compile errorcheck-mutex-test with thread libraries explicitly. (#74748,Sebastian Wilhelmi
2006-05-16g_ascii_strtollMatthias Clasen
2006-05-10Renamed to glib/gthreadprivate.h and moved system thread identifierSebastian Wilhelmi
2006-05-032.11.0GLIB_2_11_0Matthias Clasen
2006-04-05Run run-bookmark-test.shMatthias Clasen
2006-04-04Add base64 encode/decode functionsAlexander Larsson
2006-03-27Add test suite for GBookmarkFile.Emmanuele Bassi
2005-12-20added mem_error() and mem_assert() to test and handle errors withoutTim Janik
2005-12-05Set MALLOC_CHECK_ and MALLOC_PERTURB_Matthias Clasen
2005-12-05- Added support for sorting async queues by with _push_sorted(),Martyn James Russell
2005-12-02extended to perform the benchmarking on the old memchunk code if 'O' isTim Janik
2005-12-01Remove a duplicate _LDADDMatthias Clasen
2005-12-01new slice allocator implementation.Tim Janik
2005-11-182.9.0GLIB_2_9_0Matthias Clasen
2005-11-17Unit tests for g_utf8_pointer_to_offset and g_utf8_offset_to_pointer.Matthias Clasen
2005-10-05Add Collation tests.Matthias Clasen
2005-08-08Add convert-test here.Matthias Clasen
2005-07-15Make refcounting threadsafe by using atomic operations. (#166020, WimMatthias Clasen
2005-06-302.7.1GLIB_2_7_1Matthias Clasen
2005-06-25Add an mmap() wrapper called GMappedFile. (#148218, David Schleef, BehdadMatthias Clasen
2005-06-102.7.0GLIB_2_7_0Matthias Clasen
2005-02-08Don't write out of bounds.Matthias Clasen
2005-01-19Accept \r\n as line end. (#163030, Bastian Nocera)Matthias Clasen
2004-11-24Add utf8-validate.Matthias Clasen
2004-08-02Add GOption.Anders Carlsson
2004-03-06Update.Tor Lillqvist