summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Expand)Author
2025-11-12compilers: generalize -fembed-bitcodePaolo Bonzini
2025-11-09compilers: support GCC incremental LTOSam James
2025-11-05ExternalProgram: add cmd_array to complete the offferingStéphane Cerveau
2025-11-04Add build target keyword parameter 'build_subdir' [v8]Keith Packard
2025-11-03mlog: add a new log file with the setup logsStéphane Cerveau
2025-10-29compilers: add Microchip XC32 compilerLiza Chevalier
2025-10-29Add snippets.symbol_visibility_header() methodXavier Claessens
2025-10-27rust: drop +SUFFIX from crate namePaolo Bonzini
2025-10-24modules/codegen: Add support for bison/byacc/yaccDylan Baker
2025-10-24modules/codegen: Add wrapper for lex/flex/reflexDylan Baker
2025-10-23rust: Add rust_nightly feature optionXavier Claessens
2025-10-23cargo: use both_libraries when appropriatePaolo Bonzini
2025-10-20docs: Document that Cuda doesn't honor the `prefer_static` optionDylan Baker
2025-10-20docs: Not all dependencies use `prefer_static` when `static` is unsetDylan Baker
2025-10-17cargo: define 'features' variable to be used in meson/meson.buildXavier Claessens
2025-10-17cargo: document that it is recommended to use workspacesXavier Claessens
2025-10-17cargo: support workspacesPaolo Bonzini
2025-10-15revert local_program()Eli Schwartz
2025-10-15docs: Fix documentation about sources accepted by BuildTarget(extra_files: )Dylan Baker
2025-10-15build: remove build layer validation of Executable(implib)Dylan Baker
2025-10-15Add interpreter kwarg to local_program()Xavier Claessens
2025-10-15Add local_program() functionXavier Claessens
2025-10-15Add --check-diff to meson format, to show what should be formattedJulianne Swinoga
2025-10-14cargo: load a toplevel Cargo.lockPaolo Bonzini
2025-10-14Detect dependency changes in Windows rc compilerCharles Brunet
2025-10-14Allow compiler methods to accept strings for include_directoriesCharles Brunet
2025-10-14doc: fix version for build_config optionCharles Brunet
2025-10-14compilers: clang: pass /nodefaultlibPaolo Bonzini
2025-10-14Generate Android cross files with env2mfile.Jussi Pakkanen
2025-10-08doc: fix bindgen exampleMarc-André Lureau
2025-10-08vala: Add method to get generated GIR from a build_targetDylan Baker
2025-10-08vala: Add method to build_target to get generated vapi fileDylan Baker
2025-10-08vala: add a method to get a generated vala headerDylan Baker
2025-10-08docs: Add vala_header, vala_vapi, and vala_gir to build_target docsDylan Baker
2025-10-06docs: fix meson.build example for cementing a version from VCSChris Mayo
2025-10-05Document that custom_target outputs cannot be in a subdirectorySupreeeme
2025-10-01Add documentation for naming scheme.Jussi Pakkanen
2025-10-01Allow CustomTarget source for i18n.xgettextCharles Brunet
2025-09-24compilers: clang: map -Db_vscrt to -fms-runtime-libPaolo Bonzini
2025-09-15docs: fix pre-1.8 order for per-subproject optionsPaolo Bonzini
2025-09-15options: put back in place 1.7 ordering of opt=value vs subp:opt=valuePaolo Bonzini
2025-09-11Document internal dep support in pkgconfig.generate `requires` argBenjamin Gilbert
2025-09-04docs: Fix grammar ("has" -> "have")William Pursell
2025-09-03docs: belatedly generate release notes for 1.9.0Eli Schwartz
2025-09-04gnome: Add missing install tag for vapi .deps fileThomas Mühlbacher
2025-09-03Use https for mesonbuild.comTobias Stoeckmann
2025-09-03Add docs on dependency handling conventions for upstream WrapDB projectsWill Ayd
2025-09-03docs: fix minor error in qt6 modulemeator
2025-08-29docs: clarify dict keys() and values() returns sorted arraysMarvin Scholz
2025-08-29interpreter: add dict.values() methodMarvin Scholz