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
/
modules
/
dlang.py
Age
Commit message (
Expand
)
Author
2023-12-13
Use SPDX-License-Identifier consistently
Dylan Baker
2023-06-26
dependencies: move dub to a hidden package internal detail
Eli Schwartz
2023-02-01
treewide: add future annotations import
Eli Schwartz
2022-08-17
modules: use module level information about new and deprecation
Dylan Baker
2022-03-24
dub module: use typed_pos_args to check positional arguments
Eli Schwartz
2021-12-31
add FeatureNew decorators for various modules that were lacking them
Eli Schwartz
2021-12-21
modules: use find_program implementation to find programs
Eli Schwartz
2021-08-03
modules/dlang: Fix dependencies that should have been updated
Dylan Baker
2021-06-29
fix: Always explicitly set encoding for text files (fixes #8263)
Daniel Mensinger
2021-06-03
deps: Split dependencies.base
Daniel Mensinger
2021-05-28
modules: Add methods dict everywhere
Xavier Claessens
2021-05-28
modules: Remove snippet methods
Xavier Claessens
2021-03-19
split program related classes and functions out of dependencies
Dylan Baker
2021-03-04
various python neatness cleanups
Eli Schwartz
2018-07-16
dlang module: allow all configuration types when generating dub.json
FFY00
2018-06-17
dlang module: add a method to generate a dub file
FFY00