Add a nontrivial read-write lock test
[platform/upstream/glib.git] / glib /
2011-09-24 Matthias ClasenAdd a nontrivial read-write lock test
2011-09-24 Matthias ClasenAdd GOnce tests
2011-09-24 Matthias ClasenMake the rec mutex test a little more verbose
2011-09-23 Matthias ClasenAdd a non-trivial GRWLock test
2011-09-23 Matthias ClasenAdd a non-trivial GRecMutex test
2011-09-23 Matthias ClasenRemove an unused variable
2011-09-23 Matthias ClasenAdd some more rw lock tests
2011-09-23 Matthias ClasenAdd a mutex test
2011-09-23 Matthias ClasenAdd headers
2011-09-23 Matthias ClasenFix g_rwlock_{writer,reader}_trylock
2011-09-23 Matthias ClasenAdd basic tests for GRWLock
2011-09-23 Chun-wei FanVS support updates
2011-09-23 Matthias ClasenFix g_rec_mutex_trylock
2011-09-23 Matthias ClasenAdd trivial tests for GMutex and GRecMutex
2011-09-23 Chun-wei Fangmappedfile.c: Define S_IFREG on Win32 when it's not...
2011-09-22 Ryan LortieAdd gthread.h to deprecated headers
2011-09-22 Matthias ClasenSome gthread doc updates
2011-09-22 Matthias ClasenUse adaptive mutexes when available
2011-09-22 Ryan LortieGDateTime test: fix a race
2011-09-22 Ryan Lortiegslice: remove single-threaded case
2011-09-21 Philip Van HoofGMappedFile: Add API to create from an existing file...
2011-09-21 Ryan LortieDeprecate GStatic{,Rec,RW}Mutex
2011-09-21 Ryan LortiePort internal GStaticRecMutex users to GRecMutex
2011-09-21 Ryan LortieAdd a new recursive mutex type, GRecMutex
2011-09-21 Ryan LortieAdd GRWLock
2011-09-21 Ryan Lortiegthread: remove impl init functions
2011-09-21 Ryan Lortiewin32: Add 'shared' support to SRWLock emulation
2011-09-21 Ryan Lortiegthread-win32: trivial condition change
2011-09-21 Ryan Lortiegthread-win32: rename a struct member
2011-09-21 Ryan Lortiegthread.h: remove some bogus decl/comments
2011-09-21 Ryan LortieRevert "Drop an unused variable"
2011-09-21 Matthias ClasenDrop an unused variable
2011-09-21 Matthias ClasenMore header cosmetics
2011-09-21 Matthias Clasentrivial: small header reordering
2011-09-21 Ryan LortieMove some things to deprecated/gthread.h
2011-09-21 Ryan Lortieg_thread_init: take a gpointer as the arg
2011-09-21 Ryan Lortiedisable glib-ctor on win32
2011-09-21 Ryan LortieDeprecate g_thread_create_full()
2011-09-21 Ryan LortieDrop g_thread_fail()
2011-09-21 Ryan Lortieg_system_thread_create: drop unused args
2011-09-21 Ryan LortieRemove the concept of 'bound'
2011-09-21 Matthias ClasenRemove a leftover from errorcheck mutexes
2011-09-21 Ryan LortieRemove g_thread_functions_for_glib_use_old
2011-09-21 Ryan LortieMerge g_thread_functions_for_glib_use
2011-09-21 Ryan Lortiegthread.h: drop the vtable access macros
2011-09-21 Ryan LortieNULL g_system_thread_{exit,equal} in the vtable
2011-09-21 Ryan LortieGSystemThread: port 'self' 'join' and 'create'
2011-09-21 Ryan LortieGThread: deprecate thread priorities
2011-09-21 Matthias ClasenDon't use the thread_exit vfunc
2011-09-21 Matthias ClasenDon't use the thread_equal vfunc anymore
2011-09-21 Ryan Lortiegthread-win32: use __stdcall markers where needed
2011-09-21 Ryan Lortieg_private_new: use GSlice
2011-09-21 Matthias ClasenAnd move the g_thread_yield() docs too
2011-09-21 Matthias ClasenDon't use the thread vtable for g_thread_yield()
2011-09-21 Matthias ClasenMove g_private_new() to common code
2011-09-21 Matthias ClasenMove docs around
2011-09-21 Matthias ClasenClean up g_thread_yield implementation
2011-09-21 Ryan Lortiegmem: move to glib-ctor
2011-09-21 Ryan Lortiegslice: move initialisation to glib-ctor
2011-09-21 Ryan LortieAdd glib-ctor functionality
2011-09-21 Ryan LortieGThread: always initialise the system thread
2011-09-21 Ryan Lortiegmessages: do implicit GPrivate initialisation
2011-09-21 Ryan LortieContinue GPrivate rework
2011-09-21 Ryan LortieRework GPrivate
2011-09-21 Ryan LortieGStaticMutex: remove ./configure checks
2011-09-21 Ryan LortieRemove "temporary until GLib is fixed" code
2011-09-21 Ryan LortiePort g_cond_new to use GSlice
2011-09-21 Ryan Lortielibglib: stop using g_cond_new in some places
2011-09-21 Ryan LortiePort g_mutex_new to use GSlice
2011-09-21 Ryan LortieG_LOCK: port from GStaticMutex to GMutex
2011-09-21 Ryan Lortielibglib: stop using g_mutex_new
2011-09-21 Ryan Lortielibglib: drop use of GStaticMutex
2011-09-21 Ryan LortieRework GMutex and GCond APIs
2011-09-21 Matthias ClasenForgotten part of an earlier mismerge
2011-09-21 Ryan Lortiegmessage.c: mark a private function static
2011-09-20 Cosimo Cecchitimeval: add introspection annotations to g_time_val_fr...
2011-09-19 Ryan Lortiegbitlock: #include "gslice.h"
2011-09-19 Matthias ClasenFix a merge accident
2011-09-19 Ryan LortieRemove unused header gdebug.h
2011-09-19 Ryan LortieDon't #include <glib/gslice.h> from gmem.h
2011-09-19 Ryan LortieMove deprecated GCompletion to deprecated/
2011-09-19 Ryan LortieMove deprecated GRel to deprecated/
2011-09-19 Ryan LortieMove GAllocator/GMemChunk to separate file
2011-09-18 Matthias ClasenFix g_ascii_formatd tests
2011-09-18 Matthias ClasenUse xlocale functions where available
2011-09-18 Matthias ClasenRemove redundant checks
2011-09-18 Matthias ClasenGMappedFile: return an error when trying to map a device
2011-09-17 Ryan LortieGVariant: avoid 'ARRAY_INFO' as function name
2011-09-17 Ryan Lortiegmain: fix some win32 build errors
2011-09-16 Ryan Lortiegatomic: use pthread mutexes instead of GMutex
2011-09-15 Behdad EsfahbodFix docs
2011-09-14 Ryan Lortiemainloop: detect fork() and abort
2011-09-12 Ryan LortieMerge remote-tracking branch 'gvdb/master'
2011-09-10 Matthias ClasenGKeyFile: Unify error messsages a bit
2011-09-10 Ryan LortieNix inaccurately named g_main_context_init_pipe()
2011-09-10 Ryan Lortiegmain: get rid of poll_waiting
2011-09-10 Emmanuele BassiAdd macros for GSourceFunc return values
2011-09-09 Ryan LortieGRegex: fix thread-unsafe initialiser code
2011-09-09 Ryan LortieClean up l10n threading stuff
2011-09-09 Ryan Lortieglib-private: #include <glib.h>
next