index
:
~alexl/cairo
device-scale
device-scale2
ickle-device-scale
master
Unnamed repository; edit this file 'description' to name the repository.
alexl
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
cairo-atomic-private.h
Age
Commit message (
Expand
)
Author
Files
Lines
2011-09-12
Introduce a new compositor architecture
Chris Wilson
1
-0
/
+5
2011-02-19
Declare variables first so gcc shuts up
Benjamin Otte
1
-1
/
+2
2011-02-18
Assert that an error is valid when set
Benjamin Otte
1
-0
/
+1
2010-05-20
atomic: Add memory barriers if required for intel primitives
Chris Wilson
1
-0
/
+16
2010-04-30
atomic: Add Andrea's copyright notice
Chris Wilson
1
-0
/
+2
2010-04-29
atomic: Tweak for compilation x86.
Chris Wilson
1
-7
/
+20
2010-04-29
atomic: Add MacOSX atomic implementation
Andrea Canciani
1
-0
/
+30
2010-04-29
atomic: Separate bool and old-value compare-and-exchange
Andrea Canciani
1
-6
/
+62
2010-04-29
atomic: Remove unused function _cairo_atomic_int_set()
Andrea Canciani
1
-10
/
+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
-2
/
+0
2009-10-19
atomic: correct libatomic_ops version of _cairo_atomic_int_cmpxchg
Luo Jinghua
1
-1
/
+1
2009-10-15
[atomic] Fallback to libatomic-ops-dev
Chris Wilson
1
-5
/
+36
2009-09-14
[autoconf] Comment on the SIZEOF_VOID__ -> SIZEOF_VOID_P workaround.
M Joonas Pihlaja
1
-0
/
+2
2009-09-14
[build] Work around autoconf void* -> VOID__ name conversion bug.
M Joonas Pihlaja
1
-0
/
+4
2009-06-21
[atomic] Silence compiler warnings by defining an intptr_t
Chris Wilson
1
-7
/
+12
2009-06-21
[atomic] Use an integer __sync_val_compare_and_swap() for pointer CAS.
M Joonas Pihlaja
1
-1
/
+8
2009-06-05
[atomic] Hide compiler warnings
Chris Wilson
1
-0
/
+3
2009-06-05
[atomic] Provide mutex-based ptr cmpxchg
Chris Wilson
1
-0
/
+3
2009-06-05
[pattern] Generalise the freed pattern pool
Chris Wilson
1
-0
/
+1
2008-09-20
Make sure feature macros are checked using #if, not #ifdef; add a test for it
Behdad Esfahbod
1
-2
/
+2
2008-09-19
Make sure (and check) that all private headers include some cairo header first
Behdad Esfahbod
1
-2
/
+2
2008-09-04
Cleanup configure.in macros
Behdad Esfahbod
1
-6
/
+7
2007-11-05
[cairo-atomic] Check whether we can access int/pointers atomically.
Chris Wilson
1
-5
/
+15
2007-10-05
[cairo-atomic] Hide compiler warnings for _cairo_status_set_error().
Chris Wilson
1
-2
/
+6
2007-10-04
[cairo-atomic] Use an atomic operation to set the status on a shared resource.
Chris Wilson
1
-0
/
+8
2007-09-25
[cairo-atomic] Introduce atomic ops.
Chris Wilson
1
-0
/
+81