summaryrefslogtreecommitdiff
path: root/glib/gqueue.c
Commit message (Expand)AuthorAgeFilesLines
* glib: Add SPDX license headers automaticallyPhilip Withnall2022-05-181-0/+2
* docs: mark macros, flags, enums with percent signGabor Karsay2022-03-041-2/+2
* Add some notes on complexity in glib/gqueue.cEmmanuel Fleury2020-09-021-1/+2
* gqueue: Remove a redundant branchPhilip Withnall2019-05-021-2/+4
* queue: add g_queue_insert_before_link() and g_queue_insert_after_link()Christian Hergert2019-05-011-0/+67
* Add g_queue_clear_full APITapasweni Pathak2018-12-221-0/+22
* gqueue: Fix -Wsign-compare warningsPhilip Withnall2018-07-101-3/+3
* gqueue: Document to use GAsyncQueue for thread-safe queuingPhilip Withnall2018-05-151-0/+3
* glib: document restrictions on various foreach() functionsDan Winship2017-11-161-0/+6
* glib/: LGPLv2+ -> LGPLv2.1+Sébastien Wilmet2017-05-241-1/+1
* Simplify code that uses g_queue_insert_before() and insert_after()Sébastien Wilmet2014-11-091-4/+1
* GQueue: accept a NULL sibling for insert_before() and insert_after()Sébastien Wilmet2014-11-091-11/+24
* docs: use "Returns:" consistentlyWilliam Jon McCann2014-02-191-14/+14
* Eradicate links and xrefsMatthias Clasen2014-02-081-2/+2
* Docs: Don't use the emphasis tagMatthias Clasen2014-01-311-10/+8
* Docs: Don't use the note tagMatthias Clasen2014-01-311-5/+2
* Updated FSF's addressDaniel Mustieles2014-01-311-3/+1
* GQueue: documentation and formatting fixesMatthias Clasen2014-01-191-157/+158
* Fix malformed GTK-Doc comment blocks: add missing colons.Dieter Verfaillie2012-04-051-1/+1
* Added API g_queue_free_full().Ravi Sankar Guntur2011-12-161-0/+24
* Don't #include <glib/gslice.h> from gmem.hRyan Lortie2011-09-181-0/+1
* Move GQueue docs inlineMatthias Clasen2011-07-171-0/+25
* Fix doc typosMatthias Clasen2011-06-041-1/+1
* Have g_queue_remove() return a booleanMatthew Barnes2011-06-031-4/+15
* Reword awkward sentence in the docsMatthias Clasen2010-12-031-1/+1
* Remove excessive header inclusionsMatthias Clasen2010-09-031-2/+4
* glib/: fully remove galias hacksRyan Lortie2010-07-071-4/+0
* Add G_QUEUE_INIT, g_queue_init(), and g_queue_clear() to better supportMatthew Barnes2007-03-061-1/+41
* prepared deprecation of GMemChunk and GAllocator. added g_slice_*() API toTim Janik2005-11-011-35/+2
* Doc fixesMatthias Clasen2005-09-201-1/+1
* Clarify docs a little. (#311727, Tristan van Berkom)Matthias Clasen2005-08-151-2/+2
* Make PLT-reduction work with gcc4, and don't include everything inMatthias Clasen2005-03-141-1/+4
* Use a memchunk for sizeof(GQueue)-sized chunks. (#167984, Fabrício BarrosMatthias Clasen2005-02-211-2/+2
* Return -1 if queue is NULL. (#159530, Philippe Blain)Matthias Clasen2004-12-041-1/+1
* Implement the same PLT reduction technique used in GTK+:Matthias Clasen2004-09-161-0/+1
* Add some tests for off-by-one errors.Matthias Clasen2004-04-221-1/+1
* Documentation updates.Matthias Clasen2004-02-271-3/+3
* Some documentation fixes.Soeren Sandmann2004-02-211-12/+6
* Extend GQueue API to match the GList API. (#118439).Soeren Sandmann2004-02-211-9/+651
* Patch from Sven Neumann to make the include order consistent. (#71704)Owen Taylor2002-12-041-3/+1
* Trivial s/foo/foo_/ fixes to make <glib.h> includable with -WshadowSoeren Sandmann2002-11-081-2/+2
* documentation update. add documentation. update docs. Remove references toMatthias Clasen2001-10-021-0/+105
* Ok, I'm a moron. When I originally implemented ENABLE_GC_FRIENDLY, ISebastian Wilhelmi2000-12-191-0/+4
* applied patch from Andreas Persenius <ndap@swipnet.se> that updates theTim Janik2000-07-261-3/+3
* Add configure test for garbage collector friendliness for GLib. IfSebastian Wilhelmi2000-04-171-0/+5
* Renamed g_queue_create to g_queue_new in conformance to all other GLibSebastian Wilhelmi2000-04-171-1/+1
* We want the next and prev pointer of the inserted link to be NULL.Sebastian Wilhelmi2000-03-131-4/+4
* 18:36. incorporated proposed cleanups from gtk-devel-list.Tim Janik1999-07-241-81/+181
* Add copyright, clean up code a bit.Jeff Garzik1999-03-171-70/+80
* Added stack, queue ADTs and related tests.Jeff Garzik1999-03-091-0/+144