index
:
meson
clippy-json
master
Unnamed repository; edit this file 'description' to name the repository.
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mesonbuild
/
templates
Age
Commit message (
Expand
)
Author
2025-12-01
templates: simplify (whitespace, flatten array)
Sam James
2025-12-01
templates: fix remaining languages for source file discovery too
Sam James
2025-12-01
templates: fix --executable
Sam James
2025-11-28
templates: Define a macro for pubic APIs on OS/2
KO Myung-Hun
2025-11-23
templates: respect parameters
Sam James
2025-05-04
templates: add missing space to cpp template
heather7283
2025-04-04
templates: Fix style by adding space after if
Paul Caprioli
2025-01-08
templates: use library() instead of shared_library()
Dylan Baker
2025-01-08
templates: Use modern pkgconfig generator API
Dylan Baker
2025-01-08
templates: add meson.override_dependency()
Dylan Baker
2025-01-08
templates: re-use existing template code for existing libraries
Dylan Baker
2025-01-08
templates: plumb dependencies into the new project template
Dylan Baker
2025-01-08
templates: Don't overwrite files that exist
Dylan Baker
2025-01-08
templates: replace abc.abstractproperty with abc.abstractmethod and property
Dylan Baker
2025-01-08
templates: standardize Meson formatting
Dylan Baker
2025-01-08
templates: use a proper context manager with open
Dylan Baker
2025-01-08
templates: avoid repeating ourselves
Dylan Baker
2025-01-08
templates: remove 'c' from vala projects
Dylan Baker
2025-01-08
templates: Add a Meson version
Dylan Baker
2025-01-08
templates: Update copyright information
Dylan Baker
2024-12-09
modernize Rust template
Paolo Bonzini
2023-12-13
Use SPDX-License-Identifier consistently
Dylan Baker
2023-07-25
templates: use common classes for remaining languages
Dylan Baker
2023-07-25
templates: use a common template for C# and Java
Dylan Baker
2023-07-25
templates: fix typo in function name `sameple` -> `sample`
Dylan Baker
2023-07-25
templates: move initializer to base class
Dylan Baker
2023-07-25
templates/samplefactory: move type checking only import to special block
Dylan Baker
2023-07-25
minit: use a Protocol for arguments
Dylan Baker
2023-02-01
treewide: add future annotations import
Eli Schwartz
2022-11-17
Fix a typo in the CUDA template
Zihua Wu
2022-01-27
flake8: fix indentation style
Eli Schwartz
2021-11-16
Add vala template
Alberto Fanjul
2021-08-15
editorconfig: add setting to trim trailing whitespace
Eli Schwartz
2021-06-29
fix: Always explicitly set encoding for text files (fixes #8263)
Daniel Mensinger
2021-03-04
mass rewrite of string formatting to use f-strings everywhere
Eli Schwartz
2020-09-08
typing: Fix templates
Daniel Mensinger
2020-04-01
cuda: Fix meson template (fixes #6869)
Daniel Mensinger
2020-04-01
Fix meson_jar_template
Jan Alexander Steffens (heftig)
2020-03-19
sample factory implementation
Michael
2020-03-08
add logic for Java jar project
Michael
2020-02-22
tests: Ensure that executable and library are named differently
Nirbheek Chauhan
2020-02-02
add new templates
Michael
2019-12-31
Make D template work even if dub is not available.
Jussi Pakkanen
2019-11-02
Minit templates modularization
Michael Hirsch, Ph.D