aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild/backend
AgeCommit message (Expand)AuthorFilesLines
2021-02-07Merge pull request #8162 from dcbaker/wip/2021-01/rust-module-bindgenJussi Pakkanen1-7/+12
2021-02-07Merge pull request #8305 from xclaesse/run-target-envJussi Pakkanen3-108/+54
2021-02-06backends/ninja: Implement linking a C ABI target into a rust targetDylan Baker1-7/+12
2021-02-05vala: Disable unity buildsDylan Baker2-14/+13
2021-02-05ninjabackend: add a few annotationsDylan Baker1-5/+7
2021-02-05ninjabackend: Remove useless call to replace_paths()Xavier Claessens2-5/+4
2021-02-05backend: Do not check for exe wrapper twiceXavier Claessens3-17/+4
2021-02-05run_target: Add env kwargXavier Claessens3-86/+46
2021-02-04xcode-backend: add implicit includesJeff Moguillansky3-14/+18
2021-02-04xcode-backend: set global link argsJeff Moguillansky1-0/+3
2021-02-04xcode-backend: fix include pathsJeff Moguillansky1-1/+2
2021-01-30add_install_script: add skip_if_destdir kwargXavier Claessens1-0/+1
2021-01-30build: add function get_build_targets to Build classJeff Moguillansky1-33/+33
2021-01-30Fix executable as script on WindowsXavier Claessens1-31/+38
2021-01-28xcode-backend: fix include pathsJeff Moguillansky1-0/+3
2021-01-27custom_target: Add env kwargXavier Claessens3-7/+12
2021-01-25Merge pull request #8236 from dcbaker/submit/rust-fix-generated-sources-in-su...Jussi Pakkanen1-1/+1
2021-01-25Add ARM64EC as a new conceptual cpu type of arm64Ben Niu1-1/+7
2021-01-23Merge pull request #8226 from jonaslb/fortranstaticJussi Pakkanen2-11/+18
2021-01-23split mesonlib into a packageDylan Baker2-3/+3
2021-01-21ninjabackend: Correctly reference custom_target outputs in subdirs with rustDylan Baker1-1/+1
2021-01-21Unity build reverts to normal for fortran fixJonas Lundholm Bertelsen2-7/+10
2021-01-20ninjabackend: Correct RPATH orderFini Jastrow1-19/+20
2021-01-20When iterating link_targets, include link_whole_targets too (fortran)Jonas Lundholm Bertelsen2-2/+6
2021-01-20Use case-insensitive suffix check for fortranJonas Lundholm Bertelsen1-2/+2
2021-01-19backend/ninja: Add order dependencies for generated sources in rustDylan Baker1-2/+5
2021-01-19rust: Accept generated sources for main.rsDylan Baker1-1/+12
2021-01-19Replace NinjaBackend is_rust_target with build.uses_rustDylan Baker1-8/+1
2021-01-17Removal of /ZI on MSVC DebugMarios Staikopoulos1-4/+5
2021-01-13backends/backends: Add type annotations for InstallDataDylan Baker1-27/+36
2021-01-11use PEP8 style naming for LANGUAGES_USING_* as wellDylan Baker1-2/+2
2021-01-05mtest: Add support for rust unit testsDylan Baker1-0/+5
2021-01-04fix: llvm toolset is "ClangCL" in VS2019.Luke Elliott1-1/+1
2021-01-04Use a single coredata dictionary for optionsDylan Baker4-41/+40
2021-01-04use OptionKey for builtin and base optionsDylan Baker3-37/+39
2021-01-04move OptionKey to mesonlibDylan Baker2-4/+2
2021-01-04use OptionKey for compiler_optionsDylan Baker3-19/+19
2021-01-04use OptionKey for backend_optionsDylan Baker2-4/+6
2021-01-04use OptionKey for coredata.user_optionsDylan Baker1-1/+1
2020-12-29Only do module scanning if C++ version is latest.Jussi Pakkanen1-0/+2
2020-12-28Fix network path output in ninja backend on WindowsSamuel Longchamps1-0/+7
2020-12-25Extend the C++ module scanner to handle Fortran, too.Jussi Pakkanen1-35/+48
2020-12-14Propagate Windows target checks upLaurin-Luis Lehning1-4/+6
2020-12-14Give get_gui_app_args access to the EnvironmentLaurin-Luis Lehning1-1/+2
2020-12-14Give get_win_subsystem_args access to envLaurin-Luis Lehning1-1/+1
2020-12-13Add mypy annotations.Jussi Pakkanen1-1/+1
2020-12-13Scan all C++ sources and ignore everything else.Jussi Pakkanen1-5/+33
2020-12-13C++ module compilation works for a simple project.Jussi Pakkanen1-5/+21
2020-12-12Generate dependency scanning hooks in the Ninja file.Jussi Pakkanen1-9/+45
2020-12-11Generate scanning rules for C++ modules.Jussi Pakkanen1-0/+24