| Commit message (Expand) | Author | Age | Files | Lines |
* | glib: Add SPDX license headers automatically | Philip Withnall | 2022-05-18 | 1 | -0/+2 |
* | docs: mark macros, flags, enums with percent sign | Gabor Karsay | 2022-03-04 | 1 | -2/+2 |
* | Add some notes on complexity in glib/gqueue.c | Emmanuel Fleury | 2020-09-02 | 1 | -1/+2 |
* | gqueue: Remove a redundant branch | Philip Withnall | 2019-05-02 | 1 | -2/+4 |
* | queue: add g_queue_insert_before_link() and g_queue_insert_after_link() | Christian Hergert | 2019-05-01 | 1 | -0/+67 |
* | Add g_queue_clear_full API | Tapasweni Pathak | 2018-12-22 | 1 | -0/+22 |
* | gqueue: Fix -Wsign-compare warnings | Philip Withnall | 2018-07-10 | 1 | -3/+3 |
* | gqueue: Document to use GAsyncQueue for thread-safe queuing | Philip Withnall | 2018-05-15 | 1 | -0/+3 |
* | glib: document restrictions on various foreach() functions | Dan Winship | 2017-11-16 | 1 | -0/+6 |
* | glib/: LGPLv2+ -> LGPLv2.1+ | Sébastien Wilmet | 2017-05-24 | 1 | -1/+1 |
* | Simplify code that uses g_queue_insert_before() and insert_after() | Sébastien Wilmet | 2014-11-09 | 1 | -4/+1 |
* | GQueue: accept a NULL sibling for insert_before() and insert_after() | Sébastien Wilmet | 2014-11-09 | 1 | -11/+24 |
* | docs: use "Returns:" consistently | William Jon McCann | 2014-02-19 | 1 | -14/+14 |
* | Eradicate links and xrefs | Matthias Clasen | 2014-02-08 | 1 | -2/+2 |
* | Docs: Don't use the emphasis tag | Matthias Clasen | 2014-01-31 | 1 | -10/+8 |
* | Docs: Don't use the note tag | Matthias Clasen | 2014-01-31 | 1 | -5/+2 |
* | Updated FSF's address | Daniel Mustieles | 2014-01-31 | 1 | -3/+1 |
* | GQueue: documentation and formatting fixes | Matthias Clasen | 2014-01-19 | 1 | -157/+158 |
* | Fix malformed GTK-Doc comment blocks: add missing colons. | Dieter Verfaillie | 2012-04-05 | 1 | -1/+1 |
* | Added API g_queue_free_full(). | Ravi Sankar Guntur | 2011-12-16 | 1 | -0/+24 |
* | Don't #include <glib/gslice.h> from gmem.h | Ryan Lortie | 2011-09-18 | 1 | -0/+1 |
* | Move GQueue docs inline | Matthias Clasen | 2011-07-17 | 1 | -0/+25 |
* | Fix doc typos | Matthias Clasen | 2011-06-04 | 1 | -1/+1 |
* | Have g_queue_remove() return a boolean | Matthew Barnes | 2011-06-03 | 1 | -4/+15 |
* | Reword awkward sentence in the docs | Matthias Clasen | 2010-12-03 | 1 | -1/+1 |
* | Remove excessive header inclusions | Matthias Clasen | 2010-09-03 | 1 | -2/+4 |
* | glib/: fully remove galias hacks | Ryan Lortie | 2010-07-07 | 1 | -4/+0 |
* | Add G_QUEUE_INIT, g_queue_init(), and g_queue_clear() to better support | Matthew Barnes | 2007-03-06 | 1 | -1/+41 |
* | prepared deprecation of GMemChunk and GAllocator. added g_slice_*() API to | Tim Janik | 2005-11-01 | 1 | -35/+2 |
* | Doc fixes | Matthias Clasen | 2005-09-20 | 1 | -1/+1 |
* | Clarify docs a little. (#311727, Tristan van Berkom) | Matthias Clasen | 2005-08-15 | 1 | -2/+2 |
* | Make PLT-reduction work with gcc4, and don't include everything in | Matthias Clasen | 2005-03-14 | 1 | -1/+4 |
* | Use a memchunk for sizeof(GQueue)-sized chunks. (#167984, Fabrício Barros | Matthias Clasen | 2005-02-21 | 1 | -2/+2 |
* | Return -1 if queue is NULL. (#159530, Philippe Blain) | Matthias Clasen | 2004-12-04 | 1 | -1/+1 |
* | Implement the same PLT reduction technique used in GTK+: | Matthias Clasen | 2004-09-16 | 1 | -0/+1 |
* | Add some tests for off-by-one errors. | Matthias Clasen | 2004-04-22 | 1 | -1/+1 |
* | Documentation updates. | Matthias Clasen | 2004-02-27 | 1 | -3/+3 |
* | Some documentation fixes. | Soeren Sandmann | 2004-02-21 | 1 | -12/+6 |
* | Extend GQueue API to match the GList API. (#118439). | Soeren Sandmann | 2004-02-21 | 1 | -9/+651 |
* | Patch from Sven Neumann to make the include order consistent. (#71704) | Owen Taylor | 2002-12-04 | 1 | -3/+1 |
* | Trivial s/foo/foo_/ fixes to make <glib.h> includable with -Wshadow | Soeren Sandmann | 2002-11-08 | 1 | -2/+2 |
* | documentation update. add documentation. update docs. Remove references to | Matthias Clasen | 2001-10-02 | 1 | -0/+105 |
* | Ok, I'm a moron. When I originally implemented ENABLE_GC_FRIENDLY, I | Sebastian Wilhelmi | 2000-12-19 | 1 | -0/+4 |
* | applied patch from Andreas Persenius <ndap@swipnet.se> that updates the | Tim Janik | 2000-07-26 | 1 | -3/+3 |
* | Add configure test for garbage collector friendliness for GLib. If | Sebastian Wilhelmi | 2000-04-17 | 1 | -0/+5 |
* | Renamed g_queue_create to g_queue_new in conformance to all other GLib | Sebastian Wilhelmi | 2000-04-17 | 1 | -1/+1 |
* | We want the next and prev pointer of the inserted link to be NULL. | Sebastian Wilhelmi | 2000-03-13 | 1 | -4/+4 |
* | 18:36. incorporated proposed cleanups from gtk-devel-list. | Tim Janik | 1999-07-24 | 1 | -81/+181 |
* | Add copyright, clean up code a bit. | Jeff Garzik | 1999-03-17 | 1 | -70/+80 |
* | Added stack, queue ADTs and related tests. | Jeff Garzik | 1999-03-09 | 1 | -0/+144 |