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
/
interpreter.py
Age
Commit message (
Expand
)
Author
2021-04-01
interpreter: Move to its own folder and split it
Xavier Claessens
2021-03-26
Remove ConfigureFile and ConfigureFileHolder
Xavier Claessens
2021-03-24
Use find_program also in add_*_script for consistency.
Jussi Pakkanen
2021-03-24
Use find_program also in custom_target for consistency.
Jussi Pakkanen
2021-03-23
interpreter: Fix spurious warning in include_directories()
Xavier Claessens
2021-03-23
environment(): Allow stacking append() and prepend() (#8547)
Xavier Claessens
2021-03-23
Merge pull request #7491 from xclaesse/callstack
Jussi Pakkanen
2021-03-23
Remove -pipe from default list of args. Closes #8508.
Jussi Pakkanen
2021-03-22
mlog: Do not print 'subproject|' for the message 'Executing subproject'
Xavier Claessens
2021-03-22
interpreter: Do not print "method meson"
Xavier Claessens
2021-03-22
logs: Prepend current subproject name to all messages
Xavier Claessens
2021-03-19
Move OverrideProgram to programs
Dylan Baker
2021-03-19
split program related classes and functions out of dependencies
Dylan Baker
2021-03-18
Allow add_dist_script() in subprojects
Xavier Claessens
2021-03-18
interpreter: Add varname as positional arg in dep.get_variable()
Xavier Claessens
2021-03-17
Warn when grabbing internals of subprojects with include_directories.
Jussi Pakkanen
2021-03-16
Add range() function
Xavier Claessens
2021-03-16
msetup: do not print bogus "Option ... is:" messages
Paolo Bonzini
2021-03-16
Add `meson devenv` command and meson.add_devenv()
Xavier Claessens
2021-03-16
EnvironmentVariables: Simplify and annotate
Xavier Claessens
2021-03-14
Fix run_targets running scripts from different subdirs.
Jussi Pakkanen
2021-03-12
interpreter: Cache found dependency before converting for include_type
Xavier Claessens
2021-03-06
Refactor subdir visitation to track files instead of dirs.
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
2021-03-04
Simplify module API
Xavier Claessens
2021-03-04
interpreter: Fix process_new_values()
Xavier Claessens
2021-02-27
install_man locale support
Jason Woodward
2021-02-26
interpreter: Clean up and simplify/optimize get_(external|cross)_property
Dylan Baker
2021-02-26
interpreter: correctly track whether a subproject is initialized
Dylan Baker
2021-02-26
Allow printing UserOptions in the summary
Stephen Gregoratto
2021-02-26
meson: add .has_external_property() methods
Tim-Philipp Müller
2021-02-25
deprecated `meson.get_cross_property`
Dylan Baker
2021-02-25
interpreter: stop using hasattr for held_object
Dylan Baker
2021-02-25
interpreter: Fix ObjectHolder usage
Dylan Baker
2021-02-25
Support multiple args in error()
Xavier Claessens
2021-02-22
minstall: Add --skip-subprojects option
Xavier Claessens
2021-02-17
Do not validate options when finding non-matching
Dylan Baker
2021-02-07
Merge pull request #8162 from dcbaker/wip/2021-01/rust-module-bindgen
Jussi Pakkanen
2021-02-07
Merge pull request #8288 from bonzini/test-setup-exclude-suites
Jussi Pakkanen
2021-02-07
Merge pull request #8305 from xclaesse/run-target-env
Jussi Pakkanen
2021-02-06
interpreter: Add annotations for CustomTargetHolder
Dylan Baker
2021-02-06
Add a method to IncludeDirs to convert to string list
Dylan Baker
2021-02-06
interpreter: use noPosArgs and noKwargs instead of opencoding
Dylan Baker
2021-02-05
run_target: Add env kwarg
Xavier Claessens
2021-02-04
Introduce `fs.read` to read a file as a string
Luke Drummond
2021-02-02
interpreter, mtest: introduce add_test_setup(exclude_suites: ...)
Paolo Bonzini
2021-01-30
add_install_script: add skip_if_destdir kwarg
Xavier Claessens
2021-01-30
Fix executable as script on Windows
Xavier Claessens
2021-01-29
Can read project version from a file.
Jussi Pakkanen
[next]