spiegel-keyman/mac/mcompile
Marc Durdin 808b6557d6 maint(common): use cpp_std=c++17 in meson project default_options
We attempted to set the C++ version in standard.meson.build, but this
does not work well as the option name varies by platform, and it also
triggers a warning in meson. This fix moves the setting into each
meson.build project() default_options. As there are only a handful
of these, the maintenance burden is not high.

Fixes: #14432
Relates-to: #14355
Build-bot: build
Test-bot: skip
2025-08-01 10:23:57 +10:00
..
.gitignore feat(mac): add build.sh 2024-08-14 16:00:27 +02:00
build.sh chore (common): rename do_clean, do_configure, do_build, do_test to do_meson_... 2024-10-10 11:13:59 +02:00
keymap.cpp feat (mac): set OPtimize Option to -O2; resolve problem in UCKeyTranslate: check noErr only after 2nd use of UCKeyTranslate 2024-10-02 17:38:20 +02:00
keymap.h chore (mac): remove argc, use VK_SPACE, use _countof() 2024-09-13 09:50:42 +02:00
mc_import_rules.cpp refactor(mac): use km_types from common 2024-08-14 14:09:58 +02:00
mc_import_rules.h feat(mac): swapped comments 2024-08-06 10:58:28 +02:00
mc_kmxfile.cpp chore(mac): change bitmapoffset + bitmapsize to prevent buffer problems 2024-09-09 18:09:15 +02:00
mc_kmxfile.h feat(mac): mcompile remove u16, kmx_file from mcompile-mac and use from common 2024-08-14 15:33:14 +02:00
mcompile.cpp feat (mac): new message if SaveKeyboard fails 2024-10-08 18:56:03 +02:00
mcompile.h chore (mac): mac_run and minor things (edits, comments,...) 2024-09-12 18:16:11 +02:00
meson.build maint(common): use cpp_std=c++17 in meson project default_options 2025-08-01 10:23:57 +10:00