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
/
test cases
/
common
/
14 configure file
Age
Commit message (
Expand
)
Author
2025-11-04
Add build target keyword parameter 'build_subdir' [v8]
Keith Packard
2025-06-08
add unittest for cmake preprocessing
Jan200101
2025-06-08
replace regex implementation for cmake with a parser
Jan200101
2024-12-19
add test case for @ and curly brace substitution with cmake format
Jan200101
2024-07-05
configuration_data: add test case for regression when merging a confdata
Eli Schwartz
2024-06-23
`configure_file`: update \@ escape logic
Matt Jolly
2023-04-11
fix various spelling issues
Josh Soref
2022-12-11
fix broken fs.copyfile function that crashed if you tried to use it
Eli Schwartz
2022-08-18
modules/fs: Replace configure_file(copy:) with fs.copyfile
Dylan Baker
2022-01-18
interpreterobjects: use typed_* for configuration_data.set*
Dylan Baker
2021-11-20
guard a complicated mlog.warning inside a Feature check
Eli Schwartz
2021-10-30
Added warning if run_command is called without the check kwarg
Volker Weißmann
2021-08-31
pylint: turn on superflous-parens
Dylan Baker
2021-05-23
Handle macOS filesystem sometimes setting lower digits to zero.
Jussi Pakkanen
2021-03-04
mass rewrite of string formatting to use f-strings everywhere
Eli Schwartz
2021-03-04
various python neatness cleanups
Eli Schwartz
2020-11-12
interpreter: Add get_keys function for configuration_data (#7887)
Jones
2020-02-25
test: merge installed_files.txt into test.json
Daniel Mensinger
2020-02-11
configure_file: Also copy timestamps to avoid useless rebuilds
Nirbheek Chauhan
2020-02-05
Test using a File as an argument to run_command.
Jussi Pakkanen
2019-11-28
Revert "Have set() and set_quoted() of configuration object work with newlines."
Xavier Claessens
2019-11-19
Have set() and set_quoted() of configuration object work with newlines.
Jehan
2019-11-17
Make all C main functions without arguments have "void" in arg list.
Jussi Pakkanen
2019-11-17
use '-Werror=unused-parameter' for gcc/clang on project tests and -fimplicit-...
Michael Hirsch, Ph.D
2019-09-30
Add depfile to configure_file()
Marc-André Lureau
2019-09-17
configure_file(): Allow multiple inputs in command mode
Xavier Claessens
2019-01-31
configure_file: Allow setting install_dir: false with deprecation
Nirbheek Chauhan
2019-01-13
interpreter: obey to the install argument in configure_file
Marco Trevisan (Treviño)
2018-10-08
configure_file: Support taking values from a dict
Xavier Claessens
2018-10-07
Substitute output file then check for conflict.
Christoph Behle
2018-09-30
Fix indentation (make it uniform) in test file "14 configure file/meson.build"
Guillermo Ignacio Enriquez Gutierrez
2018-08-19
Condense test dirs.
Jussi Pakkanen