aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild/backend
AgeCommit message (Expand)AuthorFilesLines
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
2020-12-03Add prelinking support for static libraries.Jussi Pakkanen1-1/+20
2020-11-26Bump Ninja requirement to 1.8.Jussi Pakkanen1-2/+2
2020-11-20use real pathlib moduleDylan Baker3-3/+3
2020-11-15ninjabackend: stabilize order of dependencies and order-only dependenciesPaolo Bonzini1-2/+2
2020-11-13ninjabackend: Fix a couple of rust bugsDylan Baker1-2/+3
2020-11-13ninjabackend: fix matching of empty stringsAlexander Neumann1-1/+1
2020-11-10ninjabackend: apply base compile_args to rust targetsDylan Baker1-2/+5
2020-11-05rust: implement support for --editionDylan Baker1-0/+3
2020-10-18build: use PIE objects for static libraries if b_staticpic=false but b_pie=truePaolo Bonzini1-1/+1
2020-10-15intro: Add extra_files key to intro output (fixes #7310)Daniel Mensinger1-1/+1
2020-10-14vs: add static_from_buildtype to b_vscrtPeter Harris1-0/+7
2020-10-07Add win_subsystem kwarg. Closes #7765.Jussi Pakkanen2-3/+11
2020-10-04Fixed using files object in subdir with xcode backendOskar Sigvardsson1-1/+1
2020-10-04pathlib: Fix resolve() by overriding it in Python 3.5Daniel Mensinger3-5/+5