index
:
~company/cairo
gl
master
planar
xv
yuv
Unnamed repository; edit this file to name it for gitweb.
company
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
cairo-atomic.c
Age
Commit message (
Expand
)
Author
Files
Lines
2010-04-29
atomic: Tweak for compilation x86.
Chris Wilson
1
-8
/
+8
2010-04-29
atomic: Separate bool and old-value compare-and-exchange
Andrea Canciani
1
-2
/
+2
2010-04-29
atomic: Remove unused function _cairo_atomic_int_set()
Andrea Canciani
1
-8
/
+0
2010-04-27
Update FSF address
Andrea Canciani
1
-1
/
+1
2010-01-29
atomic: Fix up compile on PPC with libatomic-ops
Chris Wilson
1
-1
/
+2
2009-06-21
[atomic] Use an integer __sync_val_compare_and_swap() for pointer CAS.
M Joonas Pihlaja
1
-1
/
+5
2009-06-05
[atomic] Provide mutex-based ptr cmpxchg
Chris Wilson
1
-0
/
+13
2008-09-20
Make sure feature macros are checked using #if, not #ifdef; add a test for it
Behdad Esfahbod
1
-1
/
+1
2008-09-04
Cleanup configure.in macros
Behdad Esfahbod
1
-1
/
+1
2007-11-01
[cairo-atomic] Rearrange code under the correct ifdefs.
Chris Wilson
1
-11
/
+13
2007-10-04
[cairo-atomic] Use an atomic operation to set the status on a shared resource.
Chris Wilson
1
-0
/
+15
2007-09-25
[cairo-atomic] Introduce atomic ops.
Chris Wilson
1
-0
/
+79