summaryrefslogtreecommitdiff
path: root/mesonbuild/backend/ninjabackend.py
Commit message (Expand)AuthorAgeFilesLines
* shared_module: Add soname when used as a link targetNirbheek Chauhan2021-11-241-1/+1
* valac dependencies: use the canonical list of vala source namesEli Schwartz2021-11-151-1/+1
* various manual conversion of percent-formatted strings to f-stringsEli Schwartz2021-11-011-1/+1
* coverage generator: obey the documentation and only generate supported outputsEli Schwartz2021-11-011-26/+34
* Fix version requirement on Ninja feature.Jussi Pakkanen2021-10-291-1/+1
* fix various flake8 whitespace errorsEli Schwartz2021-10-271-6/+6
* Add --vsenv command line option and active VS only when neededXavier Claessens2021-10-101-2/+1
* ar linker: generate thin archives for uninstalled static librariesEli Schwartz2021-10-101-1/+1
* fix extra whitespaceEli Schwartz2021-10-041-2/+0
* rust: dependencies need to cause a rebuild/relink not just reorderDylan Baker2021-10-011-1/+6
* Make custom_target() name argument optionalXavier Claessens2021-09-301-1/+2
* ninjabackend: Rust use Backend.generate_basic_compiler_argsDylan Baker2021-09-241-9/+1
* Add option to to transpile Cython to C++Dylan Baker2021-09-241-2/+4
* ninjabackend/vs: handle builddir on different drive from cwdRyan Kuester2021-09-201-1/+7
* backend/ninja: add generated sources to depscan order depsDylan Baker2021-09-201-2/+6
* apply flake8 fixes for unused imports and missing importsEli Schwartz2021-09-141-1/+1
* pyllint: enable consider-user-enumerateDylan Baker2021-08-311-2/+1
* pylint: turn on superflous-parensDylan Baker2021-08-311-5/+5
* Delete old outputs that are no longer in the Ninja file.Jussi Pakkanen2021-08-281-0/+1
* backends/xcode: remove unused compiler parameter from escape_extra_argsDylan Baker2021-08-201-2/+1
* backends: remove unused name parameter from as_meson_exe_cmdlineDylan Baker2021-08-201-4/+3
* ninjabackend: add missing type annotationDylan Baker2021-08-201-1/+1
* backends: move method from ninjabackend to base classDylan Baker2021-08-201-5/+0
* backends/ninja: write depscan input files to jsonDylan Baker2021-08-181-9/+18
* rust targets: lld-link is the same as link for static libsNirbheek Chauhan2021-08-171-3/+3
* Add install tagsXavier Claessens2021-08-171-0/+2
* Refresh Ninja cache files on regeneration.Jussi Pakkanen2021-08-151-0/+3
* Always generate Java rule, it is platform agnostic.Jussi Pakkanen2021-08-111-2/+1
* ninjabackend: use get_subdir() instead of subdir attribute for cythonDylan Baker2021-08-031-1/+1
* Add support for gcovr --sonarqube reportWeston Schmidt2021-07-231-0/+7
* linkers: remove is_shared_module argument to get_soname_argsPaolo Bonzini2021-07-141-2/+1
* do not add SONAME to shared modulesPaolo Bonzini2021-07-141-5/+6
* backends/ninja: only pass project specific arguments to scan-buildDylan Baker2021-07-021-1/+2
* Add feed arg to custom_target()Simon Ser2021-06-291-0/+1
* fix: Always explicitly set encoding for text files (fixes #8263)Daniel Mensinger2021-06-291-5/+7
* holders: remove unholderDaniel Mensinger2021-06-181-2/+2
* Fix issue with generated Cython code in a subdirRalf Gommers2021-06-141-0/+2
* condense linesEli Schwartz2021-06-071-6/+3
* more f-strings everywhereEli Schwartz2021-06-071-27/+22
* cython: Add an option for selecting python 3 vs python 2 outputDylan Baker2021-06-071-2/+13
* ninjabackend: generate cython compilation rulesDylan Baker2021-06-071-0/+61
* ninjabackend: cython doesn't use a linkerDylan Baker2021-06-071-4/+1
* add a couple more type annotationsDylan Baker2021-06-021-1/+1
* use an immutable list for an lru_cached functionsDylan Baker2021-06-021-6/+10
* Only try to get RSP syntax if RSP is supported (#8804)Dylan Baker2021-05-301-13/+23
* vsenv: Recommend using "meson compile" wrapperXavier Claessens2021-05-281-0/+8
* ninjabackend.py: Implement `link_whole:` for pre-VS2015Chun-wei Fan2021-05-271-3/+20
* Add swift executable support in Xcode.Jussi Pakkanen2021-05-231-6/+0
* backends: use a set for processed targets instead of a dictDylan Baker2021-05-191-3/+3
* ninjabackend: Fix vala type annotationsDylan Baker2021-05-191-24/+26