aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild
AgeCommit message (Expand)AuthorFilesLines
2020-06-09cmake_traceparser: ignore parse errorMichael Hirsch1-1/+1
2020-06-09compilers: Add UNIX large file support for MinGWSeungha Yang1-3/+3
2020-06-08Merge pull request #7245 from dankegel/response-files-when-needed-tidiedJussi Pakkanen3-109/+284
2020-06-07Merge pull request #7119 from marcelhollerbach/masterJussi Pakkanen2-38/+73
2020-06-07Merge pull request #7256 from peterh/openmpJussi Pakkanen4-18/+25
2020-06-07Remove warnings from sample code. Closes #7248.Jussi Pakkanen1-1/+1
2020-06-07End test code with a newline. Closes #7247.Jussi Pakkanen1-2/+2
2020-06-06backend/vs: Fix OpenMP supportPeter Harris1-17/+17
2020-06-06msvc: Avoid spurious openmp link warningsPeter Harris3-1/+8
2020-06-05ninja: response file threshold now more accurate, overridable, portable.Dan Kegel1-2/+20
2020-06-05gnulike linkers (and ar) accept rsp files.Dan Kegel1-0/+7
2020-06-05ninja: Add ninja variable DEPFILE_UNQUOTED with unquoted DEPFILE valueJon Turney1-1/+7
2020-06-05ninja: Specifically implement gcc rspfile style quotingJon Turney1-8/+18
2020-06-05backend: There is no need for 'compiler-specific escaping' anymoreJon Turney2-24/+7
2020-06-05ninja: Implement Windows-style command line quotingJon Turney1-4/+11
2020-06-05ninja: Quoting in rspfile depends on the compiler, not the shellJon Turney1-17/+48
2020-06-05ninja: Push ninja and shell quoting down into NinjaRuleJon Turney1-50/+91
2020-06-05ninja: Refcount rsp and non-rsp rule usage separatelyJon Turney1-10/+26
2020-06-05ninja: Expose response file rules in compdbJon Turney1-2/+6
2020-06-05ninja: Only use response files when neededJon Turney1-20/+72
2020-06-05ninja: Rename 'rule' -> 'rulename' in NinjaBuildElementJon Turney1-6/+6
2020-06-05CompilerArgs: refactor __iadd__Marcel Hollerbach1-18/+64
2020-06-05Revert "CompilerArgs: make lookup faster"Marcel Hollerbach1-26/+7
2020-06-05cache up regex mathingsMarcel Hollerbach1-2/+6
2020-06-05ninjabackend: cache calls to normpathsMarcel Hollerbach1-1/+5
2020-06-04mesonlib.py: refactored detect_vcs() to use pathlib.Path (#7230)Joshua Gawley1-7/+11
2020-06-02Ignore file access errors when scanning .so files in system libdirsMike Gilbert1-9/+18
2020-06-02cmake: always split property lists (fixes #7228)Daniel Mensinger2-3/+4
2020-06-02dependencies/cuda: Add support for ARM linuxjonathanmist1-6/+10
2020-05-27Merge pull request #6818 from mensinda/localPatchJussi Pakkanen2-12/+28
2020-05-27add type anno: compilers/clikeMichael Hirsch, Ph.D2-18/+18
2020-05-27ninja: Always use to_native on CompilerArgs (fixes #7167)Daniel Mensinger1-9/+4
2020-05-27Fix lack of space after 'Cflags:' in pkgconfig filesSoapux1-1/+1
2020-05-27Recognize Arduino .ino files as C++Phillip Johnston1-1/+1
2020-05-26opts: Add FeatureNew for '-' and 'not' introduced in 0.54.1Daniel Mensinger1-0/+2
2020-05-26opts: Allow string concatenation (fixes #7199)Daniel Mensinger1-0/+7
2020-05-26mcompile: removed unneeded importsTheQwertiest1-2/+0
2020-05-26mcompile: detect_ninjaTheQwertiest1-8/+3
2020-05-26mcompile: replaced intro with cdata + extracted code to funcsTheQwertiest1-60/+63
2020-05-26mcompile: replaced backend divination code + cleanupTheQwertiest1-11/+24
2020-05-26Use --internal script call to call delwithsuffix when cleaning up the gcno an...georgev931-6/+2
2020-05-24fix cmake target configuration selection.Alexander Neumann2-5/+19
2020-05-23ast: Handle NotNodeDaniel Mensinger1-0/+5
2020-05-23ast: Add AST JSON printerDaniel Mensinger5-12/+174
2020-05-22Modifed buildtypes and armclang compiler flags to match documented resultsDrew Reed1-6/+6
2020-05-22Allow building with b_coverage set to true when clang is being used regardles...georgev931-0/+3
2020-05-22Merge pull request #7123 from dcbaker/use-feature-deprecatedJussi Pakkanen7-54/+67
2020-05-22boost: Try extracting BOOST_ROOT from boost.pcDaniel Mensinger1-1/+12
2020-05-22boost: Always sort shared before static (fixes #7171)Daniel Mensinger1-2/+2
2020-05-22compilers: add fetching of define list for clangYevhenii Kolesnikov7-9/+42