meson/mesonbuild/compilers
Martin Dørum a16ec8b0fb cpp: fix _LIBCPP_ENABLE_ASSERTIONS warning
libc++ deprecated _LIBCPP_ENABLE_ASSERTIONS from version 18.
However, the libc++ shipped with Apple Clang backported that
deprecation in version 17 already,
which is the version which Apple currently ships for macOS.
This PR changes the _LIBCPP_ENABLE_ASSERTIONS deprecation check
to use version ">=17" on Apple Clang.
2025-05-02 15:27:58 +03:00
..
mixins compilers: introduce common helper for sanity checks 2025-04-30 00:14:44 +03:00
__init__.py interpreter: Error if java sources used with non-jar target (#14424) 2025-04-09 09:13:39 -07:00
asm.py Add Linear ASM compiler 2025-01-09 14:52:09 +02:00
c.py coredata: move MutableKeyedOptionDict to options 2025-04-08 10:00:16 -07:00
c_function_attributes.py Add support for GCC's null_terminated_string_arg function attribute 2024-05-07 15:33:32 -07:00
compilers.py compilers: introduce common helper for sanity checks 2025-04-30 00:14:44 +03:00
cpp.py cpp: fix _LIBCPP_ENABLE_ASSERTIONS warning 2025-05-02 15:27:58 +03:00
cs.py compilers: introduce common helper for sanity checks 2025-04-30 00:14:44 +03:00
cuda.py compilers: introduce common helper for sanity checks 2025-04-30 00:14:44 +03:00
cython.py coredata: move MutableKeyedOptionDict to options 2025-04-08 10:00:16 -07:00
d.py compilers: introduce common helper for sanity checks 2025-04-30 00:14:44 +03:00
detect.py linkers: pass system to DynamicLinker.__init__ for Darwin linkers 2025-04-16 12:17:25 +03:00
fortran.py coredata: move MutableKeyedOptionDict to options 2025-04-08 10:00:16 -07:00
java.py compilers: introduce common helper for sanity checks 2025-04-30 00:14:44 +03:00
objc.py coredata: move MutableKeyedOptionDict to options 2025-04-08 10:00:16 -07:00
objcpp.py coredata: move MutableKeyedOptionDict to options 2025-04-08 10:00:16 -07:00
rust.py compilers: introduce common helper for sanity checks 2025-04-30 00:14:44 +03:00
swift.py compilers: introduce common helper for sanity checks 2025-04-30 00:14:44 +03:00
vala.py Make all Meson level options overridable per subproject. 2025-02-13 23:57:48 +02:00