aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild/backend/ninjabackend.py
AgeCommit message (Expand)AuthorFilesLines
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
2019-02-15Remove a useless `cross_args` which is always emptyJohn Ericson1-3/+1
2019-02-15Remove get_cross_extra_flagsJohn Ericson1-20/+4
2019-02-13ninja: Always treat PCHs as an implicit dependencyAndrei Alexeyev1-8/+1
2019-02-11BUGFIX: ignore non-ascii Fortran charactersMichael Hirsch, Ph.D1-4/+3
2019-02-09BUGFIX: handle Fortran 2003 "use" syntaxMichael Hirsch, Ph.D1-1/+3
2019-02-09Merge pull request #4860 from nioncode/fixPchJussi Pakkanen1-13/+26
2019-02-05Fortran 2008 submodule (#4874)Michael Hirsch, Ph.D1-6/+33
2019-02-02Never access environment.properties downstreamJohn Ericson1-4/+9
2019-02-01msvc: fix PCH stalenessNicolas Schneider1-1/+8
2019-02-01use same compiler args for pch as for regular targetNicolas Schneider1-12/+18
2019-01-31find_library: Check arch of libraries on DarwinNirbheek Chauhan1-3/+2
2019-01-29BUGFIX: allow fc.run(code) to work, pick only Fortran moduleMichael Hirsch, Ph.D1-4/+1
2019-01-07ninjabackend: Adding missing shell quotes for compiler argumentsRobert Bragg1-4/+4