summaryrefslogtreecommitdiff
path: root/src/cairo-mutex-impl-private.h
AgeCommit message (Expand)AuthorFilesLines
2009-01-29Spelling corrections: s/it's/its/Daniel Holbert1-1/+1
2009-01-29[mutex] Civilise the comment.Chris Wilson1-1/+1
2009-01-28Avoid "empty body in an if-statement" warningJeff Muizelaar1-2/+3
2008-10-22Ensure that the scaled font is frozen for the lifetime of the scaled glyph.Chris Wilson1-1/+2
2008-10-20[mutex] s/HOLDS_MUTEX/MUTEX_IS_LOCKED/Chris Wilson1-1/+1
2008-10-20Remove CAIRO_BEGIN_DECLS uses that ickle introduced while mergingBehdad Esfahbod1-2/+0
2008-10-17Add support for lockdep.Chris Wilson1-0/+14
2008-09-23[mutex] Fix typo in commentsBehdad Esfahbod1-1/+1
2008-09-20Make checks happy againBehdad Esfahbod1-1/+1
2008-09-20Add cairo-system.c for platform system-specific codeBehdad Esfahbod1-0/+8
2008-09-19[src/Makefile.am.analysis] Check that all headers can be compiled standaloneBehdad Esfahbod1-4/+0
2008-09-19Make sure (and check) that all private headers include some cairo header firstBehdad Esfahbod1-0/+2
2008-09-19Check for _MSC_VER in mutex implementation codeBehdad Esfahbod1-1/+1
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-05-27[cairo-mutex] Prepare mutex infrastructure for adding mutex debugging facilitiesBehdad Esfahbod1-0/+226