aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild/backend
AgeCommit message (Expand)AuthorFilesLines
2020-12-03Add prelinking support for static libraries.Jussi Pakkanen1-1/+20
2020-11-26Bump Ninja requirement to 1.8.Jussi Pakkanen1-2/+2
2020-11-20use real pathlib moduleDylan Baker3-3/+3
2020-11-15ninjabackend: stabilize order of dependencies and order-only dependenciesPaolo Bonzini1-2/+2
2020-11-13ninjabackend: Fix a couple of rust bugsDylan Baker1-2/+3
2020-11-13ninjabackend: fix matching of empty stringsAlexander Neumann1-1/+1
2020-11-10ninjabackend: apply base compile_args to rust targetsDylan Baker1-2/+5
2020-11-05rust: implement support for --editionDylan Baker1-0/+3
2020-10-18build: use PIE objects for static libraries if b_staticpic=false but b_pie=truePaolo Bonzini1-1/+1
2020-10-15intro: Add extra_files key to intro output (fixes #7310)Daniel Mensinger1-1/+1
2020-10-14vs: add static_from_buildtype to b_vscrtPeter Harris1-0/+7
2020-10-07Add win_subsystem kwarg. Closes #7765.Jussi Pakkanen2-3/+11
2020-10-04Fixed using files object in subdir with xcode backendOskar Sigvardsson1-1/+1
2020-10-04pathlib: Fix resolve() by overriding it in Python 3.5Daniel Mensinger3-5/+5
2020-10-01compilers/swift: Add type annotationsDylan Baker1-2/+2
2020-09-29Merge pull request #7762 from jon-turney/meson-exe-output-improveJussi Pakkanen3-24/+48
2020-09-29compilers/VS: fix build to use optimization and debug flagsVili VÀinölÀ2-10/+24
2020-09-24compilers/mixins/clike: fix mypy issuesDylan Baker1-2/+5
2020-09-20Make meson_exe report pickled command when it failsJon Turney1-0/+1
2020-09-20Improve description of meson wrapped custom commandsJon Turney3-24/+47
2020-09-18pylint: Catch cases of `if len(container)` which should be replaced by `if co...Dylan Baker1-1/+1
2020-09-18Support identifying msvc dependency prefix with a path starting with a backslashMartin Storsjö1-2/+7
2020-09-17backends: Treat build target as generator only when it's the first argNirbheek Chauhan3-5/+7
2020-09-13Allow installing dir from build dirXavier Claessens1-1/+5
2020-09-13Remove redudant checks in vs2010 backendVili VÀinölÀ1-6/+3
2020-09-13Add VS include directories to projects as wellVili VÀinölÀ1-2/+3
2020-09-11Revert "Do not automatically set warning flags if buildtype is 'plain'"Eli Schwartz1-1/+1
2020-09-10minstall: Add version field to install dataNirbheek Chauhan2-8/+4
2020-09-10mtest: Check version in the test data after loadingNirbheek Chauhan1-3/+4
2020-09-10ninja: Generate all STATIC_LINKER rulesJon Turney1-2/+5
2020-09-08typing: more fixesDaniel Mensinger3-10/+14
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