index
:
cairomm
cairomm-1-12
cairomm-1-14
cairomm-1-16
cairomm-1.10
cairomm-1.2
cairomm-1.4
cairomm-1.6
cairomm-1.8
master
Official repository of cairomm: C++ bindings for the cairo graphics library (mirrored from https://gitlab.freedesktop.org/cairo/cairomm)
jjongsma
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2021-05-20
1.16.1
1.16.1
Kjell Ahlstedt
2
-1
/
+19
2021-05-18
Add dependencies to Doxygen tag files in subprojects
Kjell Ahlstedt
2
-2
/
+15
2021-05-14
Fix build as subproject without building documentation
Kjell Ahlstedt
2
-22
/
+30
2021-05-11
Merge branch 'master' into 'master'
Kjell Ahlstedt
4
-12
/
+12
2021-05-11
meson: Reorganize warnings on Visual Studio builds
Chun-wei Fan
2
-2
/
+8
2021-05-11
MSVC_NMake/config-msvc.mak: Clean up compiler flags
Chun-wei Fan
1
-1
/
+0
2021-05-11
cairomm/exception.h: Export Cairo::logic_error selectively
Chun-wei Fan
1
-9
/
+4
2021-05-05
Subprojects can use meson.add_dist_script() if meson.version() >= 0.58.0
Kjell Ahlstedt
2
-7
/
+9
2021-04-07
Meson build: No implicit_include_directories
Kjell Ahlstedt
2
-0
/
+2
2021-03-26
Meson build: No implicit_include_directories
Kjell Ahlstedt
1
-0
/
+1
2021-03-16
Meson build: Make it possible to use cairomm as a subproject
Kjell Ahlstedt
9
-14
/
+49
2021-03-09
Merge branch 'fix.mingw.warnings' into 'master'
Kjell Ahlstedt
2
-2
/
+6
2021-03-09
cairommconfig.h.*: Don't dllimport on MinGW
Chun-wei Fan
2
-2
/
+6
2021-02-23
Merge branch 'kjellahl/surface-type-win32' into 'master'
Kjell Ahlstedt
1
-2
/
+11
2021-02-20
Surface::Type: Deprecate WIN32, add WIN32_SURFACE
Kjell Ahlstedt
1
-2
/
+11
2021-02-20
docs/reference/Doxyfile.in: Remove obsolete entries
Kjell Ahlstedt
1
-2
/
+1
2021-02-19
tools/release-publish.sh: Add comments
Kjell Ahlstedt
1
-0
/
+8
2020-10-04
tools/doc-publish.sh, release-publish.sh: Exit on error
Kjell Ahlstedt
2
-2
/
+4
2020-09-30
Add tools/doc-publish.sh and release-publish.sh
Kjell Ahlstedt
3
-1
/
+91
2020-09-29
1.16.0
1.16.0
Kjell Ahlstedt
3
-2
/
+44
2020-09-29
Meson build: Fix versioning on macOS
Kjell Ahlstedt
2
-2
/
+8
2020-09-29
Require cairo >= 1.12.0
Kjell Ahlstedt
2
-2
/
+2
2020-09-12
Autotools builds: Create only .tar.xz tarballs
Kjell Ahlstedt
1
-1
/
+1
2020-08-26
Remove RefPtrDeleter()
Kjell Ahlstedt
1
-28
/
+24
2020-08-14
tests: Fix tests in Autotools builds
Kjell Ahlstedt
5
-245
/
+359
2020-08-13
tests: Don't include deprecated Boost header files
Kjell Ahlstedt
9
-9
/
+9
2020-08-12
Add Context::get_source_for_surface()
Kjell Ahlstedt
3
-1
/
+41
2020-07-23
Merge branch 'master' into 'master'
Kjell Ahlstedt
4
-26
/
+42
2020-07-23
Update .gitignore
Chun-wei Fan
1
-6
/
+6
2020-07-23
NMake Makefiles: Use Meson-style DLL and .lib naming if requested
Chun-wei Fan
1
-4
/
+15
2020-07-23
NMake Makefiles: Fix builds from release tarballs
Chun-wei Fan
2
-16
/
+21
2020-07-10
Merge branch 'master' into 'master'
Kjell Ahlstedt
2
-1
/
+6
2020-07-09
NMake Makefiles: Look for headers in $(PREFIX)\include also
Chun-wei Fan
1
-1
/
+2
2020-07-09
NMake Makefiles: Support ARM64 Windows builds
Chun-wei Fan
1
-0
/
+4
2020-06-29
docs/reference/: Update for Doxygen >= 1.8.16
Kjell Ahlstedt
2
-8
/
+8
2020-06-26
Merge branch 'meson-msvc-toolset' into 'master'
Kjell Ahlstedt
7
-6
/
+28
2020-06-25
Meson/Visual Studio builds: Include toolset version by default
Chun-wei Fan
7
-6
/
+28
2020-06-18
Merge branch 'msvc.ver.master' into 'master'
Kjell Ahlstedt
3
-20
/
+38
2020-06-16
NMake Makefiles: Use toolset version in DLL/.lib filenames
Chun-wei Fan
3
-20
/
+38
2020-06-05
README: Update with instructions for building cairomm
Kjell Ahlstedt
1
-7
/
+96
2020-05-05
Drop gendef from the sources
Chun-wei Fan
4
-97
/
+1
2020-05-05
meson: Don't use gendef on Visual Studio
Chun-wei Fan
3
-53
/
+9
2020-05-05
NMake Makefiles: Stop using gendef.exe by
Chun-wei Fan
3
-17
/
+4
2020-05-05
cairomm/*.h: Decorate public symbols with CAIROMM_API
Chun-wei Fan
19
-38
/
+53
2020-05-05
cairommconfig.h.[in|meson]: Add CAIROMM_API
Chun-wei Fan
2
-0
/
+36
2020-05-04
configure.ac: Substitute CAIROMM_EXTRA_LIBS during configuration
Kjell Ahlstedt
1
-0
/
+1
2020-04-30
Replace NULL by nullptr
Kjell Ahlstedt
4
-15
/
+5
2020-04-29
Don't use zero as null pointer
Kjell Ahlstedt
5
-16
/
+17
2020-04-29
tests/test-scaled-font.cc: Remove an extra semicolon
Kjell Ahlstedt
2
-2
/
+2
2020-04-29
meson: Allow linking to shared Boost::Test
Chun-wei Fan
3
-3
/
+13
[next]