279 Commits (a044f42308b576f0739e50fec7e03327b4b4c66a)

Author SHA1 Message Date
Dylan Baker f9445300b3 structured_sources: fix subdir handling 3 years ago
Eli Schwartz e54e9f58e5 give subproject interpreters a view of user defined options 3 years ago
Eli Schwartz 5cb9f2b066 fix regression in vcs_tag when the VCS program is not installed 3 years ago
Eli Schwartz 7df6c6a728
add early sanity check for test programs existing 3 years ago
Eli Schwartz c231c4bd2a
move a bunch of imports into TYPE_CHECKING blocks 3 years ago
Dylan Baker 7d1431a060 build: plumb structured sources into BuildTargets 3 years ago
Dylan Baker cbc62e892a interpreter: add an implementation for structured_sources 3 years ago
Dylan Baker fd55ff6a72 interpreter: Add a holder for StructuredSources 3 years ago
Dylan Baker bcf1583bb0 interpreter: teach source_strings_to_files about StructuredSources 3 years ago
Eli Schwartz 6ddba5c542
remove unused code after subproject conversion to typed_kwargs 3 years ago
Dylan Baker bcf924dc7b interpreter: annotate the find_program chain 3 years ago
Dylan Baker 5e89953dbb interpreter: fix some low hanging type annotations issues 3 years ago
Dylan Baker 643b3f227e interpreter: fix mismatched type expectations 3 years ago
Dylan Baker a760ef5b60 interpreter: Fix type violation in do_subproject_cmake 3 years ago
Dylan Baker 3e90f27703 interpreter: replace build_def_files with OrderedSet 3 years ago
Dylan Baker 82f43ba8c5 interpreter: fix Interpreter type annotations 3 years ago
Dylan Baker 4a2058cb83 interpreter: use typed_kwargs for subproject() 3 years ago
Dylan Baker 71c65392a8 interpreter: add some simple annotations to subproject methods 3 years ago
Dylan Baker 122b9db7b0 interpreter: Use a literal for the do_subproject helper 3 years ago
Dylan Baker ca64777315 interpreter: annotate subproject_stack 3 years ago
Remi Thebault 4fe6f0dd29 add D features to InternalDependency 3 years ago
Eli Schwartz 2bcc204a11
document and raise an error for disallowed combination of install_headers args 3 years ago
Dylan Baker 0f090147ef interpreter: delete now unnecessary code 3 years ago
Dylan Baker 23f666b497 interpreter: use typed_kwargs for configure_file 3 years ago
Dylan Baker 272308ff05 interpreter: use a shared KwargInfo for install_tag 3 years ago
Dylan Baker f03c712d17 interpreter: fix notfound_program method 3 years ago
Eli Schwartz 23e767176e allow dependency checks to bubble up feature warnings to the interpreter 3 years ago
Xavier Claessens 6acfe48f32 Allow setting method/separator in environment() and meson.add_devenv() 3 years ago
Christian Wendt 3478e968d2 Add missing install_tag kwarg to install_emptydir() 3 years ago
Eli Schwartz 60c893f1c2
flake8: remove some redundant separators 3 years ago
Eli Schwartz baecebda0e
flake8: fix typoed whitespace surrounding tokens 3 years ago
Eli Schwartz 7a1e8eecaf
formatting improvement for include_directories sandbox violation warning 3 years ago
Eli Schwartz f08aabfb77
validate the literal directory "subprojects" when checking sandbox violations 3 years ago
Jussi Pakkanen b497becc87 Guard against empty string in subdir(). 3 years ago
Paolo Bonzini fc661c35a2 interpreter: support for forcibly verbose logging of some tests 3 years ago
Dylan Baker 11f9638035 build: replace kwargs in CustomTarget initializer 3 years ago
Dylan Baker b402817fb6 interpreter: use find_program_impl instead of shutil.which for vcs_tag 3 years ago
Dylan Baker cc4160db04 interpreter: remove dead code from custom_target 3 years ago
Dylan Baker 08f06b237e interpreter: use typed_kwargs for vcs_tag 3 years ago
Eli Schwartz d9f55d774c
add location data to various Feature checks 3 years ago
Eli Schwartz 1913a4246c
pkgconfig module: fix incorrect Feature logging for uninstalled_variables 3 years ago
Eli Schwartz fa4f96427a remove incorrect deprecated feature for vcs_tag 3 years ago
Eli Schwartz 7e0004d8cf move the version info for build_always* directly into the kwarginfo 3 years ago
Eli Schwartz 3990dc6d64 flake8: fix indentation style 3 years ago
Eli Schwartz a0d28e850e properly error out when project version is an array other than files() 3 years ago
Dylan Baker 5074e2d3b5 interpreter: replace ConfigurationDataObject with ConfigurationDataHolder 3 years ago
Øyvind Aarrestad Aakre 5b3094d43b subproject: fix version validation on lookup 3 years ago
Eli Schwartz d25a335503
restore additional info about the potential cause of find_program failing 3 years ago
Eli Schwartz 71ae5ccb65
restore the ability in the backend to silently find a program 3 years ago
Eli Schwartz 1e5d7f2122
custom_target: catch and reject input files that do not exist 3 years ago