2022-09-21 Kjell Ahlstedt 2.50.1 2022-09-12 Kjell Ahlstedt Convert README to README.md 2022-05-24 Chun-wei Fan meson/MSVC: Re-organize warning-related compiler flags Add a short description for each of the warning-related compiler flags that we apply globally. Also, apply '/wd4267' only when we are building a 64-bit build, as that warning should only be related to 64-bit builds. 2022-05-20 Kjell Ahlstedt meson.build: Avoid configuration warnings 2022-03-18 Kjell Ahlstedt CI: Use artifacts to transfer data between stages, part 2 2022-03-16 Kjell Ahlstedt CI: Build documentation of dependencies Build documentation of libsigc++, glibmm, cairomm, or else pangomm's inheritance diagrams will be incomplete due to missing tag files. 2022-03-16 Kjell Ahlstedt CI: Use artifacts to transfer data between stages 2022-02-27 Kjell Ahlstedt CI: Don't build everything with warnings=fatal Build only pangomm with warnings=fatal. Select latest released version of libsigc++3. 2022-02-27 Kjell Ahlstedt meson.build: Check if Perl is required for building documentation New versions of mm-common use the Python scripts doc_postprocess.py and doc_install.py instead of the Perl scripts doc-postprocess.pl and doc-install.pl when documentation is built. 2022-02-22 Kjell Ahlstedt Context::get_font_map(): Fix reference count pango_context_get_font_map() returns "(transfer none)". See https://mail.gnome.org/archives/gtkmm-list/2022-February/msg00031.html 2022-02-15 Kjell Ahlstedt meson.build: Specify 'check' option in run_command() The default value will be changed in future Meson releases. Don't use deprecated python3.path(). Let import('python').find_installation() always find the python installation used to run Meson. 2022-01-04 Kjell Ahlstedt CI: Reinsert 'meson test' now with (hopefully) correct YAML syntax. 2022-01-04 Kjell Ahlstedt CI: Skip 'meson test' 2022-01-04 Kjell Ahlstedt CI: Don't build documentation of dependencies