summaryrefslogtreecommitdiff
path: root/glib/deprecated
Commit message (Expand)AuthorAgeFilesLines
* deprecated threads: fix race in GStaticRecMutexMark Janossy2012-03-091-5/+8
* Add versioned deprecation annotationEmmanuele Bassi2012-02-273-54/+54
* gthread.h: avoid anonymous unionRyan Lortie2012-01-021-1/+1
* Add an explicit deprecation note to g_thread_initMatthias Clasen2011-12-141-0/+4
* Move old deprecated gmain api into deprecated/Matthias Clasen2011-11-031-0/+138
* Remove single-include guards in deprecated/Matthias Clasen2011-11-034-4/+4
* Revert "gthread: G_STATIC_MUTEX_INIT: Fix this for the non-win32 case."Ryan Lortie2011-10-261-8/+0
* gthread: G_STATIC_MUTEX_INIT: Fix this for the non-win32 case.Murray Cumming2011-10-261-0/+8
* Fix bug in g_static_rec_mutex_unlock_full()Ryan Lortie2011-10-181-2/+5
* push G_THREADS_MANDATORY over the cliffRyan Lortie2011-10-161-5/+1
* gthread/: fix up declarationsRyan Lortie2011-10-161-0/+2
* Add private prototype for g_thread_init_glib()Ryan Lortie2011-10-161-0/+1
* Add deprecation annotations to mem chunk apisMatthias Clasen2011-10-161-0/+18
* Documentation additionsMatthias Clasen2011-10-151-0/+2
* g_cond_timed_wait: support NULL time parameterRyan Lortie2011-10-141-0/+6
* GCond: use monotonic time for timed waitsRyan Lortie2011-10-132-4/+54
* Revert "make struct _GThread private"Ryan Lortie2011-10-131-0/+9
* make struct _GThread privateRyan Lortie2011-10-131-9/+0
* tidy up gthreadprivate.hRyan Lortie2011-10-131-0/+1
* drop g_thread_new_full()Ryan Lortie2011-10-132-2/+2
* thread: nuke the concept of 'joinable'Ryan Lortie2011-10-131-7/+17
* Finish killing off GSystemThreadRyan Lortie2011-10-121-2/+11
* thread: stop sharing g_once_mutexRyan Lortie2011-10-121-4/+5
* thread: drop thread setup function hackeryRyan Lortie2011-10-121-2/+13
* Deprecate GCacheMatthias Clasen2011-10-122-0/+418
* thread: hide g_static_rec_mutex_get_rec_mutex_implRyan Lortie2011-10-121-1/+1
* thread: Remove the zero_threadRyan Lortie2011-10-121-2/+0
* GStaticRecMutex: implement via GRecMutexRyan Lortie2011-10-121-71/+57
* thread: use GSList for g_thread_foreach listRyan Lortie2011-10-121-20/+8
* thread: call g_enumerable_thread_add via callbackRyan Lortie2011-10-121-61/+62
* thread: use GPrivate for enumerable threadsRyan Lortie2011-10-121-11/+16
* gthread-deprecated: add a mising "static" to a methodDan Winship2011-10-121-1/+1
* GStaticPrivate: implement via GPrivateRyan Lortie2011-10-121-27/+22
* Silence deprecations in deprecated/ (again)Matthias Clasen2011-10-114-6/+12
* Use GLIB_DEPRECATED instead of G_GNUC_DEPRECATED in our headersChun-wei Fan2011-10-113-67/+136
* GStaticMutex: ABI fixupRyan Lortie2011-10-102-17/+21
* Silence deprecation warnings in deprecated/Matthias Clasen2011-10-091-0/+8
* Add G_GNUC_DEPRECATED to deprecated APIs in glibMatthias Clasen2011-10-083-53/+53
* Don't redundantly redeclareMatthias Clasen2011-10-071-3/+0
* Several docs cleanupsRyan Lortie2011-10-061-0/+11
* Cleanup thread documentationRyan Lortie2011-10-061-0/+18
* gthread-deprecated.c: Include gutils.hChun-wei Fan2011-10-061-0/+2
* Move typedef GStaticPrivate to deprecated/Ryan Lortie2011-10-041-0/+1
* Deprecate g_{mutex,cond}_{new,free}()Ryan Lortie2011-10-042-0/+88
* Deprecate g_thread_init()Ryan Lortie2011-10-042-0/+64
* macro wrappers for g_once_init_enter/leaveRyan Lortie2011-10-042-0/+9
* Documentation fixesMatthias Clasen2011-10-021-5/+4
* locks: change the ABI just a bitRyan Lortie2011-10-021-1/+1
* locks: drop _INIT macrosRyan Lortie2011-10-021-1/+1
* Deprecate GStaticPrivate and g_thread_foreachMatthias Clasen2011-10-022-2/+340