summaryrefslogtreecommitdiff
path: root/src/cairo-compiler-private.h
Commit message (Expand)AuthorAgeFilesLines
* Fix some MinGW warningsAdrian Johnson2021-09-021-1/+6
* Fix malloc overflow check warningAdrian Johnson2021-08-241-0/+54
* Fix some mingw warnings and correct the value of R_OKAdrian Johnson2021-08-071-1/+3
* Fix some win32 compile warningsAdrian Johnson2021-07-251-0/+1
* Drop the conditional inclusion of config.hEmmanuele Bassi2021-05-011-2/+0
* Fix build on Windows with recent versions of MSVCMathieu Duponchelle2020-07-311-2/+4
* compiler-private: Define what PLT stands forBryce Harrington2018-02-281-1/+1
* clang-cl: Use size of the pointer explicitlyJeff Muizelaar2014-07-091-1/+1
* Don't use __FUNCTION__ as a string literalJeff Muizelaar2014-06-301-6/+4
* Avoid defining inline when compling C++ on MSVC.Ehsan Akhgari2011-10-171-0/+2
* gl: Rectangular fast pathChris Wilson2011-07-291-11/+2
* Do not open-code freed-poolAndrea Canciani2011-06-251-15/+0
* Hide private symbols on MacOSXAndrea Canciani2011-06-241-1/+3
* Avoid deprecated functions on win32Andrea Canciani2011-06-201-3/+8
* Revert "Add an implementation of fmax for use with MSVC"Andrea Canciani2011-03-191-14/+0
* Add an implementation of fmax for use with MSVCJeff Muizelaar2011-03-031-0/+14
* Add an implementation of ffs() for MSVCJeff Muizelaar2010-05-061-0/+15
* Update FSF addressAndrea Canciani2010-04-271-1/+1
* compiler: Explain the slim hidden macros.M Joonas Pihlaja2010-02-251-0/+30
* Fix compilation on MacOS XAndrea Canciani2010-01-231-2/+2
* spans: Add a Bentley-Ottmann variant on the Tor scan converterChris Wilson2010-01-221-0/+11
* [win32] Use _hypot instead of hypotVladimir Vukicevic2009-03-211-0/+1
* [msvc] Fix definition of CAIRO_ENSURE_UNIQUE for non-x86Jeff Muizelaar2009-03-201-1/+1
* Relanding: Add CAIRO_ENSURE_UNIQUE macro and use it in _cairo_error()Jeff Muizelaar2009-02-191-0/+24
* Revert "Add CAIRO_ENSURE_UNIQUE macro and use it in _cairo_error()"Jeff Muizelaar2009-02-191-24/+0
* Add CAIRO_ENSURE_UNIQUE macro and use it in _cairo_error()Jeff Muizelaar2009-02-191-0/+24
* Divert pclose to _pclose for MSVCJeff Muizelaar2009-02-121-0/+1
* [compiler] likelihood macrosChris Wilson2008-11-191-4/+4
* Add predicate likelihood macros.Chris Wilson2008-11-131-0/+17
* [check-doc-syntax.sh] Allow quoting.Chris Wilson2008-10-141-11/+11
* Add documentation for function attributes 'pure' and 'const'.Chris Wilson2008-10-141-0/+20
* [wideint] Declare the wideint arithmetic functions as const.Chris Wilson2008-10-071-0/+2
* [wideint] Mark functions as pureChris Wilson2008-10-061-0/+6
* Make sure (and check) that all private headers include some cairo header firstBehdad Esfahbod2008-09-191-0/+2
* [cairo-compiler-private.h] Divert popen to _popen for MSVCChris Wilson2008-09-101-0/+1
* Revamp the build system.Behdad Esfahbod2008-09-021-3/+3
* [cairo-compiler-private.h] Clear definition of __attribute__Chris Wilson2008-08-171-0/+1
* [cairo-compiler-private] Make it build with wineBehdad Esfahbod2008-05-281-1/+1
* Fix msvc compilation issue in cairo-compiler-private.hVladimir Vukicevic2008-03-031-1/+1
* Fix PDF ouput when cross-compiling with mingwJody Goldberg2008-02-281-1/+4
* [cairoint.h] Move MSC inline macros into cairo-compiler-private.hBehdad Esfahbod2008-01-201-0/+10
* [check] Replace compiled symbol visibility checker with shell script.Chris Wilson2008-01-111-3/+2
* [check] Skip def/plt tests if the compiler doesn't support symbol hiding.Chris Wilson2008-01-111-0/+3
* Move GCC attributes wrapping into a separate header.Chris Wilson2007-09-251-0/+115