summaryrefslogtreecommitdiff
path: root/mesonbuild/templates
AgeCommit message (Expand)Author
2023-12-13Use SPDX-License-Identifier consistentlyDylan Baker
2023-07-25templates: use common classes for remaining languagesDylan Baker
2023-07-25templates: use a common template for C# and JavaDylan Baker
2023-07-25templates: fix typo in function name `sameple` -> `sample`Dylan Baker
2023-07-25templates: move initializer to base classDylan Baker
2023-07-25templates/samplefactory: move type checking only import to special blockDylan Baker
2023-07-25minit: use a Protocol for argumentsDylan Baker
2023-02-01treewide: add future annotations importEli Schwartz
2022-11-17Fix a typo in the CUDA templateZihua Wu
2022-01-27flake8: fix indentation styleEli Schwartz
2021-11-16Add vala templateAlberto Fanjul
2021-08-15editorconfig: add setting to trim trailing whitespaceEli Schwartz
2021-06-29fix: Always explicitly set encoding for text files (fixes #8263)Daniel Mensinger
2021-03-04mass rewrite of string formatting to use f-strings everywhereEli Schwartz
2020-09-08typing: Fix templatesDaniel Mensinger
2020-04-01cuda: Fix meson template (fixes #6869)Daniel Mensinger
2020-04-01Fix meson_jar_templateJan Alexander Steffens (heftig)
2020-03-19sample factory implementationMichael
2020-03-08add logic for Java jar projectMichael
2020-02-22tests: Ensure that executable and library are named differentlyNirbheek Chauhan
2020-02-02add new templatesMichael
2019-12-31Make D template work even if dub is not available.Jussi Pakkanen
2019-11-02Minit templates modularizationMichael Hirsch, Ph.D