aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2020-05-18run_unittests: move cross_file_system_paths to the cross testsDylan Baker1-61/+63
2020-05-18mtest: don't use len() to test container emptinessDylan Baker1-5/+5
2020-05-18Merge pull request #7103 from dankegel/bug4027-rpath-rememberJussi Pakkanen27-55/+253
2020-05-18symbolextractor: add OpenBSD supportAntoine Jacoutot1-0/+19
2020-05-18compilers/d: Enable pgo for GDCDylan Baker1-1/+2
2020-05-18Add cmake files to msi package.georgev931-0/+2
2020-05-16docs: add snippet documenting rpath behavior changeDan Kegel1-0/+7
2020-05-16Let LDFLAGS specify rpath.Dan Kegel7-0/+69
2020-05-16Let .pc files specify rpath.Dan Kegel21-55/+177
2020-05-16Add flags to support generation of dependency files with armclangDrew Reed1-1/+1
2020-05-16Modifed buildtypes and armcc compiler flags to match documented resultsDrew Reed1-7/+7
2020-05-16Call to CPPCompilers initilisation function was missing the info parameter du...Drew Reed1-1/+3
2020-05-15Add expected stdout for failing-meson tests which are missing itJon Turney10-0/+70
2020-05-15Make expected stdout mandatory for warning-meson and failing-meson testsJon Turney1-40/+45