summaryrefslogtreecommitdiff
path: root/mesonbuild/backend/backends.py
AgeCommit message (Expand)Author
2025-12-17backend: improve error message about install_dir install_count mismatchDylan Baker
2025-12-16review get_subdir vs get_builddirPaolo Bonzini
2025-11-19compilers: Remove Environment parameter from Compiler.get_option_compile_argsDylan Baker
2025-11-19compilers: Remove Environment parameter from Compiler.get_option_std_argsDylan Baker
2025-11-19compilers: Remove Environment parameter from Compiler.get_program_dirsDylan Baker
2025-11-19compilers: Remove Environment parameter from Compiler.get_library_dirsDylan Baker
2025-11-17Support Visual Studio 2026.Jussi Pakkanen
2025-11-14Extension of the executable is `exe' on OS/2KO Myung-Hun
2025-11-12build: Use a tuple for pch dataDylan Baker
2025-11-11vala: Remove space from --target-glib versionChris Mayo
2025-11-04Add build target keyword parameter 'build_subdir' [v8]Keith Packard
2025-11-03backends: add CustomTargetIndexes to meson-{test,benchmark}-prereqPaolo Bonzini
2025-10-29environment, backends: remove is_* methodsPaolo Bonzini
2025-10-16backend: remove InterpreterPaolo Bonzini
2025-10-16build, backend: store build_def_files in BuildPaolo Bonzini
2025-10-16build: do not pass Interpreter to Generator.process_filesPaolo Bonzini
2025-10-16build: store Environment in GeneratorPaolo Bonzini
2025-10-15revert local_program()Eli Schwartz
2025-10-15Add support for LocalProgram to override_find_program()Xavier Claessens
2025-10-14Make use of build TypeAliasesDylan Baker
2025-10-03backend: fix typing of get_target_dir_relative_toDylan Baker
2025-09-22utils, backends: add and use unique_listPaolo Bonzini
2025-08-25linkers: Fix dsymutil being unable to symbolicate binaries with LTOL. E. Segovia
2025-08-18Revert "backends: Use POSIX paths for target paths"Jussi Pakkanen
2025-08-10minstall: allow missing symlink destination in `install_symlink`Konstantin Kharlamov
2025-08-01move rpath functions from Backend to BuildTargetCharles Brunet
2025-08-01typing: determine_rpath_dirs is only called with BuildTargetCharles Brunet
2025-08-01simplify get_external_rpath_dirsCharles Brunet
2025-07-29ninjabackend: pass objects to generate_rust_target from non-Rust sourcesPaolo Bonzini
2025-07-13backends: Use POSIX paths for target pathsL. E. Segovia
2025-06-23vala: Also add --target-glib if glib is built as subprojectFlorian "sp1rit"​
2025-06-17Test serialization: Simplify determination of Windows extra pathsLuca Bacci
2025-06-17Test serialization: Also look for depends when setting PATH on WindowsLuca Bacci
2025-06-17Test serialization: set LD_LIBRARY_PATH also on DarwinLuca Bacci
2025-06-03gnome.mkenums: Fix get_executable_serialisation passing ExternalPrograms scri...L. E. Segovia
2025-05-22gnome.mkenums: Allow passthrough of ExternalPrograms to enable converting onl...L. E. Segovia
2025-05-22gnome.mkenums: Use rspfiles on Windows when possibleL. E. Segovia
2025-04-23determine_windows_extra_paths: sort internal dependencies firstLuca Bacci
2025-04-04compilers: introduce get_option_std_argsPaolo Bonzini
2025-04-02compilers: introduce get_exe() and get_exe_args()Paolo Bonzini
2025-03-20handle monorepo license files specified in project() via ../Eli Schwartz
2025-03-10coredata: replace get_option with optstore.get_value_forDylan Baker
2025-03-09Optimize canonicalize_filenameCharles Brunet
2025-03-09mesonlib: extract and optimize is_parent_pathPaolo Bonzini
2025-02-27use ElementaryOptionValues instead of open coding... againDylan Baker
2025-02-19build: Optimize transitive link dep resolutionCampbell Jones
2025-02-13Make all Meson level options overridable per subproject.Jussi Pakkanen
2025-01-31Fix PATH for SharedModule in Windows devenvCharles Brunet
2025-01-27backends: cache file names for ExtractedObjectsPaolo Bonzini
2025-01-27backends: remove proj_dir_to_build_root from _determine_ext_objsPaolo Bonzini