2012-01-28 |
Ravi Sankar Guntur | comments/docs: Fix couple of typos |
blob | commitdiff |
2012-01-13 |
Alexander Larsson | Merge remote-tracking branch 'gvdb/master' |
blob | commitdiff | diff to current |
2011-11-15 |
Matthias Clasen | Move slice and hook docs inline |
blob | commitdiff | diff to current |
2011-11-13 |
Matthias Clasen | Cleanups to debug env var handling |
blob | commitdiff | diff to current |
2011-10-16 |
Matthias Clasen | Move GTrashStack out of gutils.[hc] |
blob | commitdiff | diff to current |
2011-10-15 |
Matthias Clasen | Move environment-related functions into their own files |
blob | commitdiff | diff to current |
2011-10-04 |
Ryan Lortie | gslice: stop using ctors |
blob | commitdiff | diff to current |
2011-10-04 |
Ryan Lortie | Deprecate g_thread_init() |
blob | commitdiff | diff to current |
2011-10-03 |
Ryan Lortie | locks: drop _INIT macros |
blob | commitdiff | diff to current |
2011-10-03 |
Ryan Lortie | Stop dithering over GPrivate |
blob | commitdiff | diff to current |
2011-09-22 |
Ryan Lortie | gslice: remove single-threaded case |
blob | commitdiff | diff to current |
2011-09-21 |
Ryan Lortie | gslice: move initialisation to glib-ctor |
blob | commitdiff | diff to current |
2011-09-21 |
Ryan Lortie | Continue GPrivate rework |
blob | commitdiff | diff to current |
2011-09-21 |
Ryan Lortie | libglib: stop using g_mutex_new |
blob | commitdiff | diff to current |
2011-09-12 |
Ryan Lortie | Merge remote-tracking branch 'gvdb/master' |
blob | commitdiff | diff to current |
2011-08-29 |
Matthias Clasen | Spelling fixes |
blob | commitdiff | diff to current |
2011-05-03 |
Dan Winship | Fix usage of _GNU_SOURCE |
blob | commitdiff | diff to current |
2011-04-15 |
Ryan Lortie | Merge remote-tracking branch 'gvdb/master' |
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-09-06 |
Tor Lillqvist | Fix build on Windows and possibly other non-Linux platforms |
blob | commitdiff | diff to current |
2010-09-06 |
Emmanuele Bassi | build: Fix warnings caused by missing includes |
blob | commitdiff | diff to current |
2010-09-05 |
Matthias Clasen | More header inclusion cleanup |
blob | commitdiff | diff to current |
2010-07-07 |
Ryan Lortie | glib/: fully remove galias hacks |
blob | commitdiff | diff to current |
2010-06-10 |
Ryan Lortie | Merge remote branch 'gvdb/master' |
blob | commitdiff | diff to current |
2010-05-27 |
Alexander Larsson | Initial support for dtrace and systemtap |
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-22 |
Ryan Lortie | Remove redudant check for direct #include gslice.h |
blob | commitdiff | diff to current |
2010-01-23 |
Ryan Lortie | BugĀ 448888 - don't init g_slice for always-malloc |
blob | commitdiff | diff to current |
2008-07-24 |
Tor Lillqvist | Use G_GSIZE_FORMAT instead of the C99 "zu". |
blob | commitdiff | diff to current |
2008-07-16 |
Matthias Clasen | Avoid a warning when printing a pid_t. Pointed out... |
blob | commitdiff | diff to current |
2008-01-01 |
Matthias Clasen | Remove C99 comments |
blob | commitdiff | diff to current |
2007-08-24 |
Michael Natterer | make g_slice_copy() take a gconstpointer instead of... |
blob | commitdiff | diff to current |
2007-08-06 |
Tor Lillqvist | Revert my earlier change, see #440544. |
blob | commitdiff | diff to current |
2007-08-06 |
Tor Lillqvist | Move the G_ENABLE_DEBUG ifdef inside g_slice_debug_tree... |
blob | commitdiff | diff to current |
2007-07-12 |
Tim Janik | migrate per-thread magazine caches from single-thread... |
blob | commitdiff | diff to current |
2007-06-13 |
Sven Neumann | glib/gslice.[ch] added g_slice_copy() and g_slice_dup... |
blob | commitdiff | diff to current |
2007-05-15 |
Matthias Clasen | Make g_slice_debug_tree_statistics() debug-only functio... |
blob | commitdiff | diff to current |
2007-01-30 |
Matthias Clasen | Don't make ABI depend on G_ENABLE_DEBUG, just add an... |
blob | commitdiff | diff to current |
2007-01-26 |
Matthias Clasen | Make some structs which are used only once non-static. |
blob | commitdiff | diff to current |
2006-12-31 |
Matthias Clasen | Fix some C99isms. (#390913, Kazuki Iwamoto) |
blob | commitdiff | diff to current |
2006-12-29 |
Tim Janik | turned detection of too late g_thread_init() calls... |
blob | commitdiff | diff to current |
2006-12-28 |
Tim Janik | removed pthread-dependant debugging bits, the code... |
blob | commitdiff | diff to current |
2006-12-28 |
Tor Lillqvist | Call InitializeCriticalSection() on the sdt_mutex in |
blob | commitdiff | diff to current |
2006-12-28 |
Tor Lillqvist | Make it compile on Win32 without pthreads: Use a Win32... |
blob | commitdiff | diff to current |
2006-12-28 |
Tim Janik | implemented static debugging hash-tree to validate... |
blob | commitdiff | diff to current |
2006-09-30 |
Matthias Clasen | Fix PLT issues |
blob | commitdiff | diff to current |
2006-05-10 |
Sebastian Wilhelmi | Renamed to glib/gthreadprivate.h and moved system threa... |
blob | commitdiff | diff to current |
2006-02-14 |
Tim Janik | only define _XOPEN_SOURCE to 600 to get at posix_memali... |
blob | commitdiff | diff to current |
2006-01-25 |
Tim Janik | fixed buglets reported by Jens Granseuer in #328254. |
blob | commitdiff | diff to current |
2006-01-25 |
Tim Janik | honour g_mem_gc_friendly settings when freeing slices... |
blob | commitdiff | diff to current |
2006-01-24 |
Tim Janik | only use posix_memalign() if it's known to work, revert... |
blob | commitdiff | diff to current |
2006-01-23 |
Tim Janik | initialize GSlice config from G_SLICE environemtn varia... |
blob | commitdiff | diff to current |
2006-01-08 |
Matthias Clasen | Include config.h first |
blob | commitdiff | diff to current |
2006-01-06 |
Matthias Clasen | Fix a build problem on OS X. |
blob | commitdiff | diff to current |
2006-01-04 |
Tim Janik | don't reverse chunk order when creating magazines,... |
blob | commitdiff | diff to current |
2005-12-27 |
Matthias Clasen | Partial fix for bug #32937, Bogdan Nicula. |
blob | commitdiff | diff to current |
2005-12-26 |
Matthias Clasen | On Win32, include process.h (#325015, Kazuki Iwamoto) |
blob | commitdiff | diff to current |
2005-12-20 |
Tim Janik | added mem_error() and mem_assert() to test and handle... |
blob | commitdiff | diff to current |
2005-12-09 |
Tim Janik | fix type inconsistency pointed out by gmorten |
blob | commitdiff | diff to current |
2005-12-05 |
Tim Janik | implement chain walking for arbitrary ->next pointer... |
blob | commitdiff | diff to current |
2005-12-02 |
Matthias Clasen | Portability fixes, C99ism removal |
blob | commitdiff | diff to current |
2005-12-02 |
Tim Janik | fix uint/pointer casts |
blob | commitdiff | diff to current |
2005-12-02 |
Tim Janik | some naming and type size fixups. |
blob | commitdiff | diff to current |
2005-12-01 |
Tim Janik | improved gettimeofday() timer resolution by maintaining... |
blob | commitdiff | diff to current |
2005-12-01 |
Tim Janik | new slice allocator implementation. |
blob | commitdiff | diff to current |
|