aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild/backend/ninjabackend.py
AgeCommit message (Expand)AuthorFilesLines
2021-10-04fix extra whitespaceEli Schwartz1-2/+0
2021-10-01rust: dependencies need to cause a rebuild/relink not just reorderDylan Baker1-1/+6
2021-09-30Make custom_target() name argument optionalXavier Claessens1-1/+2
2021-09-24ninjabackend: Rust use Backend.generate_basic_compiler_argsDylan Baker1-9/+1
2021-09-24Add option to to transpile Cython to C++Dylan Baker1-2/+4
2021-09-20ninjabackend/vs: handle builddir on different drive from cwdRyan Kuester1-1/+7
2021-09-20backend/ninja: add generated sources to depscan order depsDylan Baker1-2/+6
2021-09-14apply flake8 fixes for unused imports and missing importsEli Schwartz1-1/+1
2021-08-31pyllint: enable consider-user-enumerateDylan Baker1-2/+1
2021-08-31pylint: turn on superflous-parensDylan Baker1-5/+5
2021-08-28Delete old outputs that are no longer in the Ninja file.Jussi Pakkanen1-0/+1
2021-08-20backends/xcode: remove unused compiler parameter from escape_extra_argsDylan Baker1-2/+1
2021-08-20backends: remove unused name parameter from as_meson_exe_cmdlineDylan Baker1-4/+3
2021-08-20ninjabackend: add missing type annotationDylan Baker1-1/+1
2021-08-20backends: move method from ninjabackend to base classDylan Baker1-5/+0
2021-08-18backends/ninja: write depscan input files to jsonDylan Baker1-9/+18
2021-08-17rust targets: lld-link is the same as link for static libsNirbheek Chauhan1-3/+3
2021-08-17Add install tagsXavier Claessens1-0/+2
2021-08-15Refresh Ninja cache files on regeneration.Jussi Pakkanen1-0/+3
2021-08-11Always generate Java rule, it is platform agnostic.Jussi Pakkanen1-2/+1
2021-08-03ninjabackend: use get_subdir() instead of subdir attribute for cythonDylan Baker1-1/+1
2021-07-23Add support for gcovr --sonarqube reportWeston Schmidt1-0/+7
2021-07-14linkers: remove is_shared_module argument to get_soname_argsPaolo Bonzini1-2/+1
2021-07-14do not add SONAME to shared modulesPaolo Bonzini1-5/+6
2021-07-02backends/ninja: only pass project specific arguments to scan-buildDylan Baker1-1/+2
2021-06-29Add feed arg to custom_target()Simon Ser1-0/+1
2021-06-29fix: Always explicitly set encoding for text files (fixes #8263)Daniel Mensinger1-5/+7
2021-06-18holders: remove unholderDaniel Mensinger1-2/+2
2021-06-14Fix issue with generated Cython code in a subdirRalf Gommers1-0/+2
2021-06-07condense linesEli Schwartz1-6/+3
2021-06-07more f-strings everywhereEli Schwartz1-27/+22
2021-06-07cython: Add an option for selecting python 3 vs python 2 outputDylan Baker1-2/+13
2021-06-07ninjabackend: generate cython compilation rulesDylan Baker1-0/+61
2021-06-07ninjabackend: cython doesn't use a linkerDylan Baker1-4/+1
2021-06-02add a couple more type annotationsDylan Baker1-1/+1
2021-06-02use an immutable list for an lru_cached functionsDylan Baker1-6/+10
2021-05-30Only try to get RSP syntax if RSP is supported (#8804)Dylan Baker1-13/+23
2021-05-28vsenv: Recommend using "meson compile" wrapperXavier Claessens1-0/+8
2021-05-27ninjabackend.py: Implement `link_whole:` for pre-VS2015Chun-wei Fan1-3/+20
2021-05-23Add swift executable support in Xcode.Jussi Pakkanen1-6/+0
2021-05-19backends: use a set for processed targets instead of a dictDylan Baker1-3/+3
2021-05-19ninjabackend: Fix vala type annotationsDylan Baker1-24/+26
2021-05-19rust: override get_linker_always_argsDylan Baker1-2/+1
2021-05-18Add a rust test for internal c linkageDylan Baker1-5/+12
2021-05-17ninjabackend: fix linking dynamic c libraries with rustDylan Baker1-1/+1
2021-05-08ninjabackend: Add pch includes as early as possible not to be overriddenMarco Trevisan (Treviño)1-4/+18
2021-04-25Xcode: make Swift projects work.Jussi Pakkanen1-6/+0
2021-04-16Xcode: fix custom targets that produce objs and libs.Jussi Pakkanen1-23/+1
2021-03-29Do not add custom target dir automatically when implicit false.Jussi Pakkanen1-4/+2
2021-03-16clangformat: Add clang-format-check targetXavier Claessens1-2/+8