summaryrefslogtreecommitdiff
path: root/src/cairo-mutex-type-private.h
AgeCommit message (Expand)AuthorFilesLines
2008-10-22Ensure that the scaled font is frozen for the lifetime of the scaled glyph.Chris Wilson1-0/+3
2008-10-20[mutex] s/HOLDS_MUTEX/MUTEX_IS_LOCKED/Chris Wilson1-2/+2
2008-10-20Remove CAIRO_BEGIN_DECLS uses that ickle introduced while mergingBehdad Esfahbod1-2/+0
2008-10-17Add support for lockdep.Chris Wilson1-1/+5
2008-09-02Revamp the build system.Behdad Esfahbod1-6/+0
2008-06-23Use #include "cairo-*." instead of #include <cairo-*.h>Behdad Esfahbod1-1/+1
2008-06-01[cairo-mutex] Remove debugging stuff that I accidentally committedBehdad Esfahbod1-20/+1
2008-05-28Fix whitespaceBehdad Esfahbod1-4/+4
2008-05-27[cairo-mutex] Prepare mutex infrastructure for adding mutex debugging facilitiesBehdad Esfahbod1-142/+127
2008-05-09[src/check-doc-syntax.sh] Fix some bugs in the check and fix errors foundBehdad Esfahbod1-10/+22
2008-01-28[doc] Make sure all type names in docs are prefixed by #Behdad Esfahbod1-3/+3
2008-01-28[doc] Make sure all macro names in docs are prefixed by %Behdad Esfahbod1-12/+12
2007-09-18Make NO_MUTEX really mean no mutexesVladimir Vukicevic1-3/+3
2007-08-23Remove include of cairoint.h from *-private.h header files.Carl Worth1-1/+3
2007-08-22[Makefile.am] Add target sparse to run sparse static source code analyzerBehdad Esfahbod1-3/+1
2007-05-01[cairo-mutex] Document the API for adding cairo_mutex_t implementationsBehdad Esfahbod1-0/+83
2007-05-01[cairo-mutex] Define a NOOP CAIRO_MUTEX_FINALIZE() for pthreadBehdad Esfahbod1-0/+1
2007-05-01[cairo-mutex] Remove NOOP definition of CAIRO_MUTEX_INITIALIZEBehdad Esfahbod1-1/+0
2007-05-01[cairo-mutex] Improve error message if no thread implementation foundBehdad Esfahbod1-2/+2
2007-05-01[cairo-mutex] Make CAIRO_MUTEX_INIT/FINI take mutex object, not pointer to itBehdad Esfahbod1-12/+7
2007-05-01[cairo-mutex] Make sure CAIRO_MUTEX_FINI() evaluates its argument onceBehdad Esfahbod1-1/+2
2007-05-01[cairo-mutex] Rename macro arguments from "name" to "mutex"Behdad Esfahbod1-10/+10
2007-05-01[cairo-mutex-private.h] Move implementation-specific parts to cairo-mutex-typ...Behdad Esfahbod1-0/+131