aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild/backend/ninjabackend.py
AgeCommit message (Expand)AuthorFilesLines
2022-04-14Fix typo in commentBen Brown1-1/+1
2022-03-31allow RunTarget to skip wrapping due to envEli Schwartz1-3/+4
2022-03-29Replace backend.get_option_for_target() with target.get_option()Xavier Claessens1-20/+18
2022-03-23Add support for cython_argsTristan Partin1-0/+1
2022-03-23ninja backend: do not fatally error on compdb failureEli Schwartz1-1/+1
2022-03-22backends: Stop separating base and compiler optionsXavier Claessens1-6/+6
2022-03-22Add ability to add resources to jarsTristan Partin1-5/+9
2022-03-21ninja: fix handling of rust structured_sources in rare caseDylan Baker1-4/+11
2022-03-18structured_sources: fix subdir handlingDylan Baker1-6/+2
2022-03-07backends/ninja: Add support for structured sources with rustDylan Baker1-0/+43
2022-03-07backend/ninja: add rules to copy files to the build dirDylan Baker1-0/+12
2022-03-07Fix default install tag for shared lib symlinksXavier Claessens1-2/+1
2022-02-14shared module: Allow linking on AndroidNirbheek Chauhan1-1/+1
2022-02-10ninjabackend: fix rust program names with dashesAlyssa Ross1-1/+2
2022-02-02ninjabackend: treat link_whole_targets like link_targets for Rust targetsZach Reizner1-2/+5
2022-02-01backends/ninja: generate symlink aliases for rust/cs/swift libraries tooEli Schwartz1-1/+3
2022-01-12ninja backend: Fix custom_target() console: kwarg when using envDeclan Qian1-1/+2
2021-11-24shared_module: Add soname when used as a link targetNirbheek Chauhan1-1/+1
2021-11-15valac dependencies: use the canonical list of vala source namesEli Schwartz1-1/+1
2021-11-01various manual conversion of percent-formatted strings to f-stringsEli Schwartz1-1/+1
2021-11-01coverage generator: obey the documentation and only generate supported outputsEli Schwartz1-26/+34
2021-10-29Fix version requirement on Ninja feature.Jussi Pakkanen1-1/+1
2021-10-27fix various flake8 whitespace errorsEli Schwartz1-6/+6
2021-10-10Add --vsenv command line option and active VS only when neededXavier Claessens1-2/+1
2021-10-10ar linker: generate thin archives for uninstalled static librariesEli Schwartz1-1/+1
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