summaryrefslogtreecommitdiff
path: root/src/cairo-compiler-private.h
AgeCommit message (Expand)AuthorFilesLines
2018-02-28compiler-private: Define what PLT stands forBryce Harrington1-1/+1
2014-07-09clang-cl: Use size of the pointer explicitlyJeff Muizelaar1-1/+1
2014-06-30Don't use __FUNCTION__ as a string literalJeff Muizelaar1-6/+4
2011-10-17Avoid defining inline when compling C++ on MSVC.Ehsan Akhgari1-0/+2
2011-07-29gl: Rectangular fast pathChris Wilson1-11/+2
2011-06-25Do not open-code freed-poolAndrea Canciani1-15/+0
2011-06-24Hide private symbols on MacOSXAndrea Canciani1-1/+3
2011-06-20Avoid deprecated functions on win32Andrea Canciani1-3/+8
2011-03-19Revert "Add an implementation of fmax for use with MSVC"Andrea Canciani1-14/+0
2011-03-03Add an implementation of fmax for use with MSVCJeff Muizelaar1-0/+14
2010-05-06Add an implementation of ffs() for MSVCJeff Muizelaar1-0/+15
2010-04-27Update FSF addressAndrea Canciani1-1/+1
2010-02-25compiler: Explain the slim hidden macros.M Joonas Pihlaja1-0/+30
2010-01-23Fix compilation on MacOS XAndrea Canciani1-2/+2
2010-01-22spans: Add a Bentley-Ottmann variant on the Tor scan converterChris Wilson1-0/+11
2009-03-21[win32] Use _hypot instead of hypotVladimir Vukicevic1-0/+1
2009-03-20[msvc] Fix definition of CAIRO_ENSURE_UNIQUE for non-x86Jeff Muizelaar1-1/+1
2009-02-19Relanding: Add CAIRO_ENSURE_UNIQUE macro and use it in _cairo_error()Jeff Muizelaar1-0/+24
2009-02-19Revert "Add CAIRO_ENSURE_UNIQUE macro and use it in _cairo_error()"Jeff Muizelaar1-24/+0
2009-02-19Add CAIRO_ENSURE_UNIQUE macro and use it in _cairo_error()Jeff Muizelaar1-0/+24
2009-02-12Divert pclose to _pclose for MSVCJeff Muizelaar1-0/+1
2008-11-19[compiler] likelihood macrosChris Wilson1-4/+4
2008-11-13Add predicate likelihood macros.Chris Wilson1-0/+17
2008-10-14[check-doc-syntax.sh] Allow quoting.Chris Wilson1-11/+11
2008-10-14Add documentation for function attributes 'pure' and 'const'.Chris Wilson1-0/+20
2008-10-07[wideint] Declare the wideint arithmetic functions as const.Chris Wilson1-0/+2
2008-10-06[wideint] Mark functions as pureChris Wilson1-0/+6
2008-09-19Make sure (and check) that all private headers include some cairo header firstBehdad Esfahbod1-0/+2
2008-09-10[cairo-compiler-private.h] Divert popen to _popen for MSVCChris Wilson1-0/+1
2008-09-02Revamp the build system.Behdad Esfahbod1-3/+3
2008-08-17[cairo-compiler-private.h] Clear definition of __attribute__Chris Wilson1-0/+1
2008-05-28[cairo-compiler-private] Make it build with wineBehdad Esfahbod1-1/+1
2008-03-03Fix msvc compilation issue in cairo-compiler-private.hVladimir Vukicevic1-1/+1
2008-02-28Fix PDF ouput when cross-compiling with mingwJody Goldberg1-1/+4
2008-01-20[cairoint.h] Move MSC inline macros into cairo-compiler-private.hBehdad Esfahbod1-0/+10
2008-01-11[check] Replace compiled symbol visibility checker with shell script.Chris Wilson1-3/+2
2008-01-11[check] Skip def/plt tests if the compiler doesn't support symbol hiding.Chris Wilson1-0/+3
2007-09-25Move GCC attributes wrapping into a separate header.Chris Wilson1-0/+115