aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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-05Extended test case for special characters to compiler argumentsJon Turney4-0/+77
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-05Add a test case for very long command linesJon Turney4-0/+38
2020-05-27Merge pull request #6818 from mensinda/localPatchJussi Pakkanen16-26/+76
2020-05-27add type anno: compilers/clikeMichael Hirsch, Ph.D2-18/+18
2020-05-27ninja: Always use to_native on CompilerArgs (fixes #7167)Daniel Mensinger4-9/+23
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-27docs: Fix typo in Release notes [skip ci]Soapux1-1/+1
2020-05-26opts: added docsDaniel Mensinger2-0/+17
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 Mensinger2-3/+10
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-26Merge pull request #7197 from jon-turney/test-output-check-mandatoryJussi Pakkanen11-40/+115
2020-05-26Use --internal script call to call delwithsuffix when cleaning up the gcno an...georgev931-6/+2
2020-05-24fixed typop01arst0rm1-1/+1
2020-05-24fix cmake target configuration selection.Alexander Neumann2-5/+19
2020-05-24Merge pull request #6765 from mensinda/astDump2Jussi Pakkanen10-32/+344
2020-05-23Clear internal caches before running each test.Jussi Pakkanen1-0/+10
2020-05-23Add expected stdout for failing-meson tests which are missing itJon Turney10-0/+70
2020-05-23Make expected stdout mandatory for warning-meson and failing-meson testsJon Turney1-40/+45
2020-05-23ast: Add docs for --astDaniel Mensinger2-18/+73
2020-05-23ast: add unittestDaniel Mensinger2-2/+92
2020-05-23ast: Handle NotNodeDaniel Mensinger1-0/+5
2020-05-23ast: Add AST JSON printerDaniel Mensinger5-12/+174
2020-05-23Remove stray print call.Jussi Pakkanen1-1/+0
2020-05-23Revert "Merge pull request #7172 from jon-turney/test-output-check-mandatory"Jussi Pakkanen11-115/+40
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 Pakkanen8-65/+75
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-22Merge pull request #7172 from jon-turney/test-output-check-mandatoryJussi Pakkanen11-40/+115
2020-05-22compilers: add fetching of define list for clangYevhenii Kolesnikov7-9/+42
2020-05-20compilers/d: Add b_ndebug supportDylan Baker3-6/+19
2020-05-20compilers: Move b_ndebug into the compiler classesDylan Baker2-1/+7
2020-05-19Merge pull request #5986 from dcbaker/fix-tests-with-cross-binary-argumentsJussi Pakkanen20-87/+254
2020-05-19Build private directory name from output file name.Jussi Pakkanen3-14/+29
2020-05-18pass exe_wrapper to test scripts through the environmentDylan Baker7-21/+75
2020-05-18backends: Consider arguments passed to a test when cross compilingDylan Baker16-11/+39
2020-05-18backends: ensure that test executables can be run when passed as argumentsDylan Baker5-11/+44
2020-05-18tests: Add tests for cross file exe_wrapperDylan Baker1-2/+52