aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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 Baker7-19/+28
2019-04-22fortran: fix compile.links() when passing dependenciesTamer Fahmy1-1/+1
2019-04-22Use individual entries for '-Wl,-rpath-link'Fernando Ramos1-6/+12
2019-04-22Update list of potential scan-build binaries. Closes #5287.Jussi Pakkanen1-3/+6
2019-04-22Remove extra directory in failing testJon Turney1-0/+0
2019-04-22Add support for the Xtensa toolchainFernando Ramos2-1/+6
2019-04-22i18n: add args keyword to merge_fileKonstantin9-5/+51
2019-04-22Fix table layout. [skip ci]Jussi Pakkanen1-19/+19
2019-04-21dist: recurse into git submodulesVladimír Čunát2-2/+3
2019-04-21coredata: store cross/native files in the same form they will be used (#5224)Dylan Baker3-33/+45
2019-04-21rewriter: fix error messageDaniel Mensinger1-1/+1
2019-04-21Merge pull request #5289 from mesonbuild/fixxpassJussi Pakkanen6-12/+49
2019-04-21Can run argument strings with internal Python. Closes #5217.Jussi Pakkanen3-9/+33
2019-04-21Make it work on Cygwin.Jussi Pakkanen2-9/+24
2019-04-21Report xpass results as failures.Jussi Pakkanen4-3/+25
2019-04-20Merge pull request #5250 from jon-turney/test-compiler-reportJussi Pakkanen7-63/+60
2019-04-20Merge pull request #5284 from makise-homura/update_lcc_supportJussi Pakkanen4-9/+16
2019-04-20Updated meson --help outputTheQwertiest1-33/+35
2019-04-19Fix indentationmakise-homura1-3/+3
2019-04-19Correctly find lfortran for Elbrus compilermakise-homura1-1/+5
2019-04-19Add -std= remap support for Elbrus compilermakise-homura1-2/+2
2019-04-19Handle cpp_debugstl option for Elbrus compilermakise-homura1-2/+5
2019-04-19Making number of arguments consistent in get_library_dirsmakise-homura1-1/+1
2019-04-19Fix concatenation of library dirsmakise-homura1-1/+1
2019-04-18interpreter: Check the meson version before parsing optionsNirbheek Chauhan2-6/+21
2019-04-18unit tests: Skip toolset version test on VS2015 and olderNirbheek Chauhan1-0/+3
2019-04-18vs: Update toolset table for VS 2019Nirbheek Chauhan2-0/+19
2019-04-18Add a test case for dependency(method:'config-tool') with an unknown nameJon Turney1-0/+2
2019-04-16add test case for generator dependenciesPaolo Bonzini1-0/+14
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 Bonzini2-3/+11
2019-04-16Add VS2019 backend CI and docs.Anton Kochkov6-4/+67
2019-04-15Shaderc pkg configDylan Baker1-3/+16
2019-04-15gpgme dependency: verify that pkg-config works on newer gpgmeEli Schwartz1-0/+6
2019-04-15fix gpgme support by preferring pkg-config where possibleEli Schwartz3-3/+6
2019-04-15(#5260) link to builtin options in `library()` fnKeefer Rourke1-2/+3
2019-04-15Don't always skip objc/objc++ tests on WindowsJon Turney1-2/+2
2019-04-15Note when clang objc/objc++ compiler is Windows targetedJon Turney1-0/+4
2019-04-15azure: Fix some places where an unexpected compiler is being picked upJon Turney2-3/+4
2019-04-15Flush run_tests output so it appears before the test subprocesses it runsJon Turney1-3/+3