index
:
~cworth/cairo
glsl
Carl's hacks for cairo
cworth
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
cairo-mutex-private.h
Age
Commit message (
Expand
)
Author
Files
Lines
2008-09-19
[cairo-mutex] Move semicolons out of cairo-mutex-list-private.h
Behdad Esfahbod
1
-1
/
+1
2008-09-19
Make sure (and check) that all private headers include some cairo header first
Behdad Esfahbod
1
-4
/
+0
2008-09-02
Revamp the build system.
Behdad Esfahbod
1
-0
/
+4
2008-05-27
[cairo-mutex] Prepare mutex infrastructure for adding mutex debugging facilities
Behdad Esfahbod
1
-119
/
+10
2008-01-28
[doc] Make sure all macro names in docs are prefixed by %
Behdad Esfahbod
1
-2
/
+2
2007-09-25
Move GCC attributes wrapping into a separate header.
Chris Wilson
1
-0
/
+1
2007-08-23
Remove include of cairoint.h from *-private.h header files.
Carl Worth
1
-1
/
+3
2007-08-22
[Makefile.am] Add target sparse to run sparse static source code analyzer
Behdad Esfahbod
1
-3
/
+1
2007-05-01
[cairo-mutex] Rewrite defaults for CAIRO_MUTEX macros not defined by the impl...
Behdad Esfahbod
1
-26
/
+67
2007-05-01
[cairo-mutex] Fix usage of CAIRO_MUTEX_DECLARE()
Behdad Esfahbod
1
-3
/
+1
2007-05-01
[cairo-mutex] Make sure mutex implementation declares enough macros
Behdad Esfahbod
1
-0
/
+11
2007-05-01
[cairo-mutex] Make CAIRO_MUTEX_INIT/FINI take mutex object, not pointer to it
Behdad Esfahbod
1
-1
/
+1
2007-05-01
[cairo-mutex] Make sure CAIRO_MUTEX_FINI() evaluates its argument once
Behdad Esfahbod
1
-1
/
+1
2007-05-01
[cairo-mutex] Rename macro arguments from "name" to "mutex"
Behdad Esfahbod
1
-3
/
+3
2007-05-01
[cairo-mutex-private.h] Move implementation-specific parts to cairo-mutex-typ...
Behdad Esfahbod
1
-79
/
+2
2007-04-30
[cairo-mutex] Fix CAIRO_MUTEX_FINALIZE definition to take parantheses
Behdad Esfahbod
1
-1
/
+1
2007-04-30
Fix cygwin compile error
Adrian Johnson
1
-12
/
+0
2007-04-22
[cairo-mutex] Add a poor man's mutex implementation in case of CAIRO_NO_MUTEX
Behdad Esfahbod
1
-5
/
+8
2007-04-22
[BeOS] Add mutex implementation
Behdad Esfahbod
1
-11
/
+6
2007-04-22
[cairo-mutex] Properly paranthesize macro arguments
Behdad Esfahbod
1
-6
/
+6
2007-04-20
Fix build break related to mutexes on OS/2
Peter Weilbacher
1
-1
/
+1
2007-04-19
[cairo-mutex] If no mutex implementation is found, should #error instead of #...
Behdad Esfahbod
1
-2
/
+2
2007-04-19
[cairo-mutex] Switch to HAVE_WINDOWS_H to use Win32 mutexes
Behdad Esfahbod
1
-1
/
+1
2007-04-19
[cairo-commit] Update attribution headers in cairo-mutex-private.h
Behdad Esfahbod
1
-1
/
+2
2007-04-19
[cairo-mutex] Warn if no mutex definition found and let sanity macros err
Behdad Esfahbod
1
-3
/
+5
2007-04-19
[cairo-mutex] Support non-reentrant compilation if CAIRO_NO_MUTEX defined
Behdad Esfahbod
1
-1
/
+9
2007-04-19
[cairo-commit] Just warn for BeOS and let the sanity check macros err
Behdad Esfahbod
1
-7
/
+3
2007-04-19
[cairo-mutex] Prefer "#if CAIRO_SOMETHING" over "#if defined CAIRO_SOMETHING"
Behdad Esfahbod
1
-2
/
+2
2007-04-19
[cairo-mutex] Add default implementation for CAIRO_MUTEX_INIT
Behdad Esfahbod
1
-4
/
+7
2007-04-19
[cairo-mutex] Add default no-op implementation for CAIRO_MUTEX_FINI
Behdad Esfahbod
1
-0
/
+6
2007-04-19
[cairo-mutex] Use CAIRO_MUTEX_NOOP when applicable
Behdad Esfahbod
1
-1
/
+1
2007-04-19
[cairo-mutex] Err if at least one of mutex macros are not defined
Behdad Esfahbod
1
-0
/
+23
2007-04-19
[cairo-mutex] Define and use CAIRO_MUTEX_USE_GENERIC_INITIALIZATION
Behdad Esfahbod
1
-0
/
+9
2007-04-19
[cairo-mutex] Define CAIRO_MUTEX_NOOP
Behdad Esfahbod
1
-0
/
+6
2007-04-19
[cairo-mutex] Inlucde cairo-features.h and config.h
Behdad Esfahbod
1
-0
/
+6
2007-04-19
[cairo-mutex] Remove unneeded #undef CAIRO_MUTEX_EXTERNAL
Behdad Esfahbod
1
-8
/
+0
2007-04-19
Introduce CAIRO_MUTEX_FINALIZE as counter-part for CAIRO_MUTEX_INITIALIZE
Mathias Hasselmann
1
-1
/
+7
2007-04-12
Rename cairo-mutex-list.h to cairo-mutex-list-private.h
Carl Worth
1
-1
/
+1
2007-03-20
Move declaration of cairo_mutex_t to cairo-mutex-private.h
Mathias Hasselmann
1
-9
/
+44
2007-03-20
Initialize mutexes at central location.
Mathias Hasselmann
1
-0
/
+123