summaryrefslogtreecommitdiff
path: root/glib/tests/sequence.c
Commit message (Expand)AuthorAgeFilesLines
* Normalize C source files to end with exactly one newlinewip/smcv/trailing-newlinesSimon McVittie2020-04-211-1/+0
* tests: Various minor leak fixes in the GLib testsPhilip Withnall2018-06-291-0/+2
* sequence: fix style issue in previous commitChristian Hergert2015-10-151-1/+1
* sequence: add g_sequence_is_empty()Christian Hergert2015-10-151-0/+26
* tests: replace most g_print() with g_printerr()Simon McVittie2015-05-111-4/+4
* Simplify code that uses g_queue_insert_before() and insert_after()Sébastien Wilmet2014-11-091-13/+3
* various GLib tests: plug memory leaksSimon McVittie2011-12-141-0/+7
* Mark some functions 'static' in glib/testsRyan Lortie2011-10-161-1/+1
* GSequence: Make g_sequence_iter_move behave as documentedMatthias Clasen2011-04-261-0/+32
* Add unit test for g_sequence_lookup() and g_sequence_lookup_iter().Xavier Claessens2010-12-201-0/+76
* Move sequence tests to the test frameworkMatthias Clasen2010-06-201-0/+1286