hook gvariant vectors up to kdbus
[platform/upstream/glib.git] / glib / gatomic.h
2014-07-23 Owen W. TaylorRevert "gatomic: statically assert that our assumptions...
2014-07-23 Simon McVittiegatomic: statically assert that our assumptions hold
2014-06-20 Ryan Lortiegatomic: disable GCC extension atomics for clang
2014-06-06 Ryan Lortiegatomic: use GCC C11-style atomics, if available
2014-06-06 Ryan Lortiegatomic: whitespace fixes
2014-06-06 Ryan Lortiegatomic: fix typo in deprecation attribute
2014-01-31 Daniel MustielesUpdated FSF's address
2013-01-28 Simon McVittieg_atomic_int_get, g_atomic_pointer_get: accept const...
2013-01-13 Ryan Lortievarious: add GLIB_AVAILABLE_IN_ALL everywhere else
2012-12-28 Matthias ClasenMove single-include guards inside include guards
2012-05-26 Colin WaltersAnnotate API introduced for 2.30 with GLIB_AVAILABLE_IN...
2012-02-27 Emmanuele BassiAdd versioned deprecation annotation
2012-01-13 Alexander LarssonMerge remote-tracking branch 'gvdb/master'
2011-11-03 Matthias ClasenDon't use G_DISABLE_DEPRECATED guards around deprecated...
2011-10-18 Ryan Lortiegatomic: introduce G_ATOMIC_LOCK_FREE
2011-10-18 Ryan Lortiegatomic: cast to the correct pointer sign
2011-10-12 Matthias ClasenMake single includes mandatory
2011-10-11 Chun-wei FanUse GLIB_DEPRECATED instead of G_GNUC_DEPRECATED in...
2011-10-09 Matthias ClasenAdd G_GNUC_DEPRECATED to deprecated APIs in glib
2011-09-12 Ryan LortieMerge remote-tracking branch 'gvdb/master'
2011-05-31 Colin WaltersConsistently use G_GNUC_EXTENSION instead of __extension__
2011-05-29 Matthias ClasenClean up includes
2011-05-29 Matthias ClasenReduce excessive whitespace
2011-05-28 Ryan Lortieglib: Rewrite gatomic.[ch]
2011-05-28 Matthias ClasenAdd macro version for all atomic operations
2011-05-28 Matthias ClasenUse G_STATIC_ASSERT_EXPR for size checks in atomic...
2011-05-22 Matthias ClasenImprove atomic ops implementation
2011-04-15 Ryan LortieMerge remote-tracking branch 'gvdb/master'
2011-01-27 Ryan LortieMerge remote branch 'gvdb/master'
2010-10-04 Ryan LortieMerge remote branch 'gvdb/master'
2010-10-04 Ryan LortieMerge remote branch 'gvdb/master'
2010-07-11 Matthias ClasenMove docs for atomic operations inline
2010-06-10 Ryan LortieMerge remote branch 'gvdb/master'
2010-04-21 Ryan LortieMerge remote branch 'gvdb/master'
2010-04-16 Ryan LortieMerge remote branch 'gvdb/master'
2010-04-16 Ryan LortieMerge remote branch 'gvdb/master'
2010-04-15 Lars EllenbergCast to volatile to avoid warnings from -Wcast-qual
2009-02-17 Matthias Clasen Fix strict aliasing warnings and viiolations...
2008-05-05 Michael Natterer#define __GLIB_H_INSIDE__ around including everything.
2008-03-14 Michael Natterermake it possible to disable single-file includes by...
2005-12-13 Tim Janikadded g_atomic_pointer_set() and g_atomic_int_set(...
2005-11-22 Tim Janikg_hash_table_new_full(): create hash tables with a...
2005-08-04 Matthias ClasenAlways export g_atomic_int_get and g_atomic_pointer_get...
2004-02-29 Sebastian WilhelmiMoved the assembler functions from gatomic.h to gatomic...
2004-02-26 Sebastian Wilhelmiempty G_ATOMIC_MEMORY_BARRIER() definition for !G_THREA...
2004-02-26 Sebastian Wilhelmiempty G_ATOMIC_MEMORY_BARRIER() definition for !G_THREA...
2004-02-26 Sebastian WilhelmiNew files to implement atomic operations for different...