Age | Commit message (Expand) | Author | Files | Lines |
2006-01-03 | - Added new API g_thread_pool_get_idle_time() and | Martyn James Russell | 1 | -12/+97 |
2005-12-27 | Shut up CVS | Manish Singh | 1 | -0/+3 |
2005-12-27 | use LC_ALL instead of LC_COLLATE, to make sure we really override things. | Manish Singh | 1 | -2/+2 |
2005-12-27 | export LC_COLLATE so it takes. (#324950, Dan Yefimov) | Manish Singh | 1 | -0/+2 |
2005-12-26 | Fix C99isms. (#324950, Dan Yefimov) | Matthias Clasen | 1 | -4/+7 |
2005-12-21 | New function to sort tasks pushed into a threadpool. (#324479, Martyn | Matthias Clasen | 1 | -23/+206 |
2005-12-20 | added mem_error() and mem_assert() to test and handle errors without | Tim Janik | 3 | -1/+177 |
2005-12-07 | - Call g_queue_insert_sorted() instead of duplicating the code. - Call | Martyn James Russell | 1 | -4/+4 |
2005-12-05 | set LC_COLLATE, not LANG, to be sure to override any user settings. | Manish Singh | 1 | -1/+1 |
2005-12-05 | broken commit | Matthias Clasen | 1 | -1/+3 |
2005-12-05 | Set MALLOC_CHECK_ and MALLOC_PERTURB_ | Matthias Clasen | 2 | -1/+3 |
2005-12-05 | - Added support for sorting async queues by with _push_sorted(), | Martyn James Russell | 2 | -0/+184 |
2005-12-05 | Fix compiler warnings. | Matthias Clasen | 1 | -3/+3 |
2005-12-02 | extended to perform the benchmarking on the old memchunk code if 'O' is | Tim Janik | 3 | -22/+748 |
2005-12-01 | Make tests work with slice allocator | Matthias Clasen | 1 | -3/+1 |
2005-12-01 | Remove a duplicate _LDADD | Matthias Clasen | 1 | -1/+0 |
2005-12-01 | new slice allocator implementation. | Tim Janik | 2 | -0/+170 |
2005-11-21 | New entries added. | Behdad Esfahbod | 1 | -1/+3 |
2005-11-18 | 2.9.0GLIB_2_9_0 | Matthias Clasen | 1 | -5/+4 |
2005-11-17 | Unit tests for g_utf8_pointer_to_offset and g_utf8_offset_to_pointer. | Matthias Clasen | 2 | -0/+74 |
2005-11-07 | Add a missing reference to libglib in the LDADD for this test. | Billy Biggs | 1 | -1/+1 |
2005-10-30 | Add some tests for conversions between UTF-8, UCS-4 and UTF-16. | Matthias Clasen | 1 | -0/+516 |
2005-10-05 | Add Collation tests. | Matthias Clasen | 9 | -17/+139 |
2005-10-01 | Updated to Unicode 4.1. There are five new GUnicodeBreakType types. That | Behdad Esfahbod | 2 | -42/+480 |
2005-09-20 | applied significant recursion complexity optimization, based on a patch | Tim Janik | 1 | -1/+15 |
2005-09-19 | applied a patch from matthias which checks on the upper bound of | Tim Janik | 1 | -1/+7 |
2005-09-14 | Add bug ref | Matthias Clasen | 1 | -19/+21 |
2005-09-14 | Add a test for grup names of length 1. | Matthias Clasen | 1 | -0/+20 |
2005-09-11 | Link the the refcount tests to the system thread library $(G_THREAD_LIBS). | Sebastian Wilhelmi | 1 | -1/+1 |
2005-08-18 | Optimise single-character insertions | Ross Burton | 1 | -2/+44 |
2005-08-12 | Shut up CVS | Manish Singh | 2 | -0/+2 |
2005-08-09 | Add it here. | Matthias Clasen | 2 | -0/+98 |
2005-08-08 | Enable the endianness test. | Matthias Clasen | 1 | -8/+1 |
2005-08-08 | Fix up the testcase | Matthias Clasen | 1 | -4/+4 |
2005-08-08 | Add a test for endianness handling. | Matthias Clasen | 1 | -0/+41 |
2005-08-08 | Add convert-test here. | Matthias Clasen | 2 | -0/+109 |
2005-08-06 | remove unused n_threads variable. | Manish Singh | 1 | -1/+0 |
2005-08-06 | Shut up CVS | Manish Singh | 1 | -0/+1 |
2005-08-02 | tests/refcount/objects.c tests/refcount/properties.c Use g_usleep() | Tor Lillqvist | 3 | -3/+3 |
2005-08-01 | test high contention on closure reference counts to trigger and catch | Tim Janik | 7 | -38/+353 |
2005-08-01 | Minor simplification in safe_strcmp_filename(). | Tor Lillqvist | 1 | -4/+2 |
2005-08-01 | Ugh, fix braino. | Tor Lillqvist | 1 | -2/+16 |
2005-08-01 | Make it pass on Win32. (from_uri_tests[]): Take into consideration that on | Tor Lillqvist | 1 | -3/+29 |
2005-07-20 | use G_CALLBACK for signal connections. | Manish Singh | 1 | -3/+3 |
2005-07-20 | Shut up CVS | Manish Singh | 1 | -0/+9 |
2005-07-20 | Don't get stuck in here if immediate is TRUE. (#310954, Hong Jen Yee) | Matthias Clasen | 1 | -2/+5 |
2005-07-15 | Make refcounting threadsafe by using atomic operations. (#166020, Wim | Matthias Clasen | 7 | -1/+1031 |
2005-07-14 | Make the tests silent on success. | Matthias Clasen | 8 | -44/+76 |
2005-07-12 | Add and implement a new flag to turn off the automatic <groupname>- | Matthias Clasen | 1 | -0/+290 |
2005-07-01 | Don't reverse the order of multiline comments. | Matthias Clasen | 1 | -7/+46 |