summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Can run argument strings with internal Python. Closes #5217.pycmdJussi Pakkanen2019-04-213-9/+33
* Merge pull request #5250 from jon-turney/test-compiler-reportJussi Pakkanen2019-04-207-63/+60
|\
| * Don't always skip objc/objc++ tests on WindowsJon Turney2019-04-151-2/+2
| * Note when clang objc/objc++ compiler is Windows targetedJon Turney2019-04-151-0/+4
| * azure: Fix some places where an unexpected compiler is being picked upJon Turney2019-04-152-3/+4
| * Flush run_tests output so it appears before the test subprocesses it runsJon Turney2019-04-151-3/+3
| * Report detected compilers in run_project_testsJon Turney2019-04-151-5/+18
| * Unfold cross-compilation case from compilers_from_language()Jon Turney2019-04-121-43/+21
| * Push formatting of compiler version string down into Compiler classJon Turney2019-04-122-7/+8
* | Merge pull request #5284 from makise-homura/update_lcc_supportJussi Pakkanen2019-04-204-9/+16
|\ \
| * | Fix indentationmakise-homura2019-04-191-3/+3
| * | Correctly find lfortran for Elbrus compilermakise-homura2019-04-191-1/+5
| * | Add -std= remap support for Elbrus compilermakise-homura2019-04-191-2/+2
| * | Handle cpp_debugstl option for Elbrus compilermakise-homura2019-04-191-2/+5
| * | Making number of arguments consistent in get_library_dirsmakise-homura2019-04-191-1/+1
| * | Fix concatenation of library dirsmakise-homura2019-04-191-1/+1
* | | Updated meson --help outputTheQwertiest2019-04-201-33/+35
|/ /
* | interpreter: Check the meson version before parsing optionsNirbheek Chauhan2019-04-182-6/+21
* | unit tests: Skip toolset version test on VS2015 and olderNirbheek Chauhan2019-04-181-0/+3
* | vs: Update toolset table for VS 2019Nirbheek Chauhan2019-04-182-0/+19
* | Add a test case for dependency(method:'config-tool') with an unknown nameJon Turney2019-04-181-0/+2
* | add test case for generator dependenciesPaolo Bonzini2019-04-161-0/+14
* | vs2010backend: emit dependencies for generatorsPaolo Bonzini2019-04-161-0/+3
* | vs2010backend: fix flake8 issuePaolo Bonzini2019-04-161-1/+0
* | generator: add dependency on generator in source treePaolo Bonzini2019-04-162-3/+11
* | Add VS2019 backend CI and docs.Anton Kochkov2019-04-166-4/+67
* | Shaderc pkg configDylan Baker2019-04-151-3/+16
* | gpgme dependency: verify that pkg-config works on newer gpgmeEli Schwartz2019-04-151-0/+6
* | fix gpgme support by preferring pkg-config where possibleEli Schwartz2019-04-153-3/+6
* | (#5260) link to builtin options in `library()` fnKeefer Rourke2019-04-151-2/+3
* | docs/fallback-wraptool: wrap to 80 charactersDylan Baker2019-04-141-6/+14
* | docs: update fallback wraptool docs [skip ci]Dylan Baker2019-04-141-2/+2
* | interpreter: Warn when environment() ops are overridenNirbheek Chauhan2019-04-135-1/+48
* | mintro: Fix set_variable plus assign bug (closes #5256)Daniel Mensinger2019-04-132-0/+4
* | Run postconf scripts absolutely last.Elliott Sales de Andrade2019-04-131-2/+3
* | TST: Actually check that postconf introspection works.Elliott Sales de Andrade2019-04-132-1/+19
|/
* interpreter: use container explosion where it makes senseDylan Baker2019-04-121-20/+10
* interpreter: use zip functionDylan Baker2019-04-121-3/+1
* Added a unit test for built-in options docsTheQwertiest2019-04-121-0/+36
* Update Built-in Option c_std for C17. Closes #4842.jrl642019-04-104-6/+28
* Add support for VS2019. Closes #4640.Jussi Pakkanen2019-04-103-1/+8
* docs: Change 0.51 to 0.50.1 [skip ci]Dylan Baker2019-04-101-1/+1
* [docs] Reordered options and fixed a typo [skip ci]TheQwertiest2019-04-101-2/+2
* docs: Document pkg_config_path and cross_ options [skip ci]Dylan Baker2019-04-091-17/+24
* Use LDFLAGS only on languages that need it. Closes #5215.Jussi Pakkanen2019-04-091-1/+12
* Merge pull request #5225 from dcbaker/threads-is-not-specialJussi Pakkanen2019-04-088-33/+12
|\
| * dependencies/dev: Use ext_deps for GTest in GMockDylan Baker2019-04-051-4/+1
| * dependencies/misc: don't special case threadsDylan Baker2019-04-057-29/+9
| * dependencies: Add ext_deps to all dependenciesDylan Baker2019-04-052-0/+2
* | mintro: removed deprecated --target-files APIDaniel Mensinger2019-04-083-66/+5