aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild/backend
AgeCommit message (Expand)AuthorFilesLines
2020-09-06backends: check external rpaths for all languages using ldflagsJames Hilliard1-2/+2
2020-09-06Merge pull request #7689 from scivision/fortran_incJussi Pakkanen1-20/+22
2020-09-04environment: use ExternalProgram to find ninjaPaolo Bonzini1-2/+2
2020-09-04introspect: add test dependencies info to test/benchmark JSONPaolo Bonzini1-2/+10
2020-09-02fortran: make include scanning also work for CMake subprojectsMichael Hirsch1-20/+22
2020-08-31backends: do not look for extra paths unnecessarilyPaolo Bonzini2-8/+6
2020-08-22Merge pull request #7607 from bonzini/speedupJussi Pakkanen1-18/+23
2020-08-18Interpreter: Fix c_stdlib usageXavier Claessens2-16/+11
2020-08-18ninjabackend: avoid lambdasPaolo Bonzini1-3/+2
2020-08-18ninjabackend: optimize length_estimatePaolo Bonzini1-10/+12
2020-08-18ninjabackend: optimize ninja_quotePaolo Bonzini1-5/+9
2020-08-15ninjabackend: Fix coverage rule generationNirbheek Chauhan1-1/+1
2020-07-30Merge pull request #7494 from keszybz/fix-two-warningsJussi Pakkanen1-3/+3
2020-07-30backends: fix rpath match patternJames Hilliard1-2/+28
2020-07-28Avoid warning about multiple outputs when building private directory nameZbigniew Jędrzejewski-Szmek1-3/+3
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 Baker3-12/+10
2020-06-22compilers: Split CompilerArgs into a separate moduleDylan Baker3-3/+4
2020-06-17coverage: llvm-cov supportCary Converse1-1/+9
2020-06-15Add exception handling to be also written to the VS project xmlVili Väinölä1-0/+12
2020-06-14windows: Canonicalize `:` in filenamesNirbheek Chauhan2-2/+8
2020-06-13Include the dep itself in extra_paths for WindowsJon Turney1-0/+1
2020-06-13Handle multiple substitutions in eval_custom_target_command()Jon Turney1-29/+30
2020-06-08Merge pull request #7245 from dankegel/response-files-when-needed-tidiedJussi Pakkanen2-109/+277
2020-06-07Merge pull request #7119 from marcelhollerbach/masterJussi Pakkanen1-1/+5
2020-06-06backend/vs: Fix OpenMP supportPeter Harris1-17/+17
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 Turney2-24/+7
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-19Merge pull request #5986 from dcbaker/fix-tests-with-cross-binary-argumentsJussi Pakkanen1-2/+21
2020-05-19Build private directory name from output file name.Jussi Pakkanen2-1/+4
2020-05-18backends: Consider arguments passed to a test when cross compilingDylan Baker1-2/+16
2020-05-18backends: ensure that test executables can be run when passed as argumentsDylan Baker1-0/+5
2020-05-18Merge pull request #7103 from dankegel/bug4027-rpath-rememberJussi Pakkanen2-8/+32
2020-05-16Let LDFLAGS specify rpath.Dan Kegel1-0/+18
2020-05-16Let .pc files specify rpath.Dan Kegel2-8/+14