aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild
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-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-24Merge pull request #5319 from kjerstadius/gcovr-4.2Jussi Pakkanen2-19/+16
2019-04-24Merge pull request #5292 from mensinda/introInterpFixJussi Pakkanen4-44/+110
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-24Add gcovr 4.2 supportRichard Kjerstadius2-19/+16
2019-04-23ast: Address code reviewDaniel Mensinger1-3/+7
2019-04-23make flake8 happyDaniel Mensinger1-1/+0
2019-04-23ast: Make sure to avoid infinite recursionsDaniel Mensinger1-9/+9
2019-04-23ast: support elementary object methodsDaniel Mensinger3-24/+58
2019-04-23ast: resolve simple arithmetic nodesDaniel Mensinger1-4/+29
2019-04-23ast: resolve ID nodes in flatten_argsDaniel Mensinger2-23/+27
2019-04-23Don't use mutable types as default argumentsDylan Baker6-18/+26
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-22Add support for the Xtensa toolchainFernando Ramos1-1/+1
2019-04-22i18n: add args keyword to merge_fileKonstantin2-2/+8
2019-04-21dist: recurse into git submodulesVladimír Čunát1-1/+1
2019-04-21coredata: store cross/native files in the same form they will be used (#5224)Dylan Baker2-33/+30
2019-04-21rewriter: fix error messageDaniel Mensinger1-1/+1
2019-04-21Merge pull request #5289 from mesonbuild/fixxpassJussi Pakkanen1-3/+5
2019-04-21Can run argument strings with internal Python. Closes #5217.Jussi Pakkanen2-8/+10
2019-04-21Report xpass results as failures.Jussi Pakkanen1-3/+5
2019-04-20Merge pull request #5250 from jon-turney/test-compiler-reportJussi Pakkanen3-50/+33
2019-04-20Merge pull request #5284 from makise-homura/update_lcc_supportJussi Pakkanen3-8/+11
2019-04-20Updated meson --help outputTheQwertiest1-33/+35
2019-04-19Fix indentationmakise-homura1-3/+3
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 Chauhan1-5/+8
2019-04-18vs: Update toolset table for VS 2019Nirbheek Chauhan1-0/+3
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 Kochkov2-1/+35
2019-04-15Shaderc pkg configDylan Baker1-3/+16
2019-04-15fix gpgme support by preferring pkg-config where possibleEli Schwartz1-1/+4
2019-04-15Note when clang objc/objc++ compiler is Windows targetedJon Turney1-0/+4