Age | Commit message (Expand) | Author | Files | Lines |
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 | 3 | -41/+42 |
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 | 2 | -43/+28 |
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 | 2 | -8/+31 |
2022-01-18 | interpreterobjects: use typed_kwargs for dependency.get_pkgconfig_variable | Dylan Baker | 2 | -2/+18 |
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 | 2 | -10/+14 |
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 |
2022-01-12 | subproject: fix version validation on lookup | Øyvind Aarrestad Aakre | 1 | -0/+5 |
2021-12-30 | remove no longer needed validation routine | Eli Schwartz | 1 | -6/+4 |
2021-12-30 | add_*_script: fix incorrect typed_pos_args allowing built targets | Eli Schwartz | 1 | -8/+8 |
2021-12-30 | add_*_script: fix missing FeatureNew for non-string arguments | Eli Schwartz | 1 | -14/+10 |
2021-12-20 | restore additional info about the potential cause of find_program failing | Eli Schwartz | 1 | -1/+1 |
2021-12-20 | restore the ability in the backend to silently find a program | Eli Schwartz | 1 | -2/+4 |
2021-12-17 | Fix mypy errors | Daniel Mensinger | 1 | -0/+1 |
2021-12-07 | custom_target: catch and reject input files that do not exist | Eli Schwartz | 1 | -10/+14 |
2021-12-07 | interpreter: use common DEPENDS_KW | Dylan Baker | 2 | -3/+3 |
2021-12-07 | interpreter: move more custom_target keyword arguments to the type_checking m... | Dylan Baker | 2 | -3/+8 |
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-06 | allow passing a CustomTargetIndex as argument to a test | Paolo Bonzini | 1 | -1/+1 |
2021-12-01 | add install_symlink function | Pablo Correa Gómez | 2 | -0/+25 |
2021-12-01 | interpreter: reorder functions alphabetically | Pablo Correa Gómez | 1 | -15/+15 |
2021-11-30 | fix broken FeatureNew checks that never printed | Eli Schwartz | 1 | -2/+2 |
2021-11-29 | interpreter: allow Compiler as a variadic positional argument | Dylan Baker | 1 | -6/+15 |
2021-11-29 | interpreter: use typed_kwargs for run_command | Dylan Baker | 2 | -16/+22 |
2021-11-29 | interpreter: use typed_pos_args for run_command | Dylan Baker | 1 | -8/+18 |
2021-11-28 | make sure files arguments to compiler.compiles and friends, performs rebuild | Eli Schwartz | 1 | -0/+3 |
2021-11-27 | Merge pull request #9531 from dcbaker/submit/interpreter-more-typing | Jussi Pakkanen | 4 | -114/+193 |
2021-11-25 | interpreter: fix `feature.require` handling of error message | Benoit Pierre | 1 | -1/+2 |
2021-11-23 | interpreter: extract_objects provides a valid source | Paolo Bonzini | 1 | -4/+5 |
2021-11-22 | simplify passing some nodes around | Eli Schwartz | 1 | -2/+2 |
2021-11-22 | interpreter: use typed_kwargs for find_program | Dylan Baker | 2 | -10/+20 |
2021-11-22 | interpreter: use find_program_impl internally instead of func_find_program | Dylan Baker | 2 | -4/+4 |
2021-11-22 | interpreter: move disabler KwargInfo to the type_checking module | Dylan Baker | 2 | -1/+4 |
2021-11-22 | interpreter: use typed_pos_args for find_program | Dylan Baker | 1 | -8/+6 |
2021-11-22 | interpreter: add type annotations to find_program_impl | Dylan Baker | 1 | -4/+8 |
2021-11-22 | interpreter: use typed_* args for the summary function | Dylan Baker | 2 | -24/+28 |
2021-11-22 | interpreter: add typed_kwargs to subdir | Dylan Baker | 2 | -7/+30 |