Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2021-03-09 | cairommconfig.h.*: Don't dllimport on MinGW | Chun-wei Fan | 1 | -1/+3 | |
This will fix warnings when building items using cairomm with MinGW/GCC. Please see: https://gitlab.gnome.org/GNOME/gtkmm/-/issues/90 | |||||
2020-05-05 | cairommconfig.h.[in|meson]: Add CAIROMM_API | Chun-wei Fan | 1 | -0/+18 | |
This macro can be used to decorate public class and API prototypes, so that we can use it to export symbols with compiler directives, such as __declspec(dllexport) in the case of Visual Studio-style builds. We can even decide to not use it by keeping CAIROMM_API empty, such as in the case of building static libraries or when using GCC's autoexporting mechanism. | |||||
2020-04-25 | Add support for building cairomm with Meson | Kjell Ahlstedt | 1 | -0/+21 | |
cairomm can be built with either Autotools or Meson. Fixes #20 |