2011-09-12 |
Ryan Lortie | Merge remote-tracking branch 'gvdb/master' |
blob | commitdiff |
2011-09-09 |
Ryan Lortie | GThread: remove errorcheck mutex support |
blob | commitdiff |
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 |
2001-01-30 |
Sebastian Wilhelmi | Added debug information for g_mutex_free calls, if... |
blob | commitdiff | diff to current |
2000-12-05 |
Owen Taylor | Major change in API for creating sources to handle... |
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-28 |
Havoc Pennington | Add void in empty function arg list |
blob | commitdiff | diff to current |
2000-10-12 |
Sebastian Wilhelmi | Split glib.h into many header files mostly according... |
blob | commitdiff | diff to current |
|