12442 Commits (105bbaabdda4656194e97729f67bba9c0f6c8ae1)
 

Author SHA1 Message Date
Tristan Partin 498db2764c Add modules kwarg to JNI system dep 3 years ago
Eli Schwartz e082f268bd
CI images: add the JRE to Ubuntu 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 b07d4bb206 build: Add a couple of type annotations for the Interpreter to use 3 years ago
Dylan Baker 82f43ba8c5 interpreter: fix Interpreter type annotations 3 years ago
Dylan Baker 5787f81615 interpreter: add cm_interpreter to SubprojectHolder 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
Dylan Baker ae8fb74e57 interpreter/dependencyfallbacks: fix a number of low hanging type issues 3 years ago
Dylan Baker 5f595f0d1b coredata: fix annotations of get_option 3 years ago
Dylan Baker f4ae32c2ad modules/cmake: add type annotations for subproject method 3 years ago
Remi Thebault 5e4ea9f0f4 add release snippet for declare_dependency 3 years ago
Remi Thebault 87c3c8426f ignore dub.json in test "d/11 dub" 3 years ago
Remi Thebault 037fa77c64 Document D features in `declare_dependency` 3 years ago
Remi Thebault 17303e16c1 add test d/13 declare dep 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
Tristan Partin 96b2469544 Rename JDK system dep to JNI 3 years ago
Dylan Baker f9bfeb2add compilers/gnu: set level 0 optimization to '-O0' 3 years ago
Eli Schwartz 4934b9968a
fix missing encodings 3 years ago
Eli Schwartz a6e08e8fa7
use a more sane check instead of run_custom_lint 3 years ago
Eli Schwartz 530338782c compilers/d: fix mangling of rpath-link in DMD-like compilers 3 years ago
Tristan Partin 18147b91ff Deprecate java.generate_native_header() in favor of java.generate_native_headers() 3 years ago
Dylan Baker 7702d46dd1 mesonlib: use Literal to tighten configure_file formats 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
Dylan Baker b4a512b9f8 build: Add a `__bool__` dunder to ConfigurationData 3 years ago
Eli Schwartz b7dec69b98 cheat and evade the detection of "open()" in custom_lint 3 years ago
Eli Schwartz 140d6aef04 mark a bunch of dependencies with the version they were introduced 3 years ago
Eli Schwartz 23e767176e allow dependency checks to bubble up feature warnings to the interpreter 3 years ago
Eli Schwartz d39b330075 clean up FeatureCheck signature to move location to use time 3 years ago
Eli Schwartz 2b04e8c5e5 remove useless kwarg that was never used 3 years ago
Xavier Claessens 6acfe48f32 Allow setting method/separator in environment() and meson.add_devenv() 3 years ago
Xavier Claessens ac4f8d0088 devenv: Do not prepend empty list to PATH and LD_LIBRARY_PATH 3 years ago
Xavier Claessens 24f224777d devenv: Add --dump option 3 years ago
Xavier Claessens 30cdb2a280 devenv: Setup GDB auto-load scripts 3 years ago
Xavier Claessens 6fafeb13b3 devenv: Source bash completion scripts 3 years ago
Xavier Claessens 79c6075b56 devenv: Set PYTHONPATH where we install python modules 3 years ago
Xavier Claessens c4b8c23eb1 Add API for modules that wants to define their devenv 3 years ago
Xavier Claessens ad75a2bfec modules: Make ExtensionModule inherit from NewExtensionModule 3 years ago
Xavier Claessens 904b47085f backends: Cache creation of install data 3 years ago
Xavier Claessens c5c02b72e1 Cache the result of python.find_installation() 3 years ago