summaryrefslogtreecommitdiff
path: root/glib/tests/array-test.c
Commit message (Expand)AuthorAgeFilesLines
* array-test: Don't rely on endianness of multi-byte numbersSimon McVittie2023-02-141-6/+6
* Merge branch 'ptr-array-sort-values' into 'main'Philip Withnall2023-01-061-2/+216
|\
| * garray: Add g_ptr_array_sort_values[_with_data]() wrappersMarco Trevisan (Treviño)2023-01-061-2/+216
| * garray: Add support adding literal valuesMarco Trevisan (Treviño)2022-12-161-3/+45
* | garray: Add g_array_new_take() and g_array_new_take_zero_terminated()Marco Trevisan (Treviño)2022-12-211-0/+194
* | garray: Add g_ptr_array_new_from_null_terminated_array()Marco Trevisan (Treviño)2022-12-191-0/+189
* | garray: Add g_ptr_array_new_from_array() to copy a C arrayMarco Trevisan (Treviño)2022-12-191-0/+142
* | garray: Add g_ptr_array_new_take_null_terminated()Marco Trevisan (Treviño)2022-12-191-0/+172
* | garray: Add g_ptr_array_new_take() to take a C array without copiesMarco Trevisan (Treviño)2022-12-191-0/+145
|/
* gtestutils: Add G_TEST_SUBPROCESS_DEFAULT, G_TEST_TRAP_DEFAULTSimon McVittie2022-06-231-2/+2
* array: add support for %NULL termination in GPtrArrayThomas Haller2022-05-271-23/+133
* tests: Add SPDX license headers automaticallyPhilip Withnall2022-05-181-0/+2
* tests: Fix compilation failure on msys2-mingw64Philip Withnall2022-01-061-1/+1
* #1331: buffer overflow fixMark Weaver2021-10-191-0/+62
* tests: Drop use of g_test_bug_base()Philip Withnall2021-05-131-2/+0
* glib: Use g_memdup2() instead of g_memdup() in obvious placesPhilip Withnall2021-02-041-1/+1
* array: Avoid sorting 0-sized arraysTimm Bäder2020-12-091-0/+16
* Fix several signedness warnings in glib/tests/array-test.cEmmanuel Fleury2020-10-141-7/+7
* Normalize C source files to end with exactly one newlineSimon McVittie2020-06-101-1/+0
* array: fix corrupt state of GPtrArray after g_ptr_array_extend_and_steal()Thomas Haller2020-05-071-0/+2
* garray: Fix copying an array with reserved elementsPhilip Withnall2020-02-271-0/+27
* array: Add tests based on the g_ptr_array_sort[_with_data] doc-commentsSimon McVittie2019-10-241-0/+146
* Add g_array_steal(), g_ptr_array_steal() and g_byte_array_steal()Paolo Bonzini2019-10-071-1/+133
* garray: Fix binary search for non-existent elements on the leftPhilip Withnall2019-07-161-11/+40
* tests: Use g_ptr_array_set_free_func() rather than manual free()Philip Withnall2019-07-161-3/+1
* tests: Add missing array length checksPhilip Withnall2019-07-161-0/+4
* tests: Fix array length calculations in array testsPhilip Withnall2019-07-161-2/+3
* Add g_array_binary_search() to garray APIEmmanuel Fleury2019-07-091-0/+103
* Adding a function g_array_copy() to glib/garray.cEmmanuel Fleury2019-06-271-0/+53
* Adding g_ptr_array_extend_and_steal() function to glib/garray.cEmmanuel Fleury2019-06-271-0/+58
* Adding g_ptr_array_extend() function to glib/garray.cEmmanuel Fleury2019-06-261-0/+119
* Adding g_ptr_array_copy() function to glib/garray.cEmmanuel Fleury2019-06-261-1/+80
* tests: Expand GArray test coverage to cover all construction formsPhilip Withnall2018-06-041-33/+276
* garray: Add g_ptr_array_steal_index*() functionsPhilip Withnall2018-05-091-0/+54
* tests: Add tests for GArray constructorsPhilip Withnall2017-11-211-0/+61
* tests: Fix a couple of bug base URIsPhilip Withnall2017-11-071-1/+1
* glib/tests/: LGPLv2+ -> LGPLv2.1+Sébastien Wilmet2017-05-241-1/+1
* array-test: Fix a commentDaniel Boles2017-05-121-1/+1
* garray: Add g_ptr_array_find[_with_equal_func]()Philip Withnall2017-05-021-0/+55
* array: Support clearing an empty array with g_array_remove_range()Philip Withnall2016-03-091-0/+8
* glib: drop array-test test for bug 568760Dan Winship2015-08-071-37/+0
* Updated FSF's addressDaniel Mustieles2014-01-311-3/+1
* Simplify subprocesses in testsMatthias Clasen2013-12-151-14/+12
* Add a testcase for g_ptr_array_insertMatthias Clasen2013-12-141-0/+23
* tests: port from g_test_trap_subprocess() to g_test_trap_fork()Dan Winship2013-05-131-12/+15
* Revert "tests: port from g_test_trap_subprocess() to g_test_trap_fork()"Matthias Clasen2012-12-191-15/+12
* tests: port from g_test_trap_subprocess() to g_test_trap_fork()Dan Winship2012-12-191-12/+15
* Improve array test coverageMatthias Clasen2012-08-181-4/+8
* array: Add a clear functionEmmanuele Bassi2012-01-241-0/+38
* GBytes: add a size argument to g_bytes_get_dataStef Walter2011-12-151-1/+3