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
/
38 run program
Age
Commit message (
Collapse
)
Author
2018-08-19
Condense test dirs.
Jussi Pakkanen
2018-08-11
Skip FeatureNew checks when project() has not been parsed
Nirbheek Chauhan
Fixes https://github.com/mesonbuild/meson/issues/3944
2018-06-18
run_command: Add new kwarg 'capture'
Nirbheek Chauhan
capture: false means we won't try to read the stdout at all. Closes https://github.com/mesonbuild/meson/issues/3364
2016-09-08
Can use files() in run_command.
Jussi Pakkanen
2015-08-16
Use system() instead of name() which is a confusing term.
Jussi Pakkanen
2015-07-27
Now host_machine, build_machine and target_machine are properly separated ↵
Jussi Pakkanen
and return correct values.
2013-08-24
Can run test suite through mingw cross compiler.
Jussi Pakkanen
2013-07-01
Windows command execution works.
Jussi Pakkanen
2013-06-30
Can run local script files as well as commands.
Jussi Pakkanen
2013-06-30
Can invoke methods on general statements and not just variable names.
Jussi Pakkanen
2013-06-30
Can run external programs and capture their output. Also some string ↵
Jussi Pakkanen
function work.