2024-01-07 Kjell Ahlstedt 1.0.6 2023-12-11 Kjell Ahlstedt skeletonmm/meson.build: Don't fail if warning_level=everything 2023-07-27 Kjell Ahlstedt util/meson_aux/libstdcxx-tag.py: Try curl without compression If the curl command fails with the --compressed option, try it without that option. Reduce the exceedingly long 1-hour timeout. See https://github.com/libsigcplusplus/libsigcplusplus/issues/98 2023-07-10 Kjell Ahlstedt Update mm-common.doap 2023-07-10 Kjell Ahlstedt Remove AUTHORS and add info to README.md See gtkmm#140 2023-05-18 Chun-wei Fan Meson: Fix use as subproject on Windows The path that we put into mm-common-get2 for pkgdatadir need to be normalized if we are building on cmd.exe consoles on Windows, such as for Visual Studio and clang-cl builds. Use Meson's fs.as_posix() to help us here. Fixes https://github.com/libsigcplusplus/libsigcplusplus/issues/89. 2023-03-05 Murray Cumming MM_AX_CXX_COMPILE_STDCXX: Merge in changes from upstream AX_CXX_COMPILE_STDCXX Take recent changes from http://git.savannah.gnu.org/gitweb/?p=autoconf-archive.git;a=blob_plain;f=m4/ax_cxx_compile_stdcxx.m4 and add MM/_MM prefixes where appropriate. This adds support for 20 as an argument for MM_AX_CXX_COMPILE_STDCXX(). 2023-01-08 Kjell Ahlstedt skeletonmm/meson.build: Simplify if-file-exists test 2023-01-04 Kjell Ahlstedt skeletonmm: Fix the evaluation of is_git_build on Windows See gtkmm#131