Age | Commit message (Expand) | Author | Files | Lines |
2022-03-09 | Add new env2mfile command.env2mfile | Jussi Pakkanen | 3 | -1/+411 |
2022-03-09 | Replace freezing regex with plain text operations. | Jussi Pakkanen | 1 | -2/+14 |
2022-03-08 | add early sanity check for test programs existing | Eli Schwartz | 1 | -1/+4 |
2022-03-08 | Revert "Add new env2cross command." | Eli Schwartz | 3 | -411/+1 |
2022-03-08 | tests: bitcode: add missing b_bitcode option | Marvin Scholz | 1 | -1/+2 |
2022-03-08 | Add new env2cross command. | Jussi Pakkanen | 3 | -1/+411 |
2022-03-07 | docs: add forgotten documentation for the new openssl dependency | Eli Schwartz | 2 | -0/+17 |
2022-03-07 | fix correctly detecting whether python is found if link args are empty | Eli Schwartz | 1 | -1/+1 |
2022-03-07 | move a bunch of imports into TYPE_CHECKING blocks | Eli Schwartz | 11 | -22/+32 |
2022-03-07 | treewide: string-quote the first argument to T.cast | Eli Schwartz | 17 | -37/+39 |
2022-03-07 | merge various TYPE_CHECKING blocks into one | Eli Schwartz | 6 | -65/+52 |
2022-03-07 | Fix @typed_pos_args on java.generate_native_headers | Tristan Partin | 6 | -22/+39 |
2022-03-07 | docs: document the rust_crate_type build_target keyword | Dylan Baker | 1 | -0/+20 |
2022-03-07 | Add support for rust proc-macro crates | Dylan Baker | 6 | -3/+55 |
2022-03-07 | remove unused code after subproject conversion to typed_kwargs | Eli Schwartz | 1 | -2/+0 |
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 | 11 | -115/+194 |
2022-03-07 | Fix default install tag for shared lib symlinks | Xavier Claessens | 7 | -28/+65 |
2022-03-07 | Merge pull request #9743 from mensinda/cmakeGeneratorFixed | Jussi Pakkanen | 8 | -9/+149 |
2022-03-06 | find_program: add a version() method to match the one for dependencies | Eli Schwartz | 4 | -0/+28 |
2022-03-06 | i18n.merge_file: do not disable in the absence of gettext tools | Eli Schwartz | 2 | -4/+16 |
2022-03-06 | i18n module: report initial call site when disabling translation support | Eli Schwartz | 1 | -4/+5 |
2022-03-06 | i18n module: detect gettext tools at configure time | Eli Schwartz | 1 | -13/+27 |
2022-03-06 | scripts: accept the path of the gettext commands to run as an argument | Eli Schwartz | 3 | -11/+18 |
2022-03-06 | i18n module: fix bug that made msgfmthelper die on combinations of args | Eli Schwartz | 3 | -2/+3 |
2022-03-06 | wayland module: Allow building both client and server sides | Xavier Claessens | 11 | -67/+95 |
2022-03-04 | [skip ci] fix syntax typo | Darren Ng | 1 | -1/+1 |
2022-03-04 | Port JavaModule to NewExtensionModule API | Tristan Partin | 1 | -18/+25 |
2022-03-04 | Fix @typed_pos args on java.generate_native_header | Tristan Partin | 1 | -2/+1 |
2022-03-04 | Add modules kwarg to JNI system dep | Tristan Partin | 4 | -7/+83 |
2022-03-03 | CI images: add the JRE to Ubuntu | Eli Schwartz | 2 | -0/+2 |
2022-03-03 | interpreter: annotate the find_program chain | Dylan Baker | 2 | -13/+22 |
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 | 2 | -3/+3 |
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 | 4 | -12/+11 |
2022-03-03 | build: Add a couple of type annotations for the Interpreter to use | Dylan Baker | 1 | -2/+2 |
2022-03-03 | interpreter: fix Interpreter type annotations | Dylan Baker | 1 | -1/+1 |
2022-03-03 | interpreter: add cm_interpreter to SubprojectHolder | Dylan Baker | 2 | -4/+8 |
2022-03-03 | interpreter: use typed_kwargs for subproject() | Dylan Baker | 6 | -25/+67 |
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 | interpreter/dependencyfallbacks: fix a number of low hanging type issues | Dylan Baker | 1 | -8/+10 |
2022-03-03 | coredata: fix annotations of get_option | Dylan Baker | 1 | -1/+1 |
2022-03-03 | modules/cmake: add type annotations for subproject method | Dylan Baker | 2 | -27/+46 |
2022-03-03 | add release snippet for declare_dependency | Remi Thebault | 1 | -0/+14 |
2022-03-03 | ignore dub.json in test "d/11 dub" | Remi Thebault | 1 | -0/+1 |
2022-03-03 | Document D features in `declare_dependency` | Remi Thebault | 1 | -0/+17 |
2022-03-03 | add test d/13 declare dep | Remi Thebault | 3 | -0/+29 |