aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-11-08Can introspect the whole project in a single batch.targetbatchJussi Pakkanen2-17/+34
2018-11-07Merge pull request #4472 from ftechz/ccrx-supportDylan Baker12-39/+348
2018-11-07Workaround for Debian bug 912563.Jussi Pakkanen1-1/+5
2018-11-08Add prefix option for link argsPhillip Cao2-0/+8
2018-11-08Get cross_args from the compiler rather than environment directlyPhillip Cao1-11/+7
2018-11-08Add support for Renesas CC-RX toolchainPhillip Cao10-28/+333
2018-11-07Merge pull request #4356 from xclaesse/wipeJussi Pakkanen8-15/+153
2018-11-07mtest: Check that stdout is not None before seekingDylan Baker1-6/+10
2018-11-06Add reconfigure/wipe unit testXavier Claessens4-0/+53
2018-11-06Add --wipe command line optionXavier Claessens1-6/+32
2018-11-06Recover when coredata cannot be loadedXavier Claessens4-9/+68
2018-11-06Don't use host pkg-config for native dependenciesLyude Paul7-1/+69
2018-11-06Begin to factor out logic for getting binariesJohn Ericson1-45/+70
2018-11-06gnome: Require GObject-Introspection 1.58.1 for static librariesOlivier CrĂȘte1-2/+10
2018-11-05gnome: Use full path for static librariesOlivier CrĂȘte1-1/+6
2018-11-05gnome: GIR works fine for static librariesOlivier CrĂȘte1-3/+5
2018-11-04Install files from the test added in 2ff69b20 to make sure it runsJon Turney3-1/+8
2018-11-04Update Python-module.mdLuca Weiss1-1/+1
2018-11-04Merge pull request #4250 from jon-turney/windows-clang-clJussi Pakkanen31-128/+217
2018-11-04test: do not use PIPEMarcel Hollerbach1-12/+21
2018-11-04Make use of get_argument_syntax() in another test caseJon Turney1-1/+6
2018-11-04azure: Remove MSVC tools from PATH for clang-cl jobJon Turney1-2/+9
2018-11-04Handle llvm-lib in test common/143Jon Turney1-1/+2
2018-11-04Skip test common/123 if masm not foundJon Turney1-2/+5
2018-11-04Don't hardcode cl in test common/123Jon Turney1-1/+1
2018-11-04Handle only llvm-objdump being availableJon Turney1-3/+7
2018-11-04Use compiler detector in detect_system_compiler()Jon Turney1-11/+15
2018-11-04Fix a bug in test_compiler_detectionJon Turney1-0/+2
2018-11-04Use lld-link with clang-clJon Turney2-3/+9
2018-11-04Use llvm-lib as an alternative to libJon Turney1-4/+5
2018-11-04Qualify checks of self.version by self.id in VisualStudioC/CPPCompilerJon Turney2-10/+17
2018-11-04azure: Add clang-cl/ninja to matrixJon Turney2-1/+19
2018-11-04Adjust more tests which need to know compiler typeJon Turney6-9/+11
2018-11-04Use 'rc' resource compiler with clang-cl toolchainJon Turney2-2/+2
2018-11-04Make use of get_argument_syntax() in test casesJon Turney7-17/+14
2018-11-04Accomodate clang-cl in test common/127Jon Turney1-1/+1
2018-11-04Rewrite test common/100 manygen using get_argument_syntax()Jon Turney2-22/+15
2018-11-04Teach unit test test_compiler_detection about clang-clJon Turney1-0/+4
2018-11-04Teach VisualStudioCCompiler.get_pch_use_args() to handle clang-clJon Turney1-0/+2
2018-11-04Teach VisualStudioCCompiler.has_arguments() about clang-clJon Turney1-0/+2
2018-11-04Only add link arguments when needed in Compiler object methodsJon Turney3-14/+20
2018-11-04Accomodate clang-cl /showIncludes outputJon Turney1-2/+3
2018-11-04Detect clang-cl as msvc-like, not clang-likeJon Turney10-24/+48
2018-11-03Add new compiler.get_argument_syntax methodDylan Baker8-25/+112
2018-11-02interpreter: Don't warn about clang b_undef and b_sanitizer if sanitizer is noneDylan Baker1-1/+2
2018-11-02Cosmetic fix to failed required dependency reportingJon Turney1-1/+2
2018-11-02ninjabackend: add generated source files to jar compile target source listAurélien Zanelli6-0/+63
2018-11-02extract_all_sources: Also include generated object filesXavier Claessens2-1/+13
2018-11-02Fix incorrect checking of build machine for dependency availabilityJon Turney2-3/+3
2018-11-02Fail some impossible cross-detectionsJon Turney2-1/+14