aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild/backend/ninjabackend.py
AgeCommit message (Expand)AuthorFilesLines
2019-07-10Add alias_target() functionXavier Claessens1-11/+19
2019-06-27Fix two errors when cross-compiling with ValaJames Westman1-2/+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 Ericson1-151/+132
2019-06-09Use `env.machines.*` to avoid some `is_cross`John Ericson1-2/+2
2019-06-03ninjabackend: refactor _generate_single_compileMarcel Hollerbach1-19/+24
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-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 Baker1-7/+7
2019-04-29Fixed unnecessary .items()Daniel Mensinger1-6/+6
2019-04-29Fix unused variables warningsDaniel Mensinger1-5/+5
2019-04-29Fix builtin variable namesDaniel Mensinger1-2/+2
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-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-16generator: add dependency on generator in source treePaolo Bonzini1-1/+1
2019-04-05dependencies/misc: don't special case threadsDylan Baker1-5/+0
2019-03-25cleanup rebase of fortraninclude..submodMichael Hirsch, Ph.D1-80/+19
2019-03-25DRY Fortran submodule regexMichael Hirsch, Ph.D1-1/+9
2019-03-25no \b for no-gap non-stantard submodule declarationMichael Hirsch, Ph.D1-1/+1
2019-03-25tolerate no-space submodule (non-standard syntax)Michael Hirsch, Ph.D1-1/+1
2019-03-25Squashed commit of the following:Michael Hirsch, Ph.D1-15/+19
2019-03-25allow fortran submodule to have same name as moduleMichael Hirsch, Ph.D1-5/+64
2019-03-24Fix setup so test suite runs with rustc + MSVC. Closes: 5099Jussi Pakkanen1-1/+8
2019-03-22Fix Rust global and local args. Closes #5101.Jussi Pakkanen1-0/+2
2019-03-21Merge pull request #5116 from dcbaker/openmp-de-specializeJussi Pakkanen1-5/+0
2019-03-20replace library type strings with an enumDylan Baker1-3/+3
2019-03-19dependencies/openmp: Don't special case OpenMPDylan Baker1-5/+0
2019-03-14functionalize per-file Fortran dep scanMichael Hirsch, Ph.D1-54/+89
2019-03-11Add static as keyword to find_libraryNiklas Claesson1-2/+2
2019-03-01auto generate msvc pch source file if none is provided by the userNicolas Schneider1-6/+11
2019-02-27correct Fortran self-dep logicMichael Hirsch, Ph.D1-13/+15
2019-02-26Fortran: handle self-referential filesMichael Hirsch, Ph.D1-9/+19
2019-02-18Improve handling of gui_appAndrei Alexeyev1-2/+12
2019-02-18Fix console log from generator with multiple output nodesjml17951-4/+8
2019-02-15Remove remaining cross-specific compiler-args codeJohn Ericson1-8/+5