aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild/backend
AgeCommit message (Expand)AuthorFilesLines
2019-06-27meson_exe: Don't assert that we need an exe_wrapper when we say we don't need...Dylan Baker1-2/+4
2019-06-24Merge pull request #5524 from scivision/icl_ifortDylan Baker1-3/+3
2019-06-24meson: add cache for getting optionsMarcel Hollerbach1-0/+1
2019-06-24correct missing argument for IntelClFortranCompilerMichael Hirsch, Ph.D1-3/+3
2019-06-23BUGFIX: Fortran module regex handle more edge casesMichael Hirsch, Ph.D1-4/+4
2019-06-21Do not quote targetdep, Ninja fails if it contains double quotes.Jussi Pakkanen1-1/+1
2019-06-20fortran depscan: ignore module procedureMichael Hirsch, Ph.D1-2/+2
2019-06-20BUGFIX syntaxMichael Hirsch, Ph.D1-7/+10
2019-06-09Purge `is_cross` and friends without changing user interfacesJohn Ericson4-214/+185
2019-06-09Use `env.machines.*` to avoid some `is_cross`John Ericson2-4/+4
2019-06-08Moved RuntimeLibrary property to ItemDefinitionGroup/ClCompilefilippocrocchini1-9/+10
2019-06-03ninjabackend: refactor _generate_single_compileMarcel Hollerbach1-19/+24
2019-06-03backend: refactor get_custom_target_provided_librariesMarcel Hollerbach1-3/+11
2019-05-20Generators can have extra target dependencies. Closes #4131.Jussi Pakkanen1-0/+1
2019-05-20Switch from build.compiler to environment.coredata.compiler in backendsJon Turney1-10/+10
2019-05-20Remove a pointless conditionalJon Turney1-5/+2
2019-05-16Merge pull request #5395 from dcbaker/mtest-annotationsJussi Pakkanen1-2/+7
2019-05-15UserOption no longer has a name field.John Ericson1-3/+2
2019-05-14backends: Annotate TestSerialisiationDylan Baker1-2/+7
2019-05-13backends/ninja: Ifort is msvc-like but doesn't have showincludesDylan Baker1-0/+4
2019-05-03compilers: Split C-Like functionality into a mixin classesDylan Baker2-9/+9
2019-05-02Merge pull request #5311 from mensinda/flake8PluginsJussi Pakkanen4-14/+16
2019-04-29Cleaned up `isinstance` usageTheQwertiest1-1/+1
2019-04-29Added special handling of CustomTargetIndex in VS backendTheQwertiest1-1/+5
2019-04-29Added custom_target[i] support for link_with and link_wholeTheQwertiest2-3/+11
2019-04-29Fixed unnecessary .items()Daniel Mensinger3-11/+11
2019-04-29Fix unused variables warningsDaniel Mensinger3-8/+8
2019-04-29Fix flake8-bugbear warningsDaniel Mensinger1-1/+3
2019-04-29Fix builtin variable namesDaniel Mensinger1-2/+2
2019-04-28Merge pull request #5309 from jon-turney/ninja-backend-refactoringJussi Pakkanen1-383/+380
2019-04-27ninja: Suppress unused rules in outputJon Turney1-1/+14
2019-04-27ninja: Expand comment on shell-unquoted ninja variablesJon Turney1-1/+4
2019-04-27ninja: Push concatenation of command down into NinjaRuleJon Turney1-79/+47
2019-04-27ninja: Remove unneeded outfile args (build statements)Jon Turney1-88/+88
2019-04-27ninja: Store build statementsJon Turney1-47/+59
2019-04-27ninja: Remove unneeded outfile args (rules)Jon Turney1-33/+32
2019-04-27ninja: Store rulesJon Turney1-180/+181
2019-04-25Don't use len() to test for container emptinessDylan Baker1-2/+2
2019-04-23ninja: Move things which aren't rules or build statements up to generate()Jon Turney1-9/+10
2019-04-23ninja: Remove use of unset ninja variable 'aliasing'Jon Turney1-2/+2
2019-04-23Don't use mutable types as default argumentsDylan Baker1-3/+9
2019-04-19Fix concatenation of library dirsmakise-homura1-1/+1
2019-04-16vs2010backend: emit dependencies for generatorsPaolo Bonzini1-0/+3
2019-04-16vs2010backend: fix flake8 issuePaolo Bonzini1-1/+0
2019-04-16generator: add dependency on generator in source treePaolo Bonzini1-1/+1
2019-04-16Add VS2019 backend CI and docs.Anton Kochkov2-1/+35
2019-04-10Add support for VS2019. Closes #4640.Jussi Pakkanen2-0/+7
2019-04-08Merge pull request #5225 from dcbaker/threads-is-not-specialJussi Pakkanen2-7/+0
2019-04-05dependencies/misc: don't special case threadsDylan Baker2-7/+0
2019-04-04backends/ninja: Add native files to rebuild dependenciesDylan Baker1-0/+1