aboutsummaryrefslogtreecommitdiff
path: root/test cases/common/14 configure file
AgeCommit message (Expand)AuthorFilesLines
2023-04-11fix various spelling issuesJosh Soref1-1/+1
2022-12-11fix broken fs.copyfile function that crashed if you tried to use itEli Schwartz2-2/+7
2022-08-18modules/fs: Replace configure_file(copy:) with fs.copyfileDylan Baker1-1/+21
2022-01-18interpreterobjects: use typed_* for configuration_data.set*Dylan Baker1-3/+0
2021-11-20guard a complicated mlog.warning inside a Feature checkEli Schwartz1-1/+1
2021-10-30Added warning if run_command is called without the check kwargVolker Weißmann2-10/+10
2021-08-31pylint: turn on superflous-parensDylan Baker2-2/+2
2021-05-23Handle macOS filesystem sometimes setting lower digits to zero.Jussi Pakkanen1-1/+15
2021-03-04mass rewrite of string formatting to use f-strings everywhereEli Schwartz2-3/+3
2021-03-04various python neatness cleanupsEli Schwartz1-1/+1
2020-11-12interpreter: Add get_keys function for configuration_data (#7887)Jones1-0/+1
2020-02-25test: merge installed_files.txt into test.jsonDaniel Mensinger2-4/+8
2020-02-11configure_file: Also copy timestamps to avoid useless rebuildsNirbheek Chauhan1-3/+9
2020-02-05Test using a File as an argument to run_command.Jussi Pakkanen1-0/+6
2019-11-28Revert "Have set() and set_quoted() of configuration object work with newlines."Xavier Claessens2-12/+0
2019-11-19Have set() and set_quoted() of configuration object work with newlines.Jehan2-0/+12
2019-11-17Make all C main functions without arguments have "void" in arg list.Jussi Pakkanen8-8/+8
2019-11-17use '-Werror=unused-parameter' for gcc/clang on project tests and -fimplicit-...Michael Hirsch, Ph.D8-8/+8
2019-09-30Add depfile to configure_file()Marc-André Lureau3-0/+30
2019-09-17configure_file(): Allow multiple inputs in command modeXavier Claessens2-0/+20
2019-01-31configure_file: Allow setting install_dir: false with deprecationNirbheek Chauhan1-0/+6
2019-01-13interpreter: obey to the install argument in configure_fileMarco Trevisan (Treviño)1-0/+7
2018-10-08configure_file: Support taking values from a dictXavier Claessens2-0/+42
2018-10-07Substitute output file then check for conflict.Christoph Behle5-0/+24
2018-09-30Fix indentation (make it uniform) in test file "14 configure file/meson.build"Guillermo Ignacio Enriquez Gutierrez1-27/+16
2018-08-19Condense test dirs.Jussi Pakkanen29-0/+550