213 Commits (fde305e3598dcb878b423d0340e1e174e1b9ac55)

Author SHA1 Message Date
Jon Turney 194dcdef03
Make meson_exe report pickled command when it fails 4 years ago
Jon Turney c72625c2a7
Improve description of meson wrapped custom commands 4 years ago
Dylan Baker cb0265a6b2 pylint: Catch cases of `if len(container)` which should be replaced by `if container` 4 years ago
Martin Storsjö 9d8906363e Support identifying msvc dependency prefix with a path starting with a backslash 4 years ago
Nirbheek Chauhan faba48d853 backends: Treat build target as generator only when it's the first arg 4 years ago
Xavier Claessens 19696c3dcd Allow installing dir from build dir 4 years ago
Vili Väinölä 416b47c915 Remove redudant checks in vs2010 backend 4 years ago
Vili Väinölä 25ad10e501 Add VS include directories to projects as well 4 years ago
Eli Schwartz d880f995ea Revert "Do not automatically set warning flags if buildtype is 'plain'" 4 years ago
Nirbheek Chauhan 9fb839687b minstall: Add version field to install data 4 years ago
Nirbheek Chauhan fb7099c6cf mtest: Check version in the test data after loading 4 years ago
Jon Turney 7996ca3d55 ninja: Generate all STATIC_LINKER rules 4 years ago
Daniel Mensinger 23818fc5a3
typing: more fixes 4 years ago
James Hilliard 646ae846be backends: check external rpaths for all languages using ldflags 4 years ago
Paolo Bonzini 492afe50a4 environment: use ExternalProgram to find ninja 4 years ago
Paolo Bonzini fa5c2363eb introspect: add test dependencies info to test/benchmark JSON 4 years ago
Michael Hirsch 34f7fee741
fortran: make include scanning also work for CMake subprojects 4 years ago
Paolo Bonzini 71d33a5721 backends: do not look for extra paths unnecessarily 4 years ago
Xavier Claessens 1c403e20e7 Interpreter: Fix c_stdlib usage 4 years ago
Paolo Bonzini cbde13850f ninjabackend: avoid lambdas 4 years ago
Paolo Bonzini b14601da7b ninjabackend: optimize length_estimate 4 years ago
Paolo Bonzini 3d4fb02e29 ninjabackend: optimize ninja_quote 4 years ago
Nirbheek Chauhan 9fdb97733b ninjabackend: Fix coverage rule generation 4 years ago
James Hilliard 1ce4258c21 backends: fix rpath match pattern 4 years ago
Zbigniew Jędrzejewski-Szmek 1123f4f311 Avoid warning about multiple outputs when building private directory name 4 years ago
Marcel Hollerbach 903d5dd8a7 ninjabackend: check if target has compiler attribute 4 years ago
Nirbheek Chauhan 07e62fb42b Don't spam about usage of rspfiles to stdout 4 years ago
Martin Storsjö 43129a11ed Fix a comment about cross compilation with clang-cl [skip ci] 4 years ago
Nirbheek Chauhan 848fcb6a53 Enable target override_options for llvm-ir 4 years ago
Dylan Baker 93c3ec7e2d compilers: Return CompilerArgs from compiler instance 4 years ago
Dylan Baker 9d0ad66c29 compilers: Split CompilerArgs into a separate module 4 years ago
Cary Converse a198e5d191 coverage: llvm-cov support 4 years ago
Vili Väinölä 8905a637be Add exception handling to be also written to the VS project xml 4 years ago
Nirbheek Chauhan eab0e5a8b3 windows: Canonicalize `:` in filenames 4 years ago
Jon Turney b91355a29b Include the dep itself in extra_paths for Windows 4 years ago
Jon Turney 1b7855c36d Handle multiple substitutions in eval_custom_target_command() 4 years ago
Peter Harris 6db9630cf1 backend/vs: Fix OpenMP support 5 years ago
Dan Kegel 10e6a989ba ninja: response file threshold now more accurate, overridable, portable. 5 years ago
Jon Turney 5ca37e7961 ninja: Add ninja variable DEPFILE_UNQUOTED with unquoted DEPFILE value 5 years ago
Jon Turney abf8bf488e ninja: Specifically implement gcc rspfile style quoting 5 years ago
Jon Turney aca93df184 backend: There is no need for 'compiler-specific escaping' anymore 5 years ago
Jon Turney eb60c041f9 ninja: Implement Windows-style command line quoting 5 years ago
Jon Turney fbacf87af5 ninja: Quoting in rspfile depends on the compiler, not the shell 5 years ago
Jon Turney 9cec5f3521 ninja: Push ninja and shell quoting down into NinjaRule 5 years ago
Jon Turney 92ee8932cd ninja: Refcount rsp and non-rsp rule usage separately 5 years ago
Jon Turney 9967a2276d ninja: Expose response file rules in compdb 5 years ago
Jon Turney f9c03dfd29 ninja: Only use response files when needed 5 years ago
Jon Turney 50f98f3726 ninja: Rename 'rule' -> 'rulename' in NinjaBuildElement 5 years ago
Marcel Hollerbach cca06e4c33 ninjabackend: cache calls to normpaths 5 years ago
Daniel Mensinger a340b413ef ninja: Always use to_native on CompilerArgs (fixes #7167) 5 years ago