2011-02-01 |
Johan Dahlin | Correct gtk-doc SECTION: syntax |
blob | commitdiff |
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-07-13 |
Ryan Lortie | rename configure.in to configure.ac |
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-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-02-01 |
Christian Dywan | Fix typo in introduction to threads in Glib |
blob | commitdiff | diff to current |
2010-01-31 |
Ryan Lortie | Fix up gthread.c documentation |
blob | commitdiff | diff to current |
2010-01-30 |
Ryan Lortie | move threads docs to .c |
blob | commitdiff | diff to current |
2010-01-28 |
Ryan Lortie | Bug 548967 - 1 bit mutex lock |
blob | commitdiff | diff to current |
2009-03-01 |
Matthias Clasen | Fix docs |
blob | commitdiff | diff to current |
2009-02-23 |
Matthias Clasen | Add a necessary cast back. Pointed out by Kazuki Iwamoto. |
blob | commitdiff | diff to current |
2009-02-17 |
Matthias Clasen | Fix strict aliasing warnings and viiolations... |
blob | commitdiff | diff to current |
2008-12-31 |
Matthias Clasen | Fix some compiler warnings |
blob | commitdiff | diff to current |
2008-12-18 |
Mike Kestner | Bug 560676 - function access for g_threads_supported |
blob | commitdiff | diff to current |
2007-10-21 |
Behdad Esfahbod | Fix warnings from sparse. (#487491, Kjartan Maraas) |
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-08-13 |
Tim Janik | prevent linking a freed GThread structure into global... |
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-06-15 |
Sebastian Wilhelmi | Extended the comments on those functions, that are... |
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-16 |
Tor Lillqvist | glib/gthread.c (gettime) GetSystemTimeAsFileTime()... |
blob | commitdiff | diff to current |
2007-01-16 |
Tor Lillqvist | glib/gthread.c (gettime) GetSystemTimeAsFileTime()... |
blob | commitdiff | diff to current |
2007-01-15 |
Matthias Clasen | Correct the gettime calculations once more. (#395203... |
blob | commitdiff | diff to current |
2007-01-12 |
Matthias Clasen | fix stupid thinko |
blob | commitdiff | diff to current |
2007-01-12 |
Matthias Clasen | Include windows.h and fix include order. (#394258,... |
blob | commitdiff | diff to current |
2007-01-12 |
Matthias Clasen | Fix errors in the recently moved time calculations... |
blob | commitdiff | diff to current |
2007-01-08 |
Matthias Clasen | Don't link glib against libpthread. (#393812) |
blob | commitdiff | diff to current |
2006-05-23 |
Sebastian Wilhelmi | Run _g_atomic_thread_init as the first of the full... |
blob | commitdiff | diff to current |
2006-05-11 |
Sebastian Wilhelmi | Use g_atomic_pointer_set instead of old homegrown versi... |
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-04-04 |
Matthias Clasen | Move short_month_names and long_month_names to bss. |
blob | commitdiff | diff to current |
2005-12-01 |
Tim Janik | new slice allocator implementation. |
blob | commitdiff | diff to current |
2005-11-28 |
Matthias Clasen | Silence compiler warnings. |
blob | commitdiff | diff to current |
2005-11-17 |
Matthias Clasen | Updates |
blob | commitdiff | diff to current |
2005-11-17 |
Matthias Clasen | const correctness fixes, found by Arjan van de Ven... |
blob | commitdiff | diff to current |
2005-11-01 |
Tim Janik | prepared deprecation of GMemChunk and GAllocator. added... |
blob | commitdiff | diff to current |
2005-07-12 |
Matthias Clasen | Don't lock if depth is zero. (#310148, Wim Taymans) |
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-12-07 |
Matthias Clasen | Update the returned value after locale changes. (#16027... |
blob | commitdiff | diff to current |
2004-10-26 |
Matthias Clasen | Make the last change compile. |
blob | commitdiff | diff to current |
2004-10-26 |
Matthias Clasen | Make this function thread-safe in the GLib style. |
blob | commitdiff | diff to current |
2004-09-16 |
Matthias Clasen | Implement the same PLT reduction technique used in... |
blob | commitdiff | diff to current |
2004-04-10 |
Tor Lillqvist | glib/giowin32.c glib/gmain.c glib/gstrfuncs.c Decoratin... |
blob | commitdiff | diff to current |
2004-03-05 |
Matthias Clasen | Patch by Sebastian Wilhemi to fix infinite recursion... |
blob | commitdiff | diff to current |
2004-02-26 |
Sebastian Wilhelmi | Removed the PID niceness surrogate for thread prioritie... |
blob | commitdiff | diff to current |
2004-02-25 |
Sebastian Wilhelmi | For the PID thread priorities surrogate use gettid... |
blob | commitdiff | diff to current |
2003-07-08 |
Matthias Clasen | Support for one-time initialization functions. (#69668... |
blob | commitdiff | diff to current |
2003-03-14 |
Sebastian Wilhelmi | Do not define function g_thread_init_glib, if not G_THR... |
blob | commitdiff | diff to current |
2003-02-14 |
Sebastian Wilhelmi | Fixes for #101264 and #99372: |
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-12-04 |
Owen Taylor | Patch from Sven Neumann to make the include order consi... |
blob | commitdiff | diff to current |
2002-08-06 |
Sebastian Wilhelmi | Set the normal PID surrogate priority according to... |
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-30 |
Owen Taylor | Make some changes to the way that GMainContext works: |
blob | commitdiff | diff to current |
2001-05-22 |
Sebastian Wilhelmi | g_thread_create renamed to g_thread_create_full. |
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-03-09 |
Tor Lillqvist | Cygwin support contributed by Stefan Ondrejicka <ondrej... |
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-19 |
Hans Breuer | updated for win32 msvc build |
blob | commitdiff | diff to current |
2001-02-17 |
Havoc Pennington | include string.h |
blob | commitdiff | diff to current |
2001-02-15 |
Sebastian Wilhelmi | Reverted the changes necessary to enlarge the system... |
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 |
2001-01-29 |
Sebastian Wilhelmi | Broadcast the condition, if there are waiting readers... |
blob | commitdiff | diff to current |
2000-11-28 |
Sebastian Wilhelmi | Revamped errorcheck mutexes and added errorcheck cond_w... |
blob | commitdiff | diff to current |
2000-11-21 |
Sebastian Wilhelmi | Add a surrogate for thread priorities using PID nicenes... |
blob | commitdiff | diff to current |
2000-11-13 |
Sebastian Wilhelmi | Made recursive mutexes also work when the thread system... |
blob | commitdiff | diff to current |
2000-09-05 |
Sebastian Wilhelmi | Don't use a G_LOCK, as it isn't necessary. |
blob | commitdiff | diff to current |
2000-09-01 |
Sebastian Wilhelmi | Include gerror.h before it is used for some g_thread_... |
blob | commitdiff | diff to current |
2000-07-26 |
Tim Janik | applied patch from Andreas Persenius <ndap@swipnet... |
blob | commitdiff | diff to current |
2000-03-17 |
Sebastian Wilhelmi | Added the missing POSIX_NO_YIELD and POSIX_NO_PRIORITIE... |
blob | commitdiff | diff to current |
1999-11-16 |
Sebastian Wilhelmi | Renamed GLIB_SIZEOF_PTHREAD_T to GLIB_SIZEOF_SYSTEM_THR... |
blob | commitdiff | diff to current |
1999-10-04 |
Manish Singh | G_OS_FOO #defines. I *think* I got the cygwin and beos... |
blob | commitdiff | diff to current |
1999-06-20 |
Tor Lillqvist | Update the pthreads snapshot version we want. Advice... |
blob | commitdiff | diff to current |
1999-06-17 |
Sebastian Wilhelmi | Completed the thread support in GLib. Thread creation... |
blob | commitdiff | diff to current |
|