summaryrefslogtreecommitdiff
path: root/mesonbuild/templates
AgeCommit message (Expand)Author
2025-12-01templates: simplify (whitespace, flatten array)Sam James
2025-12-01templates: fix remaining languages for source file discovery tooSam James
2025-12-01templates: fix --executableSam James
2025-11-28templates: Define a macro for pubic APIs on OS/2KO Myung-Hun
2025-11-23templates: respect parametersSam James
2025-05-04templates: add missing space to cpp templateheather7283
2025-04-04templates: Fix style by adding space after ifPaul Caprioli
2025-01-08templates: use library() instead of shared_library()Dylan Baker
2025-01-08templates: Use modern pkgconfig generator APIDylan Baker
2025-01-08templates: add meson.override_dependency()Dylan Baker
2025-01-08templates: re-use existing template code for existing librariesDylan Baker
2025-01-08templates: plumb dependencies into the new project templateDylan Baker
2025-01-08templates: Don't overwrite files that existDylan Baker
2025-01-08templates: replace abc.abstractproperty with abc.abstractmethod and propertyDylan Baker
2025-01-08templates: standardize Meson formattingDylan Baker
2025-01-08templates: use a proper context manager with openDylan Baker
2025-01-08templates: avoid repeating ourselvesDylan Baker
2025-01-08templates: remove 'c' from vala projectsDylan Baker
2025-01-08templates: Add a Meson versionDylan Baker
2025-01-08templates: Update copyright informationDylan Baker
2024-12-09modernize Rust templatePaolo Bonzini
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