summaryrefslogtreecommitdiff
path: root/mesonbuild/backend
AgeCommit message (Expand)Author
2025-05-26vs2010backend: Escape linker argumentsPeter Harris
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-05-15vs2010backend: Initial MASM language supportZephyr Lykos
2025-04-23determine_windows_extra_paths: sort internal dependencies firstLuca Bacci
2025-04-16ninjabackend: ensure that native static libraries use Unix-style namingKacper Michajłow
2025-04-09Move get_rsp_threshold function to mesonlibCharles Brunet
2025-04-04rust: add external objects to the link command linePaolo Bonzini
2025-04-04backends: extract get_fortran_order_deps()Paolo Bonzini
2025-04-04compilers: introduce get_option_std_argsPaolo Bonzini
2025-04-03backend/ninja: use a two step process for dependency scanningDylan Baker
2025-04-03backend/ninja: fix cross module dependenciesDylan Baker
2025-04-03backend/ninja: depfile generation needs a full dependency on all scanned sourcesDylan Baker
2025-04-03backend/ninja: Fortran targets need to -I transitive deps private dirsDylan Baker
2025-04-03backend/ninja: fortran must fully depend on all linked targetsDylan Baker
2025-04-02ninjabackend: generate command line for rust doctestsPaolo Bonzini
2025-04-02compilers: introduce get_exe() and get_exe_args()Paolo Bonzini
2025-04-02ninjabackend: split out generation of rustc argumentsPaolo Bonzini
2025-04-02rust: new target rustdocPaolo 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-09compilers: convert `b_sanitize` to a free-form array optionPatrick Steinhardt
2025-03-09Optimize canonicalize_filenameCharles Brunet
2025-03-09mesonlib: extract and optimize is_parent_pathPaolo Bonzini
2025-03-08Fix typos in commentsco63oc
2025-03-07clang-tidy: do not add target if PCHs are not in clang formatPaolo Bonzini
2025-03-07clang-tidy: build pch files before running clang-tidyPaolo Bonzini
2025-02-28Fix Swift targets with same module name as source file nameMarco Rebhan
2025-02-27use ElementaryOptionValues instead of open coding... againDylan Baker
2025-02-19build: Optimize transitive link dep resolutionCampbell Jones
2025-02-17Add restat = 1 to Swift compile ruleMarco Rebhan
2025-02-13Make all Meson level options overridable per subproject.Jussi Pakkanen
2025-02-11Actually use return value of SwiftCompiler.get_working_directory_argsMarco Rebhan
2025-02-11ninja backend: Use swiftc flag -working-directory if availableMarco Rebhan
2025-02-03ninjabackend: remove cratetype variablePaolo Bonzini
2025-02-03ninjabackend: start adjusting for differences between rustc and rustdocPaolo Bonzini
2025-02-03rust: stop using --out-dir, move depfile into private directoryPaolo Bonzini
2025-02-03ninjabackend: unify building rpath argsPaolo Bonzini
2025-02-03ninjabackend: rust: remove code duplicationPaolo Bonzini
2025-02-03ninjabackend: rust: fix incorrect use of abspathPaolo Bonzini
2025-01-31Fix PATH for SharedModule in Windows devenvCharles Brunet
2025-01-29Fix call to object_filename_from_source in vs2010Charles Brunet
2025-01-28Fix to Meson failed to archive shared libraries in AIX.Aditya Vidyadhar Kamath
2025-01-27ninjabackend: Make header deps order-only depsarch1t3cht
2025-01-27backends: cache file names for ExtractedObjectsPaolo Bonzini
2025-01-27backends: remove proj_dir_to_build_root from _determine_ext_objsPaolo Bonzini
2025-01-27backends: remove unused argument from determine_ext_objsPaolo Bonzini
2025-01-27backends: memoize result of canonicalize_filenamePaolo Bonzini
2025-01-19ninjabackend: ensure structured_sources are populated before running clippyPaolo Bonzini
2025-01-09Merge pull request #12342 from gerioldman/TaskingCCompilerJussi Pakkanen