aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild/backend
AgeCommit message (Expand)AuthorFilesLines
2019-04-29Added custom_target[i] support for link_with and link_wholeTheQwertiest2-3/+11
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
2019-04-01Merge pull request #5103 from mesonbuild/linkcustomJussi Pakkanen1-0/+10
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 Pakkanen2-7/+0
2019-03-20Merge pull request #5083 from rossburton/crossfilesJussi Pakkanen1-2/+1
2019-03-20replace library type strings with an enumDylan Baker1-3/+3
2019-03-20mesonbuild: allow multiple --cross-file optionsRoss Burton1-2/+1
2019-03-19dependencies/openmp: Don't special case OpenMPDylan Baker2-7/+0
2019-03-18Can link against custom targets. Closes #4908.Jussi Pakkanen1-0/+4
2019-03-18Add test script to generate a static library with a custom target.Jussi Pakkanen1-0/+6
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-03Merge pull request #4958 from bonzini/tapJussi Pakkanen1-2/+3
2019-03-02Move the optimization options in the compiler configSteve Lhomme1-22/+21
2019-03-02interpreter: add "protocol" kwarg to testPaolo Bonzini1-2/+3
2019-03-01auto generate msvc pch source file if none is provided by the userNicolas Schneider3-14/+47
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-24vs: add support for `build_always_stale` for custom targetsNicolas Schneider1-4/+14
2019-02-24xcode backend: Add target dependency link argsDavid Vanderson1-0/+2
2019-02-21vs: use CustomBuild instead of CustomBuildStep for custom targetsNicolas Schneider1-5/+2
2019-02-18Improve handling of gui_appAndrei Alexeyev1-2/+12