summaryrefslogtreecommitdiff
path: root/glib/garray.h
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'ptr-array-sort-values' into 'main'Philip Withnall2023-01-061-0/+7
|\
| * garray: Add g_ptr_array_sort_values[_with_data]() wrappersMarco Trevisan (Treviño)2023-01-061-0/+7
| * garray: Add support adding literal valuesMarco Trevisan (Treviño)2022-12-161-3/+30
* | garray: Add g_array_new_take() and g_array_new_take_zero_terminated()Marco Trevisan (Treviño)2022-12-211-0/+9
* | garray: Add g_ptr_array_new_from_null_terminated_array()Marco Trevisan (Treviño)2022-12-191-0/+5
* | garray: Add g_ptr_array_new_from_array() to copy a C arrayMarco Trevisan (Treviño)2022-12-191-0/+6
* | garray: Add g_ptr_array_new_take_null_terminated()Marco Trevisan (Treviño)2022-12-191-0/+3
* | garray: Add g_ptr_array_new_take() to take a C array without copiesMarco Trevisan (Treviño)2022-12-191-0/+4
|/
* array: add support for %NULL termination in GPtrArrayThomas Haller2022-05-271-0/+6
* glib: Add SPDX license headers automaticallyPhilip Withnall2022-05-181-0/+2
* Add g_array_steal(), g_ptr_array_steal() and g_byte_array_steal()Paolo Bonzini2019-10-071-0/+9
* Add g_array_binary_search() to garray APIEmmanuel Fleury2019-07-091-0/+5
* Adding a function g_array_copy() to glib/garray.cEmmanuel Fleury2019-06-271-0/+2
* Adding g_ptr_array_extend_and_steal() function to glib/garray.cEmmanuel Fleury2019-06-271-0/+3
* Adding g_ptr_array_extend() function to glib/garray.cEmmanuel Fleury2019-06-261-0/+5
* Adding g_ptr_array_copy() function to glib/garray.cEmmanuel Fleury2019-06-261-0/+4
* garray: Add g_ptr_array_steal_index*() functionsPhilip Withnall2018-05-091-0/+6
* glib/: LGPLv2+ -> LGPLv2.1+Sébastien Wilmet2017-05-241-1/+1
* garray: Add g_ptr_array_find[_with_equal_func]()Philip Withnall2017-05-021-0/+9
* GArray: Documentation cleanupsMatthias Clasen2014-02-011-1/+1
* Updated FSF's addressDaniel Mustieles2014-01-311-3/+1
* GPtrArray: Added g_ptr_array_insert()Tristan Van Berkom2013-12-141-0/+4
* Fix array API inconsistencyMatthias Clasen2013-11-231-1/+1
* various: add GLIB_AVAILABLE_IN_ALL everywhere elseRyan Lortie2013-01-131-0/+49
* Move single-include guards inside include guardsMatthias Clasen2012-12-271-3/+3
* array: Add a clear functionEmmanuele Bassi2012-01-241-0/+2
* GBytes: A new type for an immutable set of bytes.Stef Walter2011-11-241-0/+4
* Make single includes mandatoryMatthias Clasen2011-10-121-1/+1
* Add g_ptr_array_new_fullXavier Claessens2011-07-221-0/+2
* Bug 580450 – Reference counting and boxed types for arraysDavid Zeuthen2009-04-291-0/+10
* #define __GLIB_H_INSIDE__ around including everything.Michael Natterer2008-05-051-1/+1
* make it possible to disable single-file includes by definingMichael Natterer2008-03-141-3/+5
* use an intermediate cast to void * in g_array_index() to not trigger castBenjamin Otte2007-12-101-1/+1
* New function to call a function for each element of a GPtrArray. (#114790)Matthias Clasen2003-12-261-0/+3
* New functions to remove a range of elements from an array. (#94879, NalinMatthias Clasen2003-07-261-0/+9
* Fix a bunch of typos in header comments. (#102422, Morten Welinder)Matthias Clasen2003-02-061-5/+4
* Trivial s/foo/foo_/ fixes to make <glib.h> includable with -WshadowSoeren Sandmann2002-11-081-10/+10
* Add parenthesis to protect macro argument. Spotted by Sam Couter"Sebastian Wilhelmi2002-07-011-1/+1
* Move glib library into a subdirectory, make all GLib include files includeOwen Taylor2001-06-261-1/+1
* changed prototype of g_boxed_type_register_static() to contain an optionalTim Janik2001-03-071-3/+3
* Use parentheses around an argument to make these cause an error if youDan Winship2001-01-021-3/+3
* Patch from David Benson <daveb@idealab.com> to add user_data support toJonathan Blandford2000-11-201-58/+75
* Split glib.h into many header files mostly according to the resp.Sebastian Wilhelmi2000-10-121-0/+139