aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-04-22mesonlib: Add some type annotationsDylan Baker1-9/+21
2019-04-22envconfig: simplify exception handling.Dylan Baker1-10/+6
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
2019-04-15Report detected compilers in run_project_testsJon Turney1-5/+18
2019-04-14docs/fallback-wraptool: wrap to 80 charactersDylan Baker1-6/+14
2019-04-14docs: update fallback wraptool docs [skip ci]Dylan Baker1-2/+2
2019-04-13interpreter: Warn when environment() ops are overridenNirbheek Chauhan5-1/+48
2019-04-13mintro: Fix set_variable plus assign bug (closes #5256)Daniel Mensinger2-0/+4
2019-04-13Run postconf scripts absolutely last.Elliott Sales de Andrade1-2/+3
2019-04-13TST: Actually check that postconf introspection works.Elliott Sales de Andrade2-1/+19
2019-04-12Unfold cross-compilation case from compilers_from_language()Jon Turney1-43/+21
2019-04-12Push formatting of compiler version string down into Compiler classJon Turney2-7/+8