aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild/backend
AgeCommit message (Expand)AuthorFilesLines
2019-03-20mesonbuild: allow multiple --cross-file optionsRoss Burton1-2/+1
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
2019-02-18Fix console log from generator with multiple output nodesjml17951-4/+8
2019-02-16Merge pull request #4917 from nioncode/vs-fixTargetDependenciesJussi Pakkanen1-10/+26
2019-02-15Remove remaining cross-specific compiler-args codeJohn Ericson3-25/+19
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-13vs: link dependencies of link_whole targetsNicolas Schneider1-6/+15
2019-02-13vs: do not automatically link dependenciesNicolas Schneider1-0/+4
2019-02-13vs: use project references in vcxproj instead of the sln fileNicolas Schneider1-8/+11
2019-02-13ninja: Always treat PCHs as an implicit dependencyAndrei Alexeyev1-8/+1
2019-02-12vs: refactor regen target creationNicolas Schneider1-28/+16
2019-02-12vs: always consider run, install, and test targets out-of-dateNicolas Schneider1-26/+23
2019-02-12vs: remove regen project dependency from solution fileNicolas Schneider1-2/+0
2019-02-12vs: add reconfigure checks for each targetNicolas Schneider1-3/+9
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-04Merge pull request #4626 from Ericson2314/consolidate-propertiesJussi Pakkanen3-18/+40
2019-02-04vs: add PCH headers to projectNicolas Schneider1-1/+4
2019-02-02Never access environment.properties downstreamJohn Ericson3-18/+40
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-29pep8 py37Michael Hirsch, Ph.D2-18/+18
2019-01-29vs: fix PCHNicolas Schneider1-23/+28
2019-01-27vs: escape embedded quotes of run targetsNicolas Schneider1-0/+3
2019-01-17custom_target: do not let install override build_by_defaultLuca Boccassi1-3/+5
2019-01-07Calculate target paths correctly when workdir is set.Jussi Pakkanen1-1/+8
2019-01-07ninjabackend: Adding missing shell quotes for compiler argumentsRobert Bragg1-4/+4
2019-01-06Better list prependingDaniel Mensinger1-1/+4
2019-01-06Fixed CI issuesDaniel Mensinger1-8/+17
2019-01-06Make custom command sources slightly more usefulDaniel Mensinger1-1/+7
2019-01-06Fixed hashDaniel Mensinger1-1/+1
2019-01-06Code cleanup and renamed variablesDaniel Mensinger1-3/+2
2019-01-06Fixed flake8Daniel Mensinger1-1/+1
2019-01-06Absolute path generation refactoringDaniel Mensinger1-5/+3