summaryrefslogtreecommitdiff
path: root/tests/slice-test.c
Commit message (Expand)AuthorAgeFilesLines
* tests/: LGPLv2+ -> LGPLv2.1+Sébastien Wilmet2017-05-291-1/+1
* Updated FSF's addressDaniel Mustieles2014-01-311-3/+1
* Remove a bunch of lingering g_thread_init()Ryan Lortie2013-05-311-2/+0
* fix warningsDan Winship2012-04-301-1/+1
* Remove g_mutex_new()/g_cond_new() in testcasesRyan Lortie2011-10-041-2/+0
* Deprecate g_thread_create_full()Ryan Lortie2011-09-211-2/+2
* [tests] Remove C++ style commentsAlberto Garcia2010-01-201-1/+1
* define PCRE_STATIC to reflect the inclusion of pcre as LIB, notHans Breuer2007-03-171-33/+40
* implemented static debugging hash-tree to validate slice adresses andTim Janik2006-12-281-7/+23
* Use g_get_current_time() insted of gettimeofday().Tor Lillqvist2006-07-241-5/+4
* Check the return value of g_get_prgname for NULL before passing to strcmp.Behdad Esfahbod2006-04-051-1/+1
* honour g_mem_gc_friendly settings when freeing slices, make sureTim Janik2006-01-251-0/+4
* Fix C99isms. (#324950, Dan Yefimov)Matthias Clasen2005-12-261-4/+7
* added mem_error() and mem_assert() to test and handle errors withoutTim Janik2005-12-201-1/+1
* extended to perform the benchmarking on the old memchunk code if 'O' isTim Janik2005-12-021-22/+135
* new slice allocator implementation.Tim Janik2005-12-011-0/+168