aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2019-04-12interpreter: use container explosion where it makes senseDylan Baker1-20/+10
2019-04-12interpreter: use zip functionDylan Baker1-3/+1
2019-04-12Added a unit test for built-in options docsTheQwertiest1-0/+36
2019-04-10Update Built-in Option c_std for C17. Closes #4842.jrl644-6/+28
2019-04-10Add support for VS2019. Closes #4640.Jussi Pakkanen3-1/+8
2019-04-10docs: Change 0.51 to 0.50.1 [skip ci]Dylan Baker1-1/+1
2019-04-10[docs] Reordered options and fixed a typo [skip ci]TheQwertiest1-2/+2
2019-04-09docs: Document pkg_config_path and cross_ options [skip ci]Dylan Baker1-17/+24
2019-04-09Use LDFLAGS only on languages that need it. Closes #5215.Jussi Pakkanen1-1/+12
2019-04-08Merge pull request #5225 from dcbaker/threads-is-not-specialJussi Pakkanen8-33/+12