aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild/backend/ninjabackend.py
AgeCommit message (Expand)AuthorFilesLines
2020-08-03Merge remote-tracking branch 'upstream/master' into lang-enumlang-enumJohn Ericson1-143/+333
2020-07-28ninjabackend: check if target has compiler attributeMarcel Hollerbach1-0/+2
2020-07-22Don't spam about usage of rspfiles to stdoutNirbheek Chauhan1-1/+1
2020-07-19Fix a comment about cross compilation with clang-cl [skip ci]Martin Storsjö1-1/+1
2020-07-13Enable target override_options for llvm-irNirbheek Chauhan1-2/+2
2020-06-22compilers: Return CompilerArgs from compiler instanceDylan Baker1-5/+5
2020-06-22compilers: Split CompilerArgs into a separate moduleDylan Baker1-1/+2
2020-06-17coverage: llvm-cov supportCary Converse1-1/+9
2020-06-14windows: Canonicalize `:` in filenamesNirbheek Chauhan1-1/+1
2020-06-08Merge pull request #7245 from dankegel/response-files-when-needed-tidiedJussi Pakkanen1-86/+270
2020-06-05ninja: response file threshold now more accurate, overridable, portable.Dan Kegel1-2/+20
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 Turney1-1/+0
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-05ninjabackend: cache calls to normpathsMarcel Hollerbach1-1/+5
2020-05-27ninja: Always use to_native on CompilerArgs (fixes #7167)Daniel Mensinger1-9/+4
2020-05-26Use --internal script call to call delwithsuffix when cleaning up the gcno an...georgev931-6/+2
2020-05-18Merge pull request #7103 from dankegel/bug4027-rpath-rememberJussi Pakkanen1-2/+5
2020-05-16Let .pc files specify rpath.Dan Kegel1-2/+5
2020-05-15ninjabackend: Treat GNOME gir/typelib as librariesNirbheek Chauhan1-1/+1
2020-05-15ninjabackend: Use order-only gen-header deps for gen-sourcesNirbheek Chauhan1-1/+1
2020-05-03rm python2 %s from backends.py and ninjabackend.pyMichael Brockus1-32/+29
2020-04-21More progressJohn Ericson1-41/+41
2020-04-21WIP: Create enum to use instead of strings for languageJohn Ericson1-5/+5
2020-04-20Compiler options per langJohn Ericson1-1/+8
2020-04-20fix ninja version inconsistentMichael1-2/+2
2020-04-11Handle BuildTarget as custom_target() argument #6914Marc-André Lureau1-1/+1
2020-03-19Remove my notes from sourcesClausKlein1-3/+0
2020-03-19Use os.path.normpath() for include pathsClausKlein1-3/+6
2020-03-05Make use of unholderDylan Baker1-4/+3
2020-02-27Clang-cl cross fix from Dale Curtis. Closes #5639.Jussi Pakkanen1-1/+3
2020-02-22unit tests: Add a test for the symbolchecker scriptNirbheek Chauhan1-23/+23
2020-02-22ninjabackend: Pass the import library to SHSYMNirbheek Chauhan1-4/+10
2020-02-22ninjabackend: Minor refactoringNirbheek Chauhan1-2/+5
2020-02-22ninjabackend: List PDBs in output list for targetsNirbheek Chauhan1-5/+16
2020-02-16symbolextractor: Print one warning when no implementation foundNirbheek Chauhan1-0/+1
2020-01-28backend: refactor: set self.interpreter in the constructorDaniel Mensinger1-4/+4
2020-01-08types: import typing as T (fixes #6333)Daniel Mensinger1-3/+3
2019-12-11Merge pull request #6207 from dcbaker/linker-optionJussi Pakkanen1-0/+9
2019-12-05lgtm: Fix unused variableDaniel Mensinger1-2/+0
2019-12-03environment: Fix selecting the linker with rustcDylan Baker1-1/+8
2019-12-02backends/ninja: apply linker arguments when using rustDylan Baker1-0/+2
2019-11-19ci: Add CI command to include text files in the CI logDaniel Mensinger1-0/+1