2014-01-31 |
Daniel Mustieles | Updated FSF's address |
blob | commitdiff |
2013-01-13 |
Ryan Lortie | various: add GLIB_AVAILABLE_IN_ALL everywhere else |
blob | commitdiff | diff to current |
2012-12-28 |
Matthias Clasen | Move single-include guards inside include guards |
blob | commitdiff | diff to current |
2012-12-18 |
Colin Walters | Add g_get_num_processors() |
blob | commitdiff | diff to current |
2012-11-22 |
Will Thompson | gthread: add AVAILABLE_IN_2_32 annotations |
blob | commitdiff | diff to current |
2012-01-13 |
Alexander Larsson | Merge remote-tracking branch 'gvdb/master' |
blob | commitdiff | diff to current |
2011-10-15 |
Matthias Clasen | Misc doc formatting fixes |
blob | commitdiff | diff to current |
2011-10-15 |
Ryan Lortie | Rename g_thread_try to g_thread_try_new |
blob | commitdiff | diff to current |
2011-10-14 |
Ryan Lortie | GCond: use monotonic time for timed waits |
blob | commitdiff | diff to current |
2011-10-13 |
Ryan Lortie | drop g_thread_new_full() |
blob | commitdiff | diff to current |
2011-10-13 |
Ryan Lortie | g_thread_new: never fail |
blob | commitdiff | diff to current |
2011-10-13 |
Ryan Lortie | thread: nuke the concept of 'joinable' |
blob | commitdiff | diff to current |
2011-10-13 |
Ryan Lortie | GThread: make refcounting public |
blob | commitdiff | diff to current |
2011-10-12 |
Matthias Clasen | Make single includes mandatory |
blob | commitdiff | diff to current |
2011-10-06 |
Ryan Lortie | Several docs cleanups |
blob | commitdiff | diff to current |
2011-10-05 |
Ryan Lortie | gthread.h: a bunch of pointless whitespace changes |
blob | commitdiff | diff to current |
2011-10-05 |
Ryan Lortie | Move typedef GStaticPrivate to deprecated/ |
blob | commitdiff | diff to current |
2011-10-05 |
Ryan Lortie | Deprecate g_{mutex,cond}_{new,free}() |
blob | commitdiff | diff to current |
2011-10-04 |
Ryan Lortie | Deprecate g_thread_init() |
blob | commitdiff | diff to current |
2011-10-04 |
Ryan Lortie | macro wrappers for g_once_init_enter/leave |
blob | commitdiff | diff to current |
2011-10-03 |
Ryan Lortie | locks: change the ABI just a bit |
blob | commitdiff | diff to current |
2011-10-03 |
Ryan Lortie | locks: drop _INIT macros |
blob | commitdiff | diff to current |
2011-10-03 |
Ryan Lortie | GThread posix: switch to Windows ABI |
blob | commitdiff | diff to current |
2011-10-03 |
Matthias Clasen | Deprecate GStaticPrivate and g_thread_foreach |
blob | commitdiff | diff to current |
2011-10-03 |
Matthias Clasen | Add new thread creation API |
blob | commitdiff | diff to current |
2011-10-03 |
Ryan Lortie | locks: rename a bunch of parameters |
blob | commitdiff | diff to current |
2011-10-03 |
Ryan Lortie | Stop dithering over GPrivate |
blob | commitdiff | diff to current |
2011-09-25 |
Matthias Clasen | More GThread docs tweaks |
blob | commitdiff | diff to current |
2011-09-22 |
Matthias Clasen | Use adaptive mutexes when available |
blob | commitdiff | diff to current |
2011-09-21 |
Ryan Lortie | Deprecate GStatic{,Rec,RW}Mutex |
blob | commitdiff | diff to current |
2011-09-21 |
Ryan Lortie | Add a new recursive mutex type, GRecMutex |
blob | commitdiff | diff to current |
2011-09-21 |
Ryan Lortie | Add GRWLock |
blob | commitdiff | diff to current |
2011-09-21 |
Ryan Lortie | gthread.h: remove some bogus decl/comments |
blob | commitdiff | diff to current |
2011-09-21 |
Matthias Clasen | More header cosmetics |
blob | commitdiff | diff to current |
2011-09-21 |
Matthias Clasen | trivial: small header reordering |
blob | commitdiff | diff to current |
2011-09-21 |
Ryan Lortie | Move some things to deprecated/gthread.h |
blob | commitdiff | diff to current |
2011-09-21 |
Ryan Lortie | g_thread_init: take a gpointer as the arg |
blob | commitdiff | diff to current |
2011-09-21 |
Ryan Lortie | Deprecate g_thread_create_full() |
blob | commitdiff | diff to current |
2011-09-21 |
Matthias Clasen | Remove a leftover from errorcheck mutexes |
blob | commitdiff | diff to current |
2011-09-21 |
Ryan Lortie | gthread.h: drop the vtable access macros |
blob | commitdiff | diff to current |
2011-09-21 |
Ryan Lortie | GThread: deprecate thread priorities |
blob | commitdiff | diff to current |
2011-09-21 |
Matthias Clasen | Clean up g_thread_yield implementation |
blob | commitdiff | diff to current |
2011-09-21 |
Ryan Lortie | Continue GPrivate rework |
blob | commitdiff | diff to current |
2011-09-21 |
Ryan Lortie | Rework GPrivate |
blob | commitdiff | diff to current |
2011-09-21 |
Ryan Lortie | GStaticMutex: remove ./configure checks |
blob | commitdiff | diff to current |
2011-09-21 |
Ryan Lortie | G_LOCK: port from GStaticMutex to GMutex |
blob | commitdiff | diff to current |
2011-09-21 |
Ryan Lortie | Rework GMutex and GCond APIs |
blob | commitdiff | diff to current |
2011-09-12 |
Ryan Lortie | Merge remote-tracking branch 'gvdb/master' |
blob | commitdiff | diff to current |
2011-09-09 |
Ryan Lortie | GThread: remove errorcheck mutex support |
blob | commitdiff | diff to current |
2011-09-09 |
Ryan Lortie | Deprecated (undocumented) g_thread_gettime |
blob | commitdiff | diff to current |
2011-09-09 |
Dan Winship | Make threads mandatory |
blob | commitdiff | diff to current |
2011-07-04 |
Murray Cumming | G_STATIC_REC_MUTEX_INIT: Fix missing initialization. |
blob | commitdiff | diff to current |
2011-06-15 |
Murray Cumming | G_STATIC_REC_MUTEX_INIT: Add a 0 to the initialization. |
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-06-10 |
Ryan Lortie | Merge remote branch 'gvdb/master' |
blob | commitdiff | diff to current |
2010-05-06 |
Javier Jardón | Clean Glib header #include issues: gthread |
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-01-12 |
Alexander Larsson | Make thread calls unconditional if G_THREADS_MANDATORY... |
blob | commitdiff | diff to current |
2009-02-17 |
Matthias Clasen | Fix strict aliasing warnings and viiolations... |
blob | commitdiff | diff to current |
2008-12-18 |
Mike Kestner | Bug 560676 - function access for g_threads_supported |
blob | commitdiff | diff to current |
2008-06-20 |
Sebastian Dröge | Bug 316221 - G_LOCK warns about breaking strict-aliasin... |
blob | commitdiff | diff to current |
2008-05-05 |
Michael Natterer | #define __GLIB_H_INSIDE__ around including everything. |
blob | commitdiff | diff to current |
2008-03-31 |
Matthias Clasen | Replace occurrances of G_GNUC_PRETTY_FUNCTION by G_STRF... |
blob | commitdiff | diff to current |
2008-03-14 |
Michael Natterer | make it possible to disable single-file includes by... |
blob | commitdiff | diff to current |
2008-03-12 |
Sebastian Dröge | Bug 316221 - G_LOCK warns about breaking strict-aliasin... |
blob | commitdiff | diff to current |
2007-10-21 |
Behdad Esfahbod | Fix warnings from sparse. (#487491, Kjartan Maraas) |
blob | commitdiff | diff to current |
2007-08-29 |
Tim Janik | fixed compiler warning about loosing volatile qualifier... |
blob | commitdiff | diff to current |
2007-08-14 |
Tim Janik | prevent race covered by g_once_init_enter(), by checkin... |
blob | commitdiff | diff to current |
2007-07-12 |
Tim Janik | more atomic ops pointer cast fixes. this time it'll... |
blob | commitdiff | diff to current |
2007-07-12 |
Tim Janik | fixed missing pointer casts when using atomic ops. |
blob | commitdiff | diff to current |
2007-07-10 |
Tim Janik | implemented g_once_init_enter(), g_once_init_enter_impl... |
blob | commitdiff | diff to current |
2007-01-16 |
Matthias Clasen | Revert an accidental ABI break by moving gettime out... |
blob | commitdiff | diff to current |
2007-01-08 |
Matthias Clasen | Don't link glib against libpthread. (#393812) |
blob | commitdiff | diff to current |
2006-05-11 |
Sebastian Wilhelmi | Make the magic and location arguments to the error... |
blob | commitdiff | diff to current |
2006-01-16 |
Matthias Clasen | Rework the strict aliasing fix to not break C++, pointe... |
blob | commitdiff | diff to current |
2005-12-27 |
Matthias Clasen | Fix #316221, Michal Benes, Stanislav Brabec; |
blob | commitdiff | diff to current |
2005-12-01 |
Tim Janik | new slice allocator implementation. |
blob | commitdiff | diff to current |
2005-11-01 |
Tim Janik | prepared deprecation of GMemChunk and GAllocator. added... |
blob | commitdiff | diff to current |
2004-02-29 |
Sebastian Wilhelmi | Moved the assembler functions from gatomic.h to gatomic... |
blob | commitdiff | diff to current |
2004-02-26 |
Sebastian Wilhelmi | empty G_ATOMIC_MEMORY_BARRIER() definition for !G_THREA... |
blob | commitdiff | diff to current |
2003-07-08 |
Matthias Clasen | Support for one-time initialization functions. (#69668... |
blob | commitdiff | diff to current |
2002-12-15 |
Owen Taylor | Mark the contents of the strucures in this file /*... |
blob | commitdiff | diff to current |
2002-02-04 |
Sebastian Wilhelmi | Delay allocation until after all g_return_val_if_fail (). |
blob | commitdiff | diff to current |
2001-09-19 |
Sebastian Wilhelmi | Add thread_equal function to allow for platform defined... |
blob | commitdiff | diff to current |
2001-08-30 |
Sebastian Wilhelmi | Add 'want_to_read' to GStaticRWLock to avoid calling... |
blob | commitdiff | diff to current |
2001-06-26 |
Owen Taylor | Move glib library into a subdirectory, make all GLib... |
blob | commitdiff | diff to current |
2001-05-18 |
Sebastian Wilhelmi | Renamed g_thread_create to g_thread_create_full and... |
blob | commitdiff | diff to current |
2001-05-09 |
Sebastian Wilhelmi | Renamed 'value' and 'arg' to 'data' and 'thread_func... |
blob | commitdiff | diff to current |
2001-05-08 |
Sebastian Wilhelmi | Moved func and arg members from GRealThread to GThread... |
blob | commitdiff | diff to current |
2001-04-02 |
Sebastian Wilhelmi | Use the new GRealThread member "context" instead of... |
blob | commitdiff | diff to current |
2001-02-23 |
Sebastian Wilhelmi | Change the order to match the order in g_thread_create(). |
blob | commitdiff | diff to current |
2001-02-21 |
Tor Lillqvist | Match also UNC paths on Win32. |
blob | commitdiff | diff to current |
2001-02-13 |
Sebastian Wilhelmi | Added functions g_static_rec_mutex_init, g_static_rec_m... |
blob | commitdiff | diff to current |
2001-02-01 |
Sebastian Wilhelmi | Added g_static_mutex_init to allow initialization of... |
blob | commitdiff | diff to current |
2001-01-30 |
Sebastian Wilhelmi | Call g_thread_impl_init(), as g_thread_init won't call it. |
blob | commitdiff | diff to current |
next |