summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-09-211.16.21.16.2cairomm-1-16Kjell Ahlstedt3-2/+15
2022-09-21meson.build: Avoid configuration warningsKjell Ahlstedt1-18/+23
2022-09-21meson.build: Specify 'check' option in run_command()Kjell Ahlstedt4-12/+14
2022-09-21meson.build: Check if Perl is required for building documentationKjell Ahlstedt2-4/+13
2021-11-12Merge branch 'cairomm-1-16' into 'cairomm-1-16'Kjell Ahlstedt2-2/+7
2021-11-10build: Support Visual Studio 2022Chun-wei Fan2-2/+7
2021-06-11Update examples/READMEKjell Ahlstedt1-2/+2
2021-06-10Doxyfile.in: Add the @newin alias and CAIROMM_API=Kjell Ahlstedt1-3/+4
2021-05-201.16.11.16.1Kjell Ahlstedt2-1/+19
2021-05-18Add dependencies to Doxygen tag files in subprojectsKjell Ahlstedt2-2/+15
2021-05-14Fix build as subproject without building documentationKjell Ahlstedt2-22/+30
2021-05-11Merge branch 'master' into 'master'Kjell Ahlstedt4-12/+12
2021-05-11meson: Reorganize warnings on Visual Studio buildsChun-wei Fan2-2/+8
2021-05-11MSVC_NMake/config-msvc.mak: Clean up compiler flagsChun-wei Fan1-1/+0
2021-05-11cairomm/exception.h: Export Cairo::logic_error selectivelyChun-wei Fan1-9/+4
2021-05-05Subprojects can use meson.add_dist_script() if meson.version() >= 0.58.0Kjell Ahlstedt2-7/+9
2021-04-07Meson build: No implicit_include_directoriesKjell Ahlstedt2-0/+2
2021-03-26Meson build: No implicit_include_directoriesKjell Ahlstedt1-0/+1
2021-03-16Meson build: Make it possible to use cairomm as a subprojectKjell Ahlstedt9-14/+49
2021-03-09Merge branch 'fix.mingw.warnings' into 'master'Kjell Ahlstedt2-2/+6
2021-03-09cairommconfig.h.*: Don't dllimport on MinGWChun-wei Fan2-2/+6
2021-02-23Merge branch 'kjellahl/surface-type-win32' into 'master'Kjell Ahlstedt1-2/+11
2021-02-20Surface::Type: Deprecate WIN32, add WIN32_SURFACEKjell Ahlstedt1-2/+11
2021-02-20docs/reference/Doxyfile.in: Remove obsolete entriesKjell Ahlstedt1-2/+1
2021-02-19tools/release-publish.sh: Add commentsKjell Ahlstedt1-0/+8
2020-10-04tools/doc-publish.sh, release-publish.sh: Exit on errorKjell Ahlstedt2-2/+4
2020-09-30Add tools/doc-publish.sh and release-publish.shKjell Ahlstedt3-1/+91
2020-09-291.16.01.16.0Kjell Ahlstedt3-2/+44
2020-09-29Meson build: Fix versioning on macOSKjell Ahlstedt2-2/+8
2020-09-29Require cairo >= 1.12.0Kjell Ahlstedt2-2/+2
2020-09-12Autotools builds: Create only .tar.xz tarballsKjell Ahlstedt1-1/+1
2020-08-26Remove RefPtrDeleter()Kjell Ahlstedt1-28/+24
2020-08-14tests: Fix tests in Autotools buildsKjell Ahlstedt5-245/+359
2020-08-13tests: Don't include deprecated Boost header filesKjell Ahlstedt9-9/+9
2020-08-12Add Context::get_source_for_surface()Kjell Ahlstedt3-1/+41
2020-07-23Merge branch 'master' into 'master'Kjell Ahlstedt4-26/+42
2020-07-23Update .gitignoreChun-wei Fan1-6/+6
2020-07-23NMake Makefiles: Use Meson-style DLL and .lib naming if requestedChun-wei Fan1-4/+15
2020-07-23NMake Makefiles: Fix builds from release tarballsChun-wei Fan2-16/+21
2020-07-10Merge branch 'master' into 'master'Kjell Ahlstedt2-1/+6
2020-07-09NMake Makefiles: Look for headers in $(PREFIX)\include alsoChun-wei Fan1-1/+2
2020-07-09NMake Makefiles: Support ARM64 Windows buildsChun-wei Fan1-0/+4
2020-06-29docs/reference/: Update for Doxygen >= 1.8.16Kjell Ahlstedt2-8/+8
2020-06-26Merge branch 'meson-msvc-toolset' into 'master'Kjell Ahlstedt7-6/+28
2020-06-25Meson/Visual Studio builds: Include toolset version by defaultChun-wei Fan7-6/+28
2020-06-18Merge branch 'msvc.ver.master' into 'master'Kjell Ahlstedt3-20/+38
2020-06-16NMake Makefiles: Use toolset version in DLL/.lib filenamesChun-wei Fan3-20/+38
2020-06-05README: Update with instructions for building cairommKjell Ahlstedt1-7/+96
2020-05-05Drop gendef from the sourcesChun-wei Fan4-97/+1
2020-05-05meson: Don't use gendef on Visual StudioChun-wei Fan3-53/+9