aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-04-27order fortran compiler search order more sanely, remove unsupported compiler ...Michael Hirsch, Ph.D1-3/+4
2019-04-25mesonlib: Reimplement version comparison for speedDylan Baker1-14/+25
2019-04-25mesonlib: Remove useless repetition of the same checkDylan Baker1-10/+1
2019-04-25mesonlib: specialize the implementation of == and !=Dylan Baker1-1/+8
2019-04-25mesonlib: use ints instead of strings for numbersDylan Baker1-6/+7
2019-04-25mesonlib: use zip() in VersionDylan Baker1-6/+6
2019-04-25run_unittets: extend version tests to cover other casesDylan Baker1-12/+10
2019-04-25run_unittests: rewrite version test to not call private methodsDylan Baker1-95/+109
2019-04-25Don't use len() to test for container emptinessDylan Baker16-33/+33
2019-04-25rewriter: optimize the list_to_dict functionDylan Baker1-4/+9
2019-04-25ast/printer: remove useless ternaryDylan Baker1-1/+1
2019-04-25environment.py: Fix architecture detection on older MSVCChun-wei Fan1-1/+1
2019-04-24Rewrap text. [skip ci]Jussi Pakkanen1-4/+19
2019-04-24Merge pull request #5319 from kjerstadius/gcovr-4.2Jussi Pakkanen4-21/+18
2019-04-24Merge pull request #5292 from mensinda/introInterpFixJussi Pakkanen5-47/+123
2019-04-24hotdoc: Handle werrorThibault Saunier1-0/+3
2019-04-24hotdoc: Take into account boolean value to pass flag like argumentsThibault Saunier1-1/+2
2019-04-24doc: Update coverage related documentationRichard Kjerstadius2-2/+2
2019-04-24Add gcovr 4.2 supportRichard Kjerstadius2-19/+16
2019-04-23ast: Address code reviewDaniel Mensinger1-3/+7
2019-04-23ast: Improved test caseDaniel Mensinger1-12/+4
2019-04-23make flake8 happyDaniel Mensinger1-1/+0
2019-04-23ast: Make sure to avoid infinite recursionsDaniel Mensinger2-9/+23
2019-04-23ast: support elementary object methodsDaniel Mensinger4-27/+60
2019-04-23ast: resolve simple arithmetic nodesDaniel Mensinger2-5/+33
2019-04-23ast: resolve ID nodes in flatten_argsDaniel Mensinger3-24/+30
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