[kdbus] KDBUS_ITEM_PAYLOAD_OFF items are (once again) relative to msg header
[platform/upstream/glib.git] / glib / gatomic.c
2014-02-15 Matthias Clasendocs: Remove some unneeded decorations
2014-02-06 Matthias ClasenDocs: replace <literal> by `
2014-01-31 Daniel MustielesUpdated FSF's address
2013-04-08 James Turnerg_atomic_int_get, g_atomic_pointer_get: accept const...
2013-03-08 Behdad Esfahbod[win32] Remove MemoryBarrier() fallback implementation
2013-02-26 Behdad Esfahbod[win32] Add fallback implementations for gatomic.c...
2013-01-28 Simon McVittieg_atomic_int_get, g_atomic_pointer_get: accept const...
2012-01-13 Alexander LarssonMerge remote-tracking branch 'gvdb/master'
2011-10-18 Ryan Lortiegatomic: introduce G_ATOMIC_LOCK_FREE
2011-10-17 Ryan LortieRevert "Bug 652827 - glib-2.29.8 no longer builds with...
2011-09-16 Ryan Lortiegatomic: use pthread mutexes instead of GMutex
2011-09-12 Ryan LortieMerge remote-tracking branch 'gvdb/master'
2011-08-11 Behdad EsfahbodBug 652827 - glib-2.29.8 no longer builds with mingw...
2011-07-21 Simon McVittieg_atomic_int_add: document that the return value is new
2011-06-07 Chun-wei FanFix gatomic.c compilation on Windows (MSVC)
2011-05-29 Matthias ClasenDocumentation tweaks
2011-05-28 Ryan Lortieglib: Rewrite gatomic.[ch]
2011-05-18 Jasper Lievisse... gatomic: #include gthread.h to fix compilation on nonop...
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-09-05 Matthias ClasenMore header inclusion cleanup
2010-07-11 Matthias ClasenFix a typo
2010-07-11 Matthias ClasenMove docs for atomic operations inline
2010-07-07 Ryan Lortieglib/: fully remove galias hacks
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'
2009-02-17 Matthias Clasen Fix strict aliasing warnings and viiolations...
2008-12-08 Matthias ClasenAdd an implementation for the CRIS and CRISv32 architec...
2008-05-14 Michael Natterer#include "config.h" before using G_ATOMIC_ARM.
2007-11-18 Matthias ClasenCheck whether assembler supports numerical local labels.
2007-09-11 Matthias ClasenAdd arm atomic operations
2006-12-11 Matthias ClasenDon't use local numeric labels in inline assembler...
2006-05-10 Sebastian WilhelmiRenamed to glib/gthreadprivate.h and moved system threa...
2006-04-19 Tor LillqvistAdapt to the changed prototype of InterlockedCompareExc...
2005-12-17 Sebastian WilhelmiFix memory barrier position in g_atomic_int_get and...
2005-12-13 Tim Janikadded g_atomic_pointer_set() and g_atomic_int_set(...
2005-12-05 Matthias ClasenFix compiler warnings.
2005-12-02 Matthias ClasenAdd a missing volatile for the IA64 implementation.
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...
2005-08-03 Matthias ClasenAdd native atomic operations for s390.
2005-07-19 Matthias ClasenFix g_atomic_pointer_compare_and_exchange on sparc64...
2005-03-14 Matthias ClasenSome fixes
2005-03-14 Matthias ClasenMake PLT-reduction work with gcc4, and don't include...
2005-02-06 Manish SinghDon't use matching constraints for asm mem parameters...
2004-10-24 Matthias ClasenApply a patch to fix sparse warnings. (#154696, Kjartan...
2004-09-16 Matthias ClasenImplement the same PLT reduction technique used in...
2004-08-02 Matthias ClasenInclude gthreadinit.h here to see the declaration for
2004-07-02 Sebastian WilhelmiRename __asm to __asm__ and __volatile to __volatile__...
2004-03-12 Manish SinghNon-optimizing compile fails for two asm statements...
2004-03-05 Matthias ClasenPatch by Sebastian Wilhemi to fix infinite recursion...
2004-03-02 Sebastian WilhelmiFixed missing definition for ppc code. Fix by Mark...
2004-03-01 Sebastian WilhelmiDefine g_atomic_(int|pointer)_get only for
2004-02-29 Hans Breueradded win32 api based implementation for G_PLATFORM_WIN...
2004-02-29 Sebastian WilhelmiMoved the assembler functions from gatomic.h to gatomic...
2004-02-26 Sebastian WilhelmiNew files to implement atomic operations for different...