315 Commits (b85ffbacb12701382da3404c9bd5aaf56e2c883f)

Author SHA1 Message Date
Xavier Claessens 3af39a463b Interpreter: Fallback when required is false but forcefallback is true 4 years ago
Jussi Pakkanen e80a13af73 Xcode: do not reuse objs in both_libraries because Xcode fails on targets with no sources. 4 years ago
Xavier Claessens b3a76fea64 interpreter: Add missing allow_fallback kwarg 4 years ago
Xavier Claessens 7ffe1b4a66 interpreter: Split permitted_kwargs dict 4 years ago
Xavier Claessens 558a7bc6ff interpreter: Move to its own folder and split it 4 years ago
Xavier Claessens 3fb9311d10 Remove ConfigureFile and ConfigureFileHolder 4 years ago
Jussi Pakkanen c8826e907a Use find_program also in add_*_script for consistency. 4 years ago
Jussi Pakkanen 80c89a650b Use find_program also in custom_target for consistency. 4 years ago
Xavier Claessens 37d4c86e5b interpreter: Fix spurious warning in include_directories() 4 years ago
Xavier Claessens 1be13710ad
environment(): Allow stacking append() and prepend() (#8547) 4 years ago
Jussi Pakkanen 9ab4dadef9 Remove -pipe from default list of args. Closes #8508. 4 years ago
Xavier Claessens 8cd4d0b283 mlog: Do not print 'subproject|' for the message 'Executing subproject' 4 years ago
Xavier Claessens 7c3418204f interpreter: Do not print "method meson" 4 years ago
Xavier Claessens 3c1ccb923f logs: Prepend current subproject name to all messages 4 years ago
Dylan Baker 9016e4596c Move OverrideProgram to programs 4 years ago
Dylan Baker 40e3577a65 split program related classes and functions out of dependencies 4 years ago
Xavier Claessens 3990754bf5 Allow add_dist_script() in subprojects 4 years ago
Xavier Claessens 848e360450 interpreter: Add varname as positional arg in dep.get_variable() 4 years ago
Jussi Pakkanen fe4ddb5268 Warn when grabbing internals of subprojects with include_directories. 4 years ago
Xavier Claessens a45f939092 Add range() function 4 years ago
Paolo Bonzini 5cd7f5f8c5 msetup: do not print bogus "Option ... is:" messages 4 years ago
Xavier Claessens 598e968993 Add `meson devenv` command and meson.add_devenv() 4 years ago
Xavier Claessens e0fcccc6e2 EnvironmentVariables: Simplify and annotate 4 years ago
Jussi Pakkanen be86199221 Fix run_targets running scripts from different subdirs. 4 years ago
Xavier Claessens 1f3bf0f135 interpreter: Cache found dependency before converting for include_type 4 years ago
Jussi Pakkanen fcbab5948c Refactor subdir visitation to track files instead of dirs. 4 years ago
Eli Schwartz 6a0fabc647
mass rewrite of string formatting to use f-strings everywhere 4 years ago
Eli Schwartz 4340bf34fa
various python neatness cleanups 4 years ago
Xavier Claessens ba9bfd2bd8 Simplify module API 4 years ago
Xavier Claessens 1e69908be5 interpreter: Fix process_new_values() 4 years ago
Jason Woodward 50af09de03 install_man locale support 4 years ago
Dylan Baker 219535aad4 interpreter: Clean up and simplify/optimize get_(external|cross)_property 4 years ago
Dylan Baker e079553959 interpreter: correctly track whether a subproject is initialized 4 years ago
Stephen Gregoratto ec5fe58e6d Allow printing UserOptions in the summary 4 years ago
Tim-Philipp Müller ace22f21a7 meson: add .has_external_property() methods 4 years ago
Dylan Baker aa4efc709e deprecated `meson.get_cross_property` 4 years ago
Dylan Baker eba9535428 interpreter: stop using hasattr for held_object 4 years ago
Dylan Baker 69c22181f7 interpreter: Fix ObjectHolder usage 4 years ago
Xavier Claessens cef5cab23c Support multiple args in error() 4 years ago
Xavier Claessens 2fabd4c7dc minstall: Add --skip-subprojects option 4 years ago
Dylan Baker 867963f131 Do not validate options when finding non-matching 4 years ago
Dylan Baker 9d441d26d2 interpreter: Add annotations for CustomTargetHolder 4 years ago
Dylan Baker 5f624657a0 Add a method to IncludeDirs to convert to string list 4 years ago
Dylan Baker bb2124084d interpreter: use noPosArgs and noKwargs instead of opencoding 4 years ago
Xavier Claessens 522392e755 run_target: Add env kwarg 4 years ago
Luke Drummond 46e3480f7c Introduce `fs.read` to read a file as a string 4 years ago
Paolo Bonzini c7c2bc8db1 interpreter, mtest: introduce add_test_setup(exclude_suites: ...) 4 years ago
Xavier Claessens 6c6b5d77d6 add_install_script: add skip_if_destdir kwarg 4 years ago
Xavier Claessens 0626465ea8 Fix executable as script on Windows 4 years ago
Jussi Pakkanen 3f0a0c1582 Can read project version from a file. 4 years ago