Age | Commit message (Expand) | Author | Files | Lines |
2022-04-14 | typo | Eli Schwartz | 1 | -1/+1 |
2022-03-29 | move a bunch of imports into TYPE_CHECKING blocks | Eli Schwartz | 1 | -4/+4 |
2022-03-13 | Merge pull request #9339 from dcbaker/submit/structured_sources | Jussi Pakkanen | 1 | -0/+6 |
2022-03-07 | treewide: string-quote the first argument to T.cast | Eli Schwartz | 1 | -1/+1 |
2022-03-07 | interpreter: Add a holder for StructuredSources | Dylan Baker | 1 | -0/+6 |
2022-03-07 | Fix mypy CI. | Jussi Pakkanen | 1 | -1/+1 |
2022-03-07 | Merge pull request #10043 from dcbaker/submit/type-checking-for-subproject | Jussi Pakkanen | 1 | -3/+6 |
2022-03-06 | find_program: add a version() method to match the one for dependencies | Eli Schwartz | 1 | -0/+12 |
2022-03-03 | interpreter: fix mismatched type expectations | Dylan Baker | 1 | -2/+2 |
2022-03-03 | interpreter: add cm_interpreter to SubprojectHolder | Dylan Baker | 1 | -1/+4 |
2022-03-01 | clean up FeatureCheck signature to move location to use time | Eli Schwartz | 1 | -2/+2 |
2022-02-28 | Allow setting method/separator in environment() and meson.add_devenv() | Xavier Claessens | 1 | -8/+4 |
2022-02-14 | FeatureNew: add mypy type annotations for subproject arg | Eli Schwartz | 1 | -1/+2 |
2022-02-09 | add some forgotten FeatureNew annotations | Eli Schwartz | 1 | -0/+3 |
2022-02-01 | interpreter: support for forcibly verbose logging of some tests | Paolo Bonzini | 1 | -1/+2 |
2022-01-23 | interpreterobjects: Don't warn on set10(bool) | Dylan Baker | 1 | -1/+4 |
2022-01-18 | interpreterobjects: deprecated passing a number to configuration_data.set10 | Dylan Baker | 1 | -0/+8 |
2022-01-18 | interpreterobjects: remove no-flattening from configuraiton_data.get | Dylan Baker | 1 | -1/+0 |
2022-01-18 | interpreterobjects: don't allow keyword arguments in configuration_data.keys | Dylan Baker | 1 | -0/+1 |
2022-01-18 | interpreter: replace ConfigurationDataObject with ConfigurationDataHolder | Dylan Baker | 1 | -28/+22 |
2022-01-18 | interpreterobjects: clean up ConfigurationData initializer | Dylan Baker | 1 | -4/+2 |
2022-01-18 | interpreterobjects: use typed_* for configuration_data.set* | Dylan Baker | 1 | -43/+23 |
2022-01-18 | interpreterobjects: use typed_* with configuration_data.merge_from | Dylan Baker | 1 | -7/+5 |
2022-01-18 | interpreterobjects: use typed_* with configuration_data.get_unquoted | Dylan Baker | 1 | -7/+5 |
2022-01-18 | interpreterobjects: use typed_args for configuration_data.get | Dylan Baker | 1 | -12/+6 |
2022-01-18 | interpreterobjects: use typed_pos_args and noKwargs for configuration.data.has | Dylan Baker | 1 | -1/+3 |
2022-01-18 | interpreterobjects: use typed_kwargs for dependency.get_variable | Dylan Baker | 1 | -8/+20 |
2022-01-18 | interpreterobjects: use typed_kwargs for dependency.get_pkgconfig_variable | Dylan Baker | 1 | -2/+12 |
2022-01-18 | dependencies: don't pass kwargs from get_pkgconfig_variable | Dylan Baker | 1 | -1/+1 |
2022-01-18 | interpreterobjects: use typed_kwargs for FeatureOption.require | Dylan Baker | 1 | -10/+9 |
2022-01-18 | interpreterobjects: use typed_pos_args for FeatureOpotion | Dylan Baker | 1 | -10/+4 |
2022-01-18 | interpreterobjects: use typed_pos_args for dependency.as_system_method | Dylan Baker | 1 | -11/+3 |
2022-01-18 | interpreterobjects: use typed_pos_args for dependency.get_configtool_variable | Dylan Baker | 1 | -8/+3 |
2022-01-18 | interpreterobjects: use typed_pos_args for dependency.get_pkgconfig_variable | Dylan Baker | 1 | -8/+3 |
2022-01-18 | interpreterobjects: consistently use dependency. for error messages | Dylan Baker | 1 | -16/+16 |
2021-12-17 | Fix mypy errors | Daniel Mensinger | 1 | -0/+1 |
2021-12-06 | interpreter: use build.GeneratedTypes | Paolo Bonzini | 1 | -1/+1 |
2021-12-06 | interpreter: allow extract_objects to receive generated sources | Paolo Bonzini | 1 | -2/+2 |
2021-12-01 | add install_symlink function | Pablo Correa Gómez | 1 | -0/+3 |
2021-11-30 | fix broken FeatureNew checks that never printed | Eli Schwartz | 1 | -2/+2 |
2021-11-25 | interpreter: fix `feature.require` handling of error message | Benoit Pierre | 1 | -1/+2 |
2021-11-01 | various manual conversion of percent-formatted strings to f-strings | Eli Schwartz | 1 | -5/+5 |
2021-10-30 | Typo fixes (CustomTaget -> CustomTarget) | rusty-snake | 1 | -1/+1 |
2021-10-10 | Fix typos discovered by codespell | Christian Clauss | 1 | -2/+2 |
2021-10-08 | add install_emptydir function | Eli Schwartz | 1 | -0/+3 |
2021-10-04 | remove f from f-string that has no formatting | Eli Schwartz | 1 | -1/+1 |
2021-09-25 | Remove helpers.check_stringlist() | Daniel Mensinger | 1 | -10/+13 |
2021-09-01 | interpreter: Remove permissive from _unholder | Daniel Mensinger | 1 | -3/+3 |
2021-08-31 | pylint: enable unnecessary-not check | Dylan Baker | 1 | -1/+1 |
2021-08-30 | interpreter: rename EnvironmentVariablesObject -> EnvironmentVariablesHolder | Dylan Baker | 1 | -3/+3 |