GRand: move docs from tmpl to inline comments
[platform/upstream/glib.git] / glib / gatomic.c
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...