201 Commits (b4a512b9f8cecf11e54ffefbb0ee014a34cc00d2)

Author SHA1 Message Date
Dylan Baker 7f8961897a interpreter: add type annotations for program_from_overrides 4 years ago
Volker Weißmann 2c079d855e Added warning if run_command is called without the check kwarg 4 years ago
Eli Schwartz ec161fca4d configure_file: upgrade deprecation message to FeatureDeprecated 4 years ago
Eli Schwartz 8947352889 fix various flake8 whitespace errors 4 years ago
Xavier Claessens 6298e29070 message: Allow bool 4 years ago
Eli Schwartz f52a5a7cd3
wrap: move FeatureNew checks to a more natural place 4 years ago
Daniel Mensinger 220d5aa7ba interpreter: Fix missing holder entry (fixes #9389) 4 years ago
Xavier Claessens 928078982c Add --vsenv command line option and active VS only when needed 4 years ago
Christian Clauss a5020857f3 Fix typos discovered by codespell 4 years ago
Jussi Pakkanen 95d8b8787a Be more strict about target names with slashes. 4 years ago
Xavier Claessens 2628ce576c Add support for module options 4 years ago
Eli Schwartz 108bd996ee
add install_emptydir function 4 years ago
Daniel Mensinger dfec4385a7 interpreter: Move RangeHolder out of interpreterbase to interpreter 4 years ago
Daniel Mensinger af0587cb49 interpreter: Holderify arrays and dicts 4 years ago
Eli Schwartz 4ab70c5512
fix extra whitespace 4 years ago
Eli Schwartz f2eb1534dd
work around flake8 F811 for T.overload redefined functions 4 years ago
Eli Schwartz e33ba28ec4
better error message for modules returning the wrong value 4 years ago
Dylan Baker 3bb962975e interpreter: move some of CustomTarget's args to type_checking 4 years ago
Xavier Claessens 4deeb907b6 dependency: Allow searching for multiple names 4 years ago
Dylan Baker c3c30d4b06 interpreter: Use typed_kwargs for func_custom_target 4 years ago
Dylan Baker 74819dbd2a interpreter: Allow FileMode to be passed to _get_kwarg_install_mode 4 years ago
Dylan Baker 3bb6d56dcd interpreter: move command kwarg to type_checking 4 years ago
Dylan Baker a3e63a4269 interpreter: move KwargInfo('depends') to type_checking 4 years ago
Dylan Baker 0f6d6c914a interpreter: remove duplicate permittedKwargs 4 years ago
Dylan Baker d9c32f32d1 interpreter: move DEPFILE_KW to type_checkingt 4 years ago
Dylan Baker cb762f29fe interpreter: use typed_kwargs on func_run_target 4 years ago
Xavier Claessens d2fa6d5080 Make custom_target() name argument optional 4 years ago
Eli Schwartz 941b8a6dbc
fix message function accepting bools and casting to string 4 years ago
Daniel Mensinger d93d01b6c5 interpreter: Introduce StringHolder 4 years ago
Dylan Baker 68c23a6120 Add option to to transpile Cython to C++ 4 years ago
Dylan Baker d661a0cd96 build: use an object rather than a dict for the dep_manifest 4 years ago
Dylan Baker 88e5ff0575 interpreter: Add a few missing type annotations 4 years ago
Andrea Pappacoda 68eca11cc6 Use -Oz when optimization=s in Clang 4 years ago
Xavier Claessens e9386e80ae dependencyfallbacks: Use default_options for implicit fallbacks 4 years ago
Filipe Laíns af8b55d49b mintro: add installed_plan 4 years ago
Xavier Claessens 5e55a0bb2b interpreter: Add summary of all user defined options 4 years ago
Daniel Mensinger 43302d3296 interpreter: Introduce BooleanHolder for the bool primitive 4 years ago
Daniel Mensinger 43a6b5bd5e interpreter: Remove permissive from _unholder 4 years ago
Dylan Baker bd691b847c interpreter: use python dunders instead of lock for unpicklability 4 years ago
Daniel Mensinger 8d92e6d865 interpreter: Add IntegerHolder 4 years ago
Dylan Baker 4d7031437c pylint: turn on superflous-parens 4 years ago
Dylan Baker 81f5cee218 interpreter: rename EnvironmentVariablesObject -> EnvironmentVariablesHolder 4 years ago
Dylan Baker 3731e1d8f3 make EnvironmentVariablesObject a proper holder 4 years ago
Dylan Baker ec59cbdf61 interpreter: move 'env' to type_checking 4 years ago
Dylan Baker 11fbaf29d8 interpreter: fix cases of `KwargInfo(..., T, default=None)` 4 years ago
Dylan Baker 3f5d80b8bb interpreter: fix name of typed_kwargs for `test()` 4 years ago
Dylan Baker aa895b383c interpreter: Add a helper for checking constrained inputs 4 years ago
Rihards Skuja 4523e9d288 interpreter: fix IndexError when specifying dependency 'include_type' 4 years ago
Tristan Partin 959e1bb2e3 Add typed_kwargs to add_languages() 4 years ago
Eli Schwartz db04a3f5f2 Fix incomplete guidance on solving sandbox violations 4 years ago