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
/
scripts
/
depscan.py
Age
Commit message (
Expand
)
Author
2024-03-29
scripts/depscan: remove unnecessary function
Dylan Baker
2024-03-29
scripts/depscan: pick language once, at configure time
Dylan Baker
2024-03-29
scripts/depscan: combine pickle and JSON data into a single file
Dylan Baker
2024-03-28
depscan: use a defaultdict to simplify append action
Dylan Baker
2023-12-13
Use SPDX-License-Identifier consistently
Dylan Baker
2022-07-25
ninja depscanner: handle C++ sources named capital C
Eli Schwartz
2022-07-16
Ignore encoding errors when scanning. Closes #10571.
Jussi Pakkanen
2022-03-29
move a bunch of imports into TYPE_CHECKING blocks
Eli Schwartz
2021-10-27
fix various flake8 whitespace errors
Eli Schwartz
2021-10-04
fix extra whitespace
Eli Schwartz
2021-10-04
various python neatness cleanups
Eli Schwartz
2021-08-31
pylint: turn on superflous-parens
Dylan Baker
2021-08-18
backends/ninja: write depscan input files to json
Dylan Baker
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
2021-03-04
raw string literals are next to godliness
Eli Schwartz
2021-01-20
Use case-insensitive suffix check for fortran
Jonas Lundholm Bertelsen
2021-01-13
Fix misspells
Antonin Décimo
2020-12-25
Extend the C++ module scanner to handle Fortran, too.
Jussi Pakkanen
2020-12-13
Add mypy annotations.
Jussi Pakkanen
2020-12-13
Scan all C++ sources and ignore everything else.
Jussi Pakkanen
2020-12-13
C++ module compilation works for a simple project.
Jussi Pakkanen