summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-04-27order fortran compiler search order more sanely, remove unsupported compiler ...Michael Hirsch, Ph.D
2019-04-25mesonlib: Reimplement version comparison for speedDylan Baker
2019-04-25mesonlib: Remove useless repetition of the same checkDylan Baker
2019-04-25mesonlib: specialize the implementation of == and !=Dylan Baker
2019-04-25mesonlib: use ints instead of strings for numbersDylan Baker
2019-04-25mesonlib: use zip() in VersionDylan Baker
2019-04-25run_unittets: extend version tests to cover other casesDylan Baker
2019-04-25run_unittests: rewrite version test to not call private methodsDylan Baker
2019-04-25Don't use len() to test for container emptinessDylan Baker
2019-04-25rewriter: optimize the list_to_dict functionDylan Baker
2019-04-25ast/printer: remove useless ternaryDylan Baker
2019-04-25environment.py: Fix architecture detection on older MSVCChun-wei Fan
2019-04-24Rewrap text. [skip ci]Jussi Pakkanen
2019-04-24Merge pull request #5319 from kjerstadius/gcovr-4.2Jussi Pakkanen
2019-04-24Merge pull request #5292 from mensinda/introInterpFixJussi Pakkanen
2019-04-24hotdoc: Handle werrorThibault Saunier
2019-04-24hotdoc: Take into account boolean value to pass flag like argumentsThibault Saunier
2019-04-24doc: Update coverage related documentationRichard Kjerstadius
2019-04-24Add gcovr 4.2 supportRichard Kjerstadius
2019-04-23ast: Address code reviewDaniel Mensinger
2019-04-23ast: Improved test caseDaniel Mensinger
2019-04-23make flake8 happyDaniel Mensinger
2019-04-23ast: Make sure to avoid infinite recursionsDaniel Mensinger
2019-04-23ast: support elementary object methodsDaniel Mensinger
2019-04-23ast: resolve simple arithmetic nodesDaniel Mensinger
2019-04-23ast: resolve ID nodes in flatten_argsDaniel Mensinger
2019-04-23Don't use mutable types as default argumentsDylan Baker
2019-04-22fortran: fix compile.links() when passing dependenciesTamer Fahmy
2019-04-22Use individual entries for '-Wl,-rpath-link'Fernando Ramos
2019-04-22Update list of potential scan-build binaries. Closes #5287.Jussi Pakkanen
2019-04-22Remove extra directory in failing testJon Turney
2019-04-22Add support for the Xtensa toolchainFernando Ramos
2019-04-22i18n: add args keyword to merge_fileKonstantin
2019-04-22Fix table layout. [skip ci]Jussi Pakkanen
2019-04-21dist: recurse into git submodulesVladimír Čunát
2019-04-21coredata: store cross/native files in the same form they will be used (#5224)Dylan Baker
2019-04-21rewriter: fix error messageDaniel Mensinger
2019-04-21Merge pull request #5289 from mesonbuild/fixxpassJussi Pakkanen
2019-04-21Can run argument strings with internal Python. Closes #5217.Jussi Pakkanen
2019-04-21Make it work on Cygwin.Jussi Pakkanen
2019-04-21Report xpass results as failures.Jussi Pakkanen
2019-04-20Merge pull request #5250 from jon-turney/test-compiler-reportJussi Pakkanen
2019-04-20Merge pull request #5284 from makise-homura/update_lcc_supportJussi Pakkanen
2019-04-20Updated meson --help outputTheQwertiest
2019-04-19Fix indentationmakise-homura
2019-04-19Correctly find lfortran for Elbrus compilermakise-homura
2019-04-19Add -std= remap support for Elbrus compilermakise-homura
2019-04-19Handle cpp_debugstl option for Elbrus compilermakise-homura
2019-04-19Making number of arguments consistent in get_library_dirsmakise-homura
2019-04-19Fix concatenation of library dirsmakise-homura