summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-08-18consistently use Literal annotation from typing_extensionsEli Schwartz
2023-08-18docs: use future annotations for genrefman types in typing_extensionsEli Schwartz
2023-08-18CI: trigger website job when testing modifications to the website jobEli Schwartz
2023-08-18CI: add pip caching to website jobEli Schwartz
2023-08-18ninja backend: fix the automatic restat of outputs when reconfiguringEli Schwartz
2023-08-18Revert "Revert "Add fs.relative_to()""Tristan Partin
2023-08-18Suggest fix in MesonVersionMismatchExceptionM Henning
2023-08-18tests: fix assertion rewriting when pytest is usedBenoit Pierre
2023-08-18Add more descriptive description to CustomTargetCharles Brunet
2023-08-18docs: Provide example for feature.disable_auto_ifJan Janssen
2023-08-17Revert "Add fs.relative_to()"Eli Schwartz
2023-08-17tests: consolidate MESON_SKIP_TEST reporting and use it in unittestsEli Schwartz
2023-08-17skip test on pkgconf 2.0.1 that is broken there due to a reported bugEli Schwartz
2023-08-17fix style errors in fs.relative_to implementationEli Schwartz
2023-08-17Remove hacky setup for CustomTargetIndex tests in fs.relative_to()Tristan Partin
2023-08-17Remove XML filter from testlog.{json,txt} and std streamsTristan Partin
2023-08-17Add fs.relative_to()Tristan Partin
2023-08-17Replace deprecated GTK flagCharlie Ringström
2023-08-17README: Document python requirement historyXavier Claessens
2023-08-16Fix some random capitalization in feature.yamlTristan Partin
2023-08-16fs.read(): Catch FileNotFoundErrorXavier Claessens
2023-08-16wasm: make generic cross fileXavier Claessens
2023-08-14Python: Add 'limited_api' kwarg to extension_moduleAndrew McNulty
2023-08-14interpreter: use typed_kwargs for shared_library(darwin_versions)Dylan Baker
2023-08-14interpreter: use typed_kwargs for shared_library(soversion)Dylan Baker
2023-08-14interpreter: use typed_kwargs for shared_library(version)Dylan Baker
2023-08-11treewide: automatic rewriting of all comment-style type annotationsEli Schwartz
2023-08-11rewrite a couple comment-style type annotations for oddly indented dictsEli Schwartz
2023-08-11remove useless type annotationsEli Schwartz
2023-08-11docs: Add more feature truth tablesJan Janssen
2023-08-10hotdoc module: add a bunch more type annotationsEli Schwartz
2023-08-10hotdoc module: avoid monkeypatch crime by properly subclassing ExternalProgramEli Schwartz
2023-08-10python module: add a few more type annotationsEli Schwartz
2023-08-10allow some ObjectHolder subclasses to continue to be genericEli Schwartz
2023-08-10Popen_safe_logged: Also log exceptionsXavier Claessens
2023-08-09Optimize CLikeCompiler._get_file_from_list()Charles Brunet
2023-08-08correct cmakedefine behaviorJan200101
2023-08-08clang: use gcc syntax to enable diagnostics colorkiwixz
2023-08-08tests: fix "4 custom target depends extmodule" with Python 3.8+ on WindowsChristoph Reiter
2023-08-08tests: fix test_vsenv_option with Python 3.11+ on WindowsChristoph Reiter
2023-08-08interpreter|dependencies: Fix issues spotted by mypyDylan Baker
2023-08-08interpreter: delete dead code in func_declare_dependencyDylan Baker
2023-08-08interpreter: add type annotations to func_declare_dependencyDylan Baker
2023-08-08Detect version for Vulkan system dependencyLucas Alber
2023-08-07machine file: Fix crash on empty valueXavier Claessens
2023-08-07Error when an installed static library links to internal custom targetXavier Claessens
2023-08-07Compiler: Add werror kwarg to compiles(), links() and run() methodsXavier Claessens
2023-08-07docs: add missing punctuationSebastian Crane
2023-08-06build.py: improve BuildTarget error messageAlexandre Janniaux
2023-08-06tests: Assert that mips64 kernel is detected as mips64 with no compilersSimon McVittie