summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)AuthorFilesLines
2006-01-03- Added new API g_thread_pool_get_idle_time() andMartyn James Russell1-12/+97
2005-12-27Shut up CVSManish Singh1-0/+3
2005-12-27use LC_ALL instead of LC_COLLATE, to make sure we really override things.Manish Singh1-2/+2
2005-12-27export LC_COLLATE so it takes. (#324950, Dan Yefimov)Manish Singh1-0/+2
2005-12-26Fix C99isms. (#324950, Dan Yefimov)Matthias Clasen1-4/+7
2005-12-21New function to sort tasks pushed into a threadpool. (#324479, MartynMatthias Clasen1-23/+206
2005-12-20added mem_error() and mem_assert() to test and handle errors withoutTim Janik3-1/+177
2005-12-07- Call g_queue_insert_sorted() instead of duplicating the code. - CallMartyn James Russell1-4/+4
2005-12-05set LC_COLLATE, not LANG, to be sure to override any user settings.Manish Singh1-1/+1
2005-12-05broken commitMatthias Clasen1-1/+3
2005-12-05Set MALLOC_CHECK_ and MALLOC_PERTURB_Matthias Clasen2-1/+3
2005-12-05- Added support for sorting async queues by with _push_sorted(),Martyn James Russell2-0/+184
2005-12-05Fix compiler warnings.Matthias Clasen1-3/+3
2005-12-02extended to perform the benchmarking on the old memchunk code if 'O' isTim Janik3-22/+748
2005-12-01Make tests work with slice allocatorMatthias Clasen1-3/+1
2005-12-01Remove a duplicate _LDADDMatthias Clasen1-1/+0
2005-12-01new slice allocator implementation.Tim Janik2-0/+170
2005-11-21New entries added.Behdad Esfahbod1-1/+3
2005-11-182.9.0GLIB_2_9_0Matthias Clasen1-5/+4
2005-11-17Unit tests for g_utf8_pointer_to_offset and g_utf8_offset_to_pointer.Matthias Clasen2-0/+74
2005-11-07Add a missing reference to libglib in the LDADD for this test.Billy Biggs1-1/+1
2005-10-30Add some tests for conversions between UTF-8, UCS-4 and UTF-16.Matthias Clasen1-0/+516
2005-10-05Add Collation tests.Matthias Clasen9-17/+139
2005-10-01Updated to Unicode 4.1. There are five new GUnicodeBreakType types. ThatBehdad Esfahbod2-42/+480
2005-09-20applied significant recursion complexity optimization, based on a patchTim Janik1-1/+15
2005-09-19applied a patch from matthias which checks on the upper bound ofTim Janik1-1/+7
2005-09-14Add bug refMatthias Clasen1-19/+21
2005-09-14Add a test for grup names of length 1.Matthias Clasen1-0/+20
2005-09-11Link the the refcount tests to the system thread library $(G_THREAD_LIBS).Sebastian Wilhelmi1-1/+1
2005-08-18Optimise single-character insertionsRoss Burton1-2/+44
2005-08-12Shut up CVSManish Singh2-0/+2
2005-08-09Add it here.Matthias Clasen2-0/+98
2005-08-08Enable the endianness test.Matthias Clasen1-8/+1
2005-08-08Fix up the testcaseMatthias Clasen1-4/+4
2005-08-08Add a test for endianness handling.Matthias Clasen1-0/+41
2005-08-08Add convert-test here.Matthias Clasen2-0/+109
2005-08-06remove unused n_threads variable.Manish Singh1-1/+0
2005-08-06Shut up CVSManish Singh1-0/+1
2005-08-02tests/refcount/objects.c tests/refcount/properties.c Use g_usleep()Tor Lillqvist3-3/+3
2005-08-01test high contention on closure reference counts to trigger and catchTim Janik7-38/+353
2005-08-01Minor simplification in safe_strcmp_filename().Tor Lillqvist1-4/+2
2005-08-01Ugh, fix braino.Tor Lillqvist1-2/+16
2005-08-01Make it pass on Win32. (from_uri_tests[]): Take into consideration that onTor Lillqvist1-3/+29
2005-07-20use G_CALLBACK for signal connections.Manish Singh1-3/+3
2005-07-20Shut up CVSManish Singh1-0/+9
2005-07-20Don't get stuck in here if immediate is TRUE. (#310954, Hong Jen Yee)Matthias Clasen1-2/+5
2005-07-15Make refcounting threadsafe by using atomic operations. (#166020, WimMatthias Clasen7-1/+1031
2005-07-14Make the tests silent on success.Matthias Clasen8-44/+76
2005-07-12Add and implement a new flag to turn off the automatic <groupname>-Matthias Clasen1-0/+290
2005-07-01Don't reverse the order of multiline comments.Matthias Clasen1-7/+46