summaryrefslogtreecommitdiff
path: root/mesonbuild
AgeCommit message (Expand)Author
2025-11-17mtest: consistently, sanely, exit "1" if tests failEli Schwartz
2025-11-17mtest: add convenience key to testlog.json for "is a failure"Eli Schwartz
2025-11-17rust: allow either crate names or target names in the dependency mapPaolo Bonzini
2025-11-17Support Visual Studio 2026.Jussi Pakkanen
2025-11-14interpreter: Robustly covert executable arguments to shared_library argumentsDylan Baker
2025-11-14build: Add `android_exe_type` to the Executable keyword argumentsDylan Baker
2025-11-14Add `os2_emxomf' option to generate OMF files on OS/2KO Myung-Hun
2025-11-14Get library name patterns with proper prefixes and suffixes on OS/2KO Myung-Hun
2025-11-14Add `shortname' kwarg for a short DLL name on OS/2KO Myung-Hun
2025-11-14Generate a shared library and an import library correctly on OS/2KO Myung-Hun
2025-11-14Extension of the executable is `exe' on OS/2KO Myung-Hun
2025-11-14PIC is always enabled on OS/2KO Myung-Hun
2025-11-14Add a proper flag for pthread on OS/2KO Myung-Hun
2025-11-14OS/2 linker does not support a thin archiveKO Myung-Hun
2025-11-14Add functions to determine if OS/2KO Myung-Hun
2025-11-14Add OS2 dynamic linker supportKO Myung-Hun
2025-11-14make str and meson.version() API align again.Eli Schwartz
2025-11-14version_compare with meson.version() override should log when it doesn't workEli Schwartz
2025-11-13vala: utilize depfilesValeri Ochinski
2025-11-12rust: allow linking with sanitizer-enabled C librariesPaolo Bonzini
2025-11-12compilers: pass target and env to sanitizer_*_argsPaolo Bonzini
2025-11-12rust: call compilers.get_base_link_argsPaolo Bonzini
2025-11-12rust: always pass -C default-linker-librariesPaolo Bonzini
2025-11-12rust: use proper linker arguments to get the MSVC runtime libraryPaolo Bonzini
2025-11-12rust: add full set of linker argument functions to RustCompilerPaolo Bonzini
2025-11-12compilers: generalize -fembed-bitcodePaolo Bonzini
2025-11-12rust: add get_lto_compile_argsPaolo Bonzini
2025-11-12linkers: add -no_warn_duplicate_libraries when testing for arguments to Apple ldPaolo Bonzini
2025-11-12ninjabackend: rust: add linker args for cdylibsPaolo Bonzini
2025-11-12interpreter: move backend type checking to interpreterDylan Baker
2025-11-12build: Use a tuple for pch dataDylan Baker
2025-11-12intepreter: Move remaining PCH validation to InterpreterDylan Baker
2025-11-12interpreter: Move most of the remaining validation to the InterpreterDylan Baker
2025-11-12interpreter: move deprecation validation for *_pch to the interpreterDylan Baker
2025-11-12Interpreter: do basic validation of PCH files in interpeterDylan Baker
2025-11-11compilers: support prelinking with ClangAlois Wohlschlager
2025-11-11compilers: clang: allow ThinLTO with bfdSam James
2025-11-11vala: Remove space from --target-glib versionChris Mayo
2025-11-10Fix detection of ifunc attribute on clang++Bruce Merry
2025-11-09Fix inverted RTTI logic in Intel C++ compilerTudor Gradinaru
2025-11-09compilers: support GCC incremental LTOSam James
2025-11-09compilers: gnu: prepare for more work in get_lto_compile_argsSam James
2025-11-09compilers: gnu: clean up get_lto_link_argsSam James
2025-11-09compilers: gnu: implement get_lto_link_argsSam James
2025-11-06environment: handle machine file options sections with more than one subprojectDylan Baker
2025-11-05interpreter: Move validation of BuildTarget(extra_files) to InterpreterDylan Baker
2025-11-05interpreter: move rust_api/rust_crate_type interaction to the interpreterDylan Baker
2025-11-05interpreter: copy keyword arguments in `build_target`Dylan Baker
2025-11-05build: Use the Literal for rust_crate_typeDylan Baker
2025-11-05interpreter: add RUST_ABI to the build_target keyword argumentsDylan Baker