Age | Commit message (Expand) | Author | Files | Lines |
2022-04-07 | Revert "wayland: Also lookup scanner in pkgconfig" | Eli Schwartz | 1 | -20/+4 |
2022-04-04 | wayland: Also lookup scanner in pkgconfig | Xavier Claessens | 1 | -4/+20 |
2022-03-30 | Add new debug() function | Marvin Scholz | 1 | -0/+8 |
2022-03-29 | Pass environment down to base Target class | Xavier Claessens | 1 | -2/+5 |
2022-03-24 | Make compilers list per subproject | Xavier Claessens | 1 | -18/+19 |
2022-03-22 | interpreter: Make compiler options per-subproject | Xavier Claessens | 1 | -0/+10 |
2022-03-18 | structured_sources: fix subdir handling | Dylan Baker | 1 | -1/+5 |
2022-03-13 | give subproject interpreters a view of user defined options | Eli Schwartz | 1 | -1/+2 |
2022-03-13 | Merge pull request #9339 from dcbaker/submit/structured_sources | Jussi Pakkanen | 1 | -4/+62 |
2022-03-12 | fix regression in vcs_tag when the VCS program is not installed | Eli Schwartz | 1 | -1/+3 |
2022-03-08 | add early sanity check for test programs existing | Eli Schwartz | 1 | -1/+4 |
2022-03-07 | move a bunch of imports into TYPE_CHECKING blocks | Eli Schwartz | 1 | -2/+3 |
2022-03-07 | build: plumb structured sources into BuildTargets | Dylan Baker | 1 | -3/+34 |
2022-03-07 | interpreter: add an implementation for structured_sources | Dylan Baker | 1 | -0/+26 |
2022-03-07 | interpreter: Add a holder for StructuredSources | Dylan Baker | 1 | -0/+1 |
2022-03-07 | interpreter: teach source_strings_to_files about StructuredSources | Dylan Baker | 1 | -1/+1 |
2022-03-07 | remove unused code after subproject conversion to typed_kwargs | Eli Schwartz | 1 | -2/+0 |
2022-03-03 | interpreter: annotate the find_program chain | Dylan Baker | 1 | -11/+20 |
2022-03-03 | interpreter: fix some low hanging type annotations issues | Dylan Baker | 1 | -21/+22 |
2022-03-03 | interpreter: fix mismatched type expectations | Dylan Baker | 1 | -1/+1 |
2022-03-03 | interpreter: Fix type violation in do_subproject_cmake | Dylan Baker | 1 | -1/+1 |
2022-03-03 | interpreter: replace build_def_files with OrderedSet | Dylan Baker | 1 | -7/+7 |
2022-03-03 | interpreter: fix Interpreter type annotations | Dylan Baker | 1 | -1/+1 |
2022-03-03 | interpreter: use typed_kwargs for subproject() | Dylan Baker | 1 | -19/+36 |
2022-03-03 | interpreter: add some simple annotations to subproject methods | Dylan Baker | 1 | -2/+3 |
2022-03-03 | interpreter: Use a literal for the do_subproject helper | Dylan Baker | 1 | -1/+3 |
2022-03-03 | interpreter: annotate subproject_stack | Dylan Baker | 1 | -1/+1 |
2022-03-03 | add D features to InternalDependency | Remi Thebault | 1 | -4/+7 |
2022-03-02 | document and raise an error for disallowed combination of install_headers args | Eli Schwartz | 1 | -2/+5 |
2022-03-01 | interpreter: delete now unnecessary code | Dylan Baker | 1 | -5/+0 |
2022-03-01 | interpreter: use typed_kwargs for configure_file | Dylan Baker | 1 | -79/+64 |
2022-03-01 | interpreter: use a shared KwargInfo for install_tag | Dylan Baker | 1 | -3/+4 |
2022-03-01 | interpreter: fix notfound_program method | Dylan Baker | 1 | -2/+4 |
2022-03-01 | allow dependency checks to bubble up feature warnings to the interpreter | Eli Schwartz | 1 | -0/+5 |
2022-02-28 | Allow setting method/separator in environment() and meson.add_devenv() | Xavier Claessens | 1 | -2/+7 |
2022-02-28 | Add missing install_tag kwarg to install_emptydir() | Christian Wendt | 1 | -2/+3 |
2022-02-16 | flake8: remove some redundant separators | Eli Schwartz | 1 | -1/+1 |
2022-02-16 | flake8: fix typoed whitespace surrounding tokens | Eli Schwartz | 1 | -2/+2 |
2022-02-12 | formatting improvement for include_directories sandbox violation warning | Eli Schwartz | 1 | -2/+2 |
2022-02-12 | validate the literal directory "subprojects" when checking sandbox violations | Eli Schwartz | 1 | -1/+2 |
2022-02-05 | Guard against empty string in subdir(). | Jussi Pakkanen | 1 | -0/+2 |
2022-02-01 | interpreter: support for forcibly verbose logging of some tests | Paolo Bonzini | 1 | -1/+3 |
2022-01-28 | build: replace kwargs in CustomTarget initializer | Dylan Baker | 1 | -33/+92 |
2022-01-28 | interpreter: use find_program_impl instead of shutil.which for vcs_tag | Dylan Baker | 1 | -2/+1 |
2022-01-28 | interpreter: remove dead code from custom_target | Dylan Baker | 1 | -2/+0 |
2022-01-28 | interpreter: use typed_kwargs for vcs_tag | Dylan Baker | 1 | -24/+35 |
2022-01-27 | add location data to various Feature checks | Eli Schwartz | 1 | -16/+16 |
2022-01-27 | pkgconfig module: fix incorrect Feature logging for uninstalled_variables | Eli Schwartz | 1 | -2/+2 |
2022-01-27 | remove incorrect deprecated feature for vcs_tag | Eli Schwartz | 1 | -2/+0 |
2022-01-27 | move the version info for build_always* directly into the kwarginfo | Eli Schwartz | 1 | -2/+2 |