summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Can introspect the whole project in a single batch.targetbatchJussi Pakkanen2018-11-082-17/+34
* Merge pull request #4472 from ftechz/ccrx-supportDylan Baker2018-11-0712-39/+348
|\
| * Add prefix option for link argsPhillip Cao2018-11-082-0/+8
| * Get cross_args from the compiler rather than environment directlyPhillip Cao2018-11-081-11/+7
| * Add support for Renesas CC-RX toolchainPhillip Cao2018-11-0810-28/+333
* | Workaround for Debian bug 912563.Jussi Pakkanen2018-11-071-1/+5
|/
* Merge pull request #4356 from xclaesse/wipeJussi Pakkanen2018-11-078-15/+153
|\
| * Add reconfigure/wipe unit testXavier Claessens2018-11-064-0/+53
| * Add --wipe command line optionXavier Claessens2018-11-061-6/+32
| * Recover when coredata cannot be loadedXavier Claessens2018-11-064-9/+68
* | mtest: Check that stdout is not None before seekingDylan Baker2018-11-071-6/+10
|/
* Don't use host pkg-config for native dependenciesLyude Paul2018-11-067-1/+69
* Begin to factor out logic for getting binariesJohn Ericson2018-11-061-45/+70
* gnome: Require GObject-Introspection 1.58.1 for static librariesOlivier CrĂȘte2018-11-061-2/+10
* gnome: Use full path for static librariesOlivier CrĂȘte2018-11-051-1/+6
* gnome: GIR works fine for static librariesOlivier CrĂȘte2018-11-051-3/+5
* Install files from the test added in 2ff69b20 to make sure it runsJon Turney2018-11-043-1/+8
* Update Python-module.mdLuca Weiss2018-11-041-1/+1
* Merge pull request #4250 from jon-turney/windows-clang-clJussi Pakkanen2018-11-0431-128/+217
|\
| * Make use of get_argument_syntax() in another test caseJon Turney2018-11-041-1/+6
| * azure: Remove MSVC tools from PATH for clang-cl jobJon Turney2018-11-041-2/+9
| * Handle llvm-lib in test common/143Jon Turney2018-11-041-1/+2
| * Skip test common/123 if masm not foundJon Turney2018-11-041-2/+5
| * Don't hardcode cl in test common/123Jon Turney2018-11-041-1/+1
| * Handle only llvm-objdump being availableJon Turney2018-11-041-3/+7
| * Use compiler detector in detect_system_compiler()Jon Turney2018-11-041-11/+15
| * Fix a bug in test_compiler_detectionJon Turney2018-11-041-0/+2
| * Use lld-link with clang-clJon Turney2018-11-042-3/+9
| * Use llvm-lib as an alternative to libJon Turney2018-11-041-4/+5
| * Qualify checks of self.version by self.id in VisualStudioC/CPPCompilerJon Turney2018-11-042-10/+17
| * azure: Add clang-cl/ninja to matrixJon Turney2018-11-042-1/+19
| * Adjust more tests which need to know compiler typeJon Turney2018-11-046-9/+11
| * Use 'rc' resource compiler with clang-cl toolchainJon Turney2018-11-042-2/+2
| * Make use of get_argument_syntax() in test casesJon Turney2018-11-047-17/+14
| * Accomodate clang-cl in test common/127Jon Turney2018-11-041-1/+1
| * Rewrite test common/100 manygen using get_argument_syntax()Jon Turney2018-11-042-22/+15
| * Teach unit test test_compiler_detection about clang-clJon Turney2018-11-041-0/+4
| * Teach VisualStudioCCompiler.get_pch_use_args() to handle clang-clJon Turney2018-11-041-0/+2
| * Teach VisualStudioCCompiler.has_arguments() about clang-clJon Turney2018-11-041-0/+2
| * Only add link arguments when needed in Compiler object methodsJon Turney2018-11-043-14/+20
| * Accomodate clang-cl /showIncludes outputJon Turney2018-11-041-2/+3
| * Detect clang-cl as msvc-like, not clang-likeJon Turney2018-11-0410-24/+48
* | test: do not use PIPEMarcel Hollerbach2018-11-041-12/+21
|/
* Add new compiler.get_argument_syntax methodDylan Baker2018-11-038-25/+112
* interpreter: Don't warn about clang b_undef and b_sanitizer if sanitizer is noneDylan Baker2018-11-021-1/+2
* Cosmetic fix to failed required dependency reportingJon Turney2018-11-021-1/+2
* ninjabackend: add generated source files to jar compile target source listAurélien Zanelli2018-11-026-0/+63
* extract_all_sources: Also include generated object filesXavier Claessens2018-11-022-1/+13
* Fix incorrect checking of build machine for dependency availabilityJon Turney2018-11-022-3/+3
* Fail some impossible cross-detectionsJon Turney2018-11-022-1/+14