11496 Commits (173a40be330c1aedec9f7f99ebca67a5edd25c3d)
 

Author SHA1 Message Date
Dylan Baker f407ad5d28
Merge pull request #9183 from dcbaker/submit/validate-default 3 years ago
Andrea Pappacoda 64ea8dce7a docs: update LD docs link in FAQ.md 3 years ago
Dylan Baker b4bc8464e6
Try to fix NoneType 3 years ago
Jussi Pakkanen e83ab50c06 Delete old outputs that are no longer in the Ninja file. 3 years ago
Dylan Baker ce392acad4 interpreterbase: ensure that the default vaule to KwargInfo is a valid type 3 years ago
Dylan Baker 11fbaf29d8 interpreter: fix cases of `KwargInfo(..., T, default=None)` 3 years ago
Dylan Baker 3f5d80b8bb interpreter: fix name of typed_kwargs for `test()` 3 years ago
Dylan Baker b791b47c3b build: add annotations for DependencyOverride 3 years ago
Dylan Baker b2b4c374fc environment: Add correct annotation for wrap_resolver 3 years ago
Dylan Baker aa895b383c interpreter: Add a helper for checking constrained inputs 3 years ago
Rihards Skuja 4523e9d288 interpreter: fix IndexError when specifying dependency 'include_type' 3 years ago
Eli Schwartz 16a162d10a
FAQ: document some community work toward implementing Meson in C/C++ 3 years ago
Eli Schwartz 6170f1175e python module: produce the correct install path on every OS 3 years ago
Tristan Partin 959e1bb2e3 Add typed_kwargs to add_languages() 3 years ago
Eli Schwartz 1dce556dc2 gnome: don't let fortify defines into the g-ir-scanner after stripping -O 3 years ago
Eli Schwartz b3c240989b java module: fix FeatureNew version 3 years ago
Xavier Claessens e646130ef1 interpreter: Fix dependency(..., static: true) fallback 3 years ago
Xavier Claessens 0063eb251e python: Workaround broken install path 3 years ago
Eli Schwartz 2a7125928e
use even more informative error message for invoking meson in a subdir 3 years ago
Eli Schwartz aad986b4b5
Fix syntax error that broke the website 3 years ago
Tristan Partin be92e37837 Add Java module 3 years ago
Tristan Partin cd9db63bfb Add typing to ModuleState machine members 3 years ago
Tristan Partin 2e7019dd85 Add subscript to subprocess.Popen 3 years ago
Eli Schwartz 0287af461c fix coding errors in unstable-coredata subcommand 3 years ago
Eli Schwartz 5a7b8d86d0 use a more informative error message for invoking meson in a subdir 3 years ago
Eli Schwartz db04a3f5f2 Fix incomplete guidance on solving sandbox violations 3 years ago
Jussi Pakkanen e69b9c982c Update instructions on installing with Pip. Closes #9034. 3 years ago
Jussi Pakkanen 3f380b8e1d Fix duplicated frameworks in the Xcode backend. 3 years ago
Jussi Pakkanen 85d102bc6e Fix multiple generators in target in Xcode. 3 years ago
Jussi Pakkanen 267d5385d4 Path special casing for the Xcode backend. 3 years ago
Jussi Pakkanen 12e7b3afcf Handle .C extension in Xcode. 3 years ago
Dylan Baker e0ab7290f0 unittests: Ensure that symlink is removed after tests complete 3 years ago
Jussi Pakkanen 3d98d54fc5
Merge pull request #9012 from dcbaker/submit/qt-custom-targets 3 years ago
Dylan Baker a0e2de02bf run_mypy: add backends/backends 3 years ago
Dylan Baker dffa93b853 backend/backends: use a TypedDict for introspection data 3 years ago
Dylan Baker f6f35aa906 backend/backends: Add type annotations to Backend 3 years ago
Dylan Baker 24284fd9d5 backend/backends: Add verbose to ExecutableSerialisiation initializer 3 years ago
Dylan Baker a5b6b35edb backend/backends: Add type annotations to ExecutableSerilalisation 3 years ago
Dylan Baker 6785504b53 backend/backends: Add type annotations to SubdirInstallData 3 years ago
Dylan Baker ccab6d9c84 backend/backends: Add type annotations to TargetInstallData 3 years ago
Dylan Baker 9fb19ed923 backend/backends: Add type annotations to CleanTrees 3 years ago
Dylan Baker 2664153d24 backend/backends: add type annotations to RegenInfo 3 years ago
Dylan Baker b2684a9887 backends/xcode: remove unused compiler parameter from escape_extra_args 3 years ago
Dylan Baker 0ca0e6116c backends: remove unused name parameter from as_meson_exe_cmdline 3 years ago
Dylan Baker 2a70c039bf ninjabackend: add missing type annotation 3 years ago
Dylan Baker 0bc77c604f backends: move method from ninjabackend to base class 3 years ago
Dylan Baker a3c94956c8 compilers: Add get_no_warn_args to the base Compiler class 3 years ago
Dylan Baker abababfb93 interpreterobjects: fix Test annotations 3 years ago
Dylan Baker 4d6f15b1f1 environment: add annotations and fix get_meson_command 3 years ago
Dylan Baker b7ebccd257 environment: add some missing annotations 3 years ago