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
/
programs.py
Age
Commit message (
Expand
)
Author
2025-11-14
Extension of the executable is `exe' on OS/2
KO Myung-Hun
2025-10-15
revert local_program()
Eli Schwartz
2025-10-15
Add common ABC for ExternalProgram and LocalProgram
Xavier Claessens
2025-10-15
Replace OverrideExecutable and OverrideProgram with LocalProgram
Xavier Claessens
2025-10-11
Avoid running overriden program to get its version
Xavier Claessens
2025-01-08
programs: fix regex to match multi-digit major version
Patrick Steinhardt
2025-01-08
programs: favor version numbers with dots
Patrick Steinhardt
2025-01-07
fix missing extension in command path
Charles Brunet
2024-10-04
programs: Allow excluding certain paths when searching in PATH
Nirbheek Chauhan
2024-09-30
programs: Store the project version when overriding find_program
Nirbheek Chauhan
2024-09-14
Fix various incorrect uses of `its` vs `it's`.
Andrew McNulty
2024-06-23
find_program: add a kwarg to specify custom version argument
Dudemanguy
2023-12-13
Use SPDX-License-Identifier consistently
Dylan Baker
2023-08-03
run_command: Remove useless node argument
Xavier Claessens
2023-07-19
fix implicit_reexport issues and enforce them going forward
Eli Schwartz
2023-05-23
qt: Allow specifying separate tools for qt4/5/6
Nirbheek Chauhan
2023-04-11
fix various spelling issues
Josh Soref
2023-02-01
treewide: add future annotations import
Eli Schwartz
2022-12-07
Remove useless EmptyExternalProgram
Xavier Claessens
2022-06-17
ExternalProgram: Make get_version() work without interpreter
Xavier Claessens
2021-11-29
interpreter: use typed_kwargs for run_command
Dylan Baker
2021-11-29
interpreter: use typed_pos_args for run_command
Dylan Baker
2021-10-10
Fix typos discovered by codespell
Christian Clauss
2021-10-04
condense lines
Eli Schwartz
2021-10-04
f-strings
Eli Schwartz
2021-09-20
during executable lookup, do not search PATH if a directory component is given
Eli Schwartz
2021-06-29
fix: Always explicitly set encoding for text files (fixes #8263)
Daniel Mensinger
2021-06-18
holders: Move get_version from directly to ExternalProgram
Daniel Mensinger
2021-06-18
holders: Introduce HoldableObject
Daniel Mensinger
2021-03-19
Move OverrideProgram to programs
Dylan Baker
2021-03-19
programs: add type annotations
Dylan Baker
2021-03-19
split program related classes and functions out of dependencies
Dylan Baker