2012-11-09 |
Martin Pitt | GByteArray: Add missing transfer annotations |
blob | commitdiff |
2012-11-01 |
Robert Ancell | Use "Returns:" instead of the invalid "@returns" for... |
blob | commitdiff | diff to current |
2012-09-23 |
Matthias Clasen | Fix g_ptr_array_ref_docs |
blob | commitdiff | diff to current |
2012-03-31 |
Robert Ancell | Add missing allow-none annotations for function parameters. |
blob | commitdiff | diff to current |
2012-03-16 |
Alexander Larsson | Make g_array_sort* methods use a stable sort |
blob | commitdiff | diff to current |
2012-01-25 |
Guillaume Desmottes | GArray: initialize the clear_func pointer |
blob | commitdiff | diff to current |
2012-01-25 |
Emmanuele Bassi | array: Add a clear function |
blob | commitdiff | diff to current |
2012-01-14 |
Benjamin Otte | array: return_if_fail() if element size is 0 |
blob | commitdiff | diff to current |
2012-01-13 |
Alexander Larsson | Merge remote-tracking branch 'gvdb/master' |
blob | commitdiff | diff to current |
2011-12-14 |
Simon McVittie | g_array_free, g_ptr_array_free: decrement refcount... |
blob | commitdiff | diff to current |
2011-12-14 |
Simon McVittie | GArray, GPtrArray: factor out the actual freeing |
blob | commitdiff | diff to current |
2011-12-14 |
Stef Walter | documentation fixes |
blob | commitdiff | diff to current |
2011-11-24 |
Stef Walter | GBytes: A new type for an immutable set of bytes. |
blob | commitdiff | diff to current |
2011-09-19 |
Ryan Lortie | Don't #include <glib/gslice.h> from gmem.h |
blob | commitdiff | diff to current |
2011-09-12 |
Ryan Lortie | Merge remote-tracking branch 'gvdb/master' |
blob | commitdiff | diff to current |
2011-07-22 |
Xavier Claessens | Add g_ptr_array_new_full |
blob | commitdiff | diff to current |
2011-06-04 |
Matthias Clasen | Fix doc typos |
blob | commitdiff | diff to current |
2011-05-29 |
Matthias Clasen | Volatile not necessary after all |
blob | commitdiff | diff to current |
2011-05-29 |
Matthias Clasen | GArray: Avoid unncessary atomic accesses to refcounts |
blob | commitdiff | diff to current |
2011-05-15 |
Philip Withnall | docs: Improve punctuation in some of the GArray method... |
blob | commitdiff | diff to current |
2011-05-15 |
Benjamin Otte | docs: Add the cute trick comment to all sort functions |
blob | commitdiff | diff to current |
2011-05-15 |
Benjamin Otte | docs: Add a cute trick for achieving a stable sort |
blob | commitdiff | diff to current |
2011-04-15 |
Ryan Lortie | Merge remote-tracking branch 'gvdb/master' |
blob | commitdiff | diff to current |
2011-02-01 |
Johan Dahlin | Correct gtk-doc SECTION: syntax |
blob | commitdiff | diff to current |
2011-01-27 |
Ryan Lortie | Merge remote branch 'gvdb/master' |
blob | commitdiff | diff to current |
2010-10-04 |
Ryan Lortie | Merge remote branch 'gvdb/master' |
blob | commitdiff | diff to current |
2010-10-04 |
Ryan Lortie | Merge remote branch 'gvdb/master' |
blob | commitdiff | diff to current |
2010-08-09 |
Matthias Clasen | Remove two redundant comments |
blob | commitdiff | diff to current |
2010-07-07 |
Ryan Lortie | glib/: fully remove galias hacks |
blob | commitdiff | diff to current |
2010-06-20 |
Matthias Clasen | Fix a memory leak in g_ptr_array_remove_index_fast |
blob | commitdiff | diff to current |
2010-06-10 |
Ryan Lortie | Merge remote branch 'gvdb/master' |
blob | commitdiff | diff to current |
2010-04-21 |
Ryan Lortie | Merge remote branch 'gvdb/master' |
blob | commitdiff | diff to current |
2010-04-16 |
Ryan Lortie | Merge remote branch 'gvdb/master' |
blob | commitdiff | diff to current |
2010-04-16 |
Ryan Lortie | Merge remote branch 'gvdb/master' |
blob | commitdiff | diff to current |
2010-02-03 |
Krzesimir Nowak | Add checks for NULL pointer in arrays. |
blob | commitdiff | diff to current |
2010-02-01 |
Ryan Lortie | G{Byte,Ptr,}Array: move docs from tmpl to .c |
blob | commitdiff | diff to current |
2010-01-13 |
Sven Herzberg | properly abort instead of looping infinitely |
blob | commitdiff | diff to current |
2009-09-07 |
Dan Winship | Call element_free_func when shrinking array with g_ptr_... |
blob | commitdiff | diff to current |
2009-05-01 |
Dan Winship | Misc warning fixes |
blob | commitdiff | diff to current |
2009-04-29 |
David Zeuthen | Bug 580450 – Reference counting and boxed types for... |
blob | commitdiff | diff to current |
2008-12-31 |
Matthias Clasen | Fix some compiler warnings |
blob | commitdiff | diff to current |
2006-01-25 |
Tim Janik | honour g_mem_gc_friendly settings when freeing slices... |
blob | commitdiff | diff to current |
2005-11-01 |
Tim Janik | prepared deprecation of GMemChunk and GAllocator. added... |
blob | commitdiff | diff to current |
2005-03-14 |
Matthias Clasen | Make PLT-reduction work with gcc4, and don't include... |
blob | commitdiff | diff to current |
2004-09-16 |
Matthias Clasen | Implement the same PLT reduction technique used in... |
blob | commitdiff | diff to current |
2004-01-31 |
Matthias Clasen | Don't return FALSE from a pointer function. (#131472... |
blob | commitdiff | diff to current |
2003-12-26 |
Matthias Clasen | New function to call a function for each element of... |
blob | commitdiff | diff to current |
2003-11-05 |
Morten Welinder | Make it compile. (#119337, self.) |
blob | commitdiff | diff to current |
2003-09-30 |
Soeren Sandmann | make the argument const to get rid of warning |
blob | commitdiff | diff to current |
2003-07-26 |
Matthias Clasen | New functions to remove a range of elements from an... |
blob | commitdiff | diff to current |
2002-12-04 |
Owen Taylor | Patch from Sven Neumann to make the include order consi... |
blob | commitdiff | diff to current |
2002-05-07 |
Owen Taylor | Fixes for #79347, Ron Arts. |
blob | commitdiff | diff to current |
2001-06-23 |
Owen Taylor | Changes for 64-bit cleanliness, loosely based on patch... |
blob | commitdiff | diff to current |
2001-05-23 |
Sebastian Wilhelmi | Tiny speed improvement suggested by noon@users.sourcefo... |
blob | commitdiff | diff to current |
2001-03-07 |
Tim Janik | changed prototype of g_boxed_type_register_static(... |
blob | commitdiff | diff to current |
2000-12-19 |
Sebastian Wilhelmi | Ok, I'm a moron. When I originally implemented ENABLE_G... |
blob | commitdiff | diff to current |
2000-11-20 |
Jonathan Blandford | Patch from David Benson <daveb@idealab.com> to add... |
blob | commitdiff | diff to current |
2000-09-25 |
Elliot Lee | Add a few missing G_GNUC_CONST's. |
blob | commitdiff | diff to current |
2000-08-17 |
Darin Adler | Return the data left behind. Return the data left behind. |
blob | commitdiff | diff to current |
2000-07-26 |
Tim Janik | applied patch from Andreas Persenius <ndap@swipnet... |
blob | commitdiff | diff to current |
2000-05-19 |
Tim Janik | fixed SIZEOF_LONG==4 assumption with ENABLE_MEM_CHECK... |
blob | commitdiff | diff to current |
2000-04-17 |
Sebastian Wilhelmi | Add configure test for garbage collector friendliness... |
blob | commitdiff | diff to current |
2000-04-17 |
Sebastian Wilhelmi | Added g_(array|ptr_array|byte_array)_sized_new function... |
blob | commitdiff | diff to current |
2000-03-24 |
Sebastian Wilhelmi | Made GArray behave correct. Now zero_terminated really... |
blob | commitdiff | diff to current |
1999-02-24 |
CST 1999 Shawn T... | inserted additional note to look for ChangeLog and... |
blob | commitdiff | diff to current |
1999-02-10 |
Sebastian Wilhelmi | s/G_LOCK_DECLARE/G_LOCK_DEFINE/ throuhout glib. Added... |
blob | commitdiff | diff to current |
1998-12-17 |
Sebastian Wilhelmi | Fixed size in g_memmove, reported by Alexander Larsson |
blob | commitdiff | diff to current |
1998-12-16 |
Tim Janik | version bump to 1.1.8, binary age 0, interface age 0. |
blob | commitdiff | diff to current |
1998-12-15 |
Owen Taylor | This commit merges the glib-threads branch into the... |
blob | commitdiff | diff to current |
1998-11-23 |
Owen Taylor | added g_array_insert_vals() to insert elements at an... |
blob | commitdiff | diff to current |
1998-11-03 |
Sebastian Wilhelmi | new function for removing an entry from an array while... |
blob | commitdiff | diff to current |
1998-09-07 |
Tim Janik | check for all three inline keywords individually. |
blob | commitdiff | diff to current |
1998-09-02 |
Owen Taylor | make data argument const. |
blob | commitdiff | diff to current |
1998-09-02 |
Manish Singh | Mostly changes to GArray code. See ChangeLog. |
blob | commitdiff | diff to current |
1998-08-16 |
Tim Janik | version bump to 1.1.3, binary age 0, interface age 0. |
blob | commitdiff | diff to current |
1998-08-03 |
Sebastian Wilhelmi | garray.c (g_ptr_array_remove_index): bugfix: index... |
blob | commitdiff | diff to current |
1998-06-12 |
Josh MacDonald | [Changes from josh to sync with his glib stuff -Yosh] |
blob | commitdiff | diff to current |
1998-06-10 |
Owen Taylor | Initial revision |
blob | commitdiff | diff to current |
|