summaryrefslogtreecommitdiff
path: root/util
AgeCommit message (Expand)AuthorFilesLines
2024-04-17Fix implicit conversion warningAdrian Johnson1-1/+1
2023-09-28util: remove malloc-statsTim-Philipp Müller3-396/+0
2023-09-06Remove cairo-sphinxUli Schlachter5-1853/+0
2023-09-03Always build fdr.c into a shared libraryUli Schlachter1-1/+1
2023-09-03Revert "Allow static builds of cairo-sphinx"Uli Schlachter1-71/+21
2023-08-22Allow static builds of cairo-sphinxEmmanuele Bassi1-21/+71
2023-08-17build: Enable cairo-sphinx only if we have SysV's SHMEmmanuele Bassi1-0/+1
2023-08-16Build with hidden symbols by defaultEmmanuele Bassi6-5/+15
2023-08-16Drop "slim" symbolsEmmanuele Bassi2-28/+0
2023-07-02Hurd has no MAP_NORESERVE so don't use it thereSebastian Dröge1-0/+4
2023-03-09[gobject] Bind cairo_glyph_t and cairo_text_cluster_tBehdad Esfahbod2-0/+14
2023-03-03Merge branch 'unused-function' into 'master'Uli Schlachter1-6/+6
2023-02-06Fix -Wunused-function warningsKhaled Hosny1-6/+6
2023-02-04Remove XML surfaceEmmanuele Bassi3-347/+0
2023-02-03util: Fix compiler warnings in cairo-sphinxEmmanuele Bassi1-3/+8
2023-01-29Merge branch 'no-more-gl' into 'master'Emmanuele Bassi2-249/+0
2023-01-27Drop cairo-glEmmanuele Bassi2-249/+0
2023-01-26[malloc-stats] Measure callocBehdad Esfahbod1-0/+22
2023-01-20svg-font: return SVG_FONT_ERROR on errorAdrian Johnson1-0/+1
2023-01-15Merge branch 'test-png16-load' into 'master'Uli Schlachter1-0/+3
2023-01-13Defining Windows version macros in meson.buildFujii Hironori1-1/+0
2023-01-11Add remaining image formats to cairo-script constants tableManuel Stoeckl1-0/+3
2023-01-08Remove autotools buildAdrian Johnson12-309/+0
2023-01-03Fix bug in strndup implementationAdrian Johnson1-2/+6
2022-12-30[malloc-stats] Fix to not crashBehdad Esfahbod1-1/+9
2022-07-18meson: Only link cairo-script-interpreter with liblzoSimon McVittie1-1/+1
2022-07-14Merge branch 'fix-build-with-newer-libbfd' into 'master'Emmanuele Bassi1-2/+2
2022-07-14Fix build with newer binutils-dev installedSimon McVittie1-2/+2
2022-07-14util: Don't expose _csi_stack_push in public ABISimon McVittie1-1/+1
2022-05-14Update util/cairo-script/cairo-script-interpreter.pc.inPierre Labastie1-0/+1
2022-04-09Replace use of ctype functions with internal version where only ASCII chars a...Adrian Johnson1-5/+7
2022-03-09Fix warningAdrian Johnson1-1/+1
2022-03-09Replace deprecated malloc_hookAdrian Johnson3-60/+38
2022-03-05DWrite font docsAdrian Johnson1-0/+1
2022-02-25Drop cairo-vg surfaceEmmanuele Bassi1-79/+0
2021-09-02Fix some MinGW warningsAdrian Johnson2-1/+8
2021-08-15gobject: Remove the use of volatileEmmanuele Bassi2-92/+92
2021-08-15Added hairline support to cairoRick Yorgason1-0/+22
2021-07-25Use uintptr_t for all casts between pointer and integerAdrian Johnson3-3/+3
2021-05-22Fix meson build without zlibUli Schlachter1-0/+2
2021-05-22meson: Use more dependency objectsUli Schlachter5-29/+22
2021-05-02meson: Move CAIRO_HAS_INTERPRETER to config.hUli Schlachter1-1/+1
2021-05-01Drop the conditional inclusion of config.hEmmanuele Bassi9-18/+0
2021-05-01Remove stray _GNU_SOURCE definitionsEmmanuele Bassi9-13/+10
2021-05-01meson: Define HAVE_CONFIG_H as a project flagEmmanuele Bassi6-10/+2
2021-04-27Merge branch 'ebassi/warnings-fixes' into 'master'Uli Schlachter1-1/+1
2021-04-27Drop volatile from the GType registrationEmmanuele Bassi1-1/+1
2021-04-27Use g_memdup2() with newer versions of GLibEmmanuele Bassi1-3/+10
2021-03-09meson: make cairo-trace executableTim-Philipp Müller2-0/+1
2021-02-23utils: remove hacky replacement for backtrace_symbols in glibcTim-Philipp Müller4-408/+2