aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-08-27FAQ: MinGW UCRT are compatible with MSVC and also use libfoo.aXavier Claessens1-0/+3
2023-08-25msetup: Update options when builddir is already configuredXavier Claessens6-22/+59
2023-08-24minstall: move the "Installing foo to bar" message upPeter Hutterer1-6/+8
2023-08-24Suggest using --reconfigure only when not already using itXavier Claessens3-15/+15
2023-08-24find_program: Fallback if version mismatchXavier Claessens7-29/+65
2023-08-24build: Simplify import_filename handlingXavier Claessens1-39/+17
2023-08-23Use `cudart_static` by default in dependency('cuda')David Seifert1-1/+3
2023-08-23Fix completely broken support for `static: true` with dependency('cuda')David Seifert1-2/+10
2023-08-23machine file: Add @GLOBAL_SOURCE_ROOT@ and @DIRNAME@Xavier Claessens6-15/+51
2023-08-22compilers: fix checks handling of internal dependenciesBenoit Pierre3-0/+12
2023-08-18CI: make linters emit colored outputEli Schwartz1-2/+4
2023-08-18run_mypy: add option to run once for each supported version of pythonEli Schwartz2-3/+13
2023-08-18consistently use Literal annotation from typing_extensionsEli Schwartz2-2/+4
2023-08-18docs: use future annotations for genrefman types in typing_extensionsEli Schwartz2-67/+71
2023-08-18CI: trigger website job when testing modifications to the website jobEli Schwartz1-0/+2
2023-08-18CI: add pip caching to website jobEli Schwartz1-0/+16
2023-08-18ninja backend: fix the automatic restat of outputs when reconfiguringEli Schwartz1-3/+3
2023-08-18Revert "Revert "Add fs.relative_to()""Tristan Partin6-8/+112
2023-08-18Suggest fix in MesonVersionMismatchExceptionM Henning1-1/+2
2023-08-18tests: fix assertion rewriting when pytest is usedBenoit Pierre3-2/+2
2023-08-18Add more descriptive description to CustomTargetCharles Brunet10-2/+30
2023-08-18docs: Provide example for feature.disable_auto_ifJan Janssen1-0/+14
2023-08-17Revert "Add fs.relative_to()"Eli Schwartz6-116/+8
2023-08-17tests: consolidate MESON_SKIP_TEST reporting and use it in unittestsEli Schwartz4-36/+26
2023-08-17skip test on pkgconf 2.0.1 that is broken there due to a reported bugEli Schwartz1-0/+4
2023-08-17fix style errors in fs.relative_to implementationEli Schwartz2-9/+3
2023-08-17Remove hacky setup for CustomTargetIndex tests in fs.relative_to()Tristan Partin1-21/+5
2023-08-17Remove XML filter from testlog.{json,txt} and std streamsTristan Partin3-11/+17
2023-08-17Add fs.relative_to()Tristan Partin6-2/+132
2023-08-17Replace deprecated GTK flagCharlie Ringström1-1/+1
2023-08-17README: Document python requirement historyXavier Claessens1-0/+5
2023-08-16Fix some random capitalization in feature.yamlTristan Partin1-3/+3
2023-08-16fs.read(): Catch FileNotFoundErrorXavier Claessens2-1/+7
2023-08-16wasm: make generic cross fileXavier Claessens1-3/+3
2023-08-14Python: Add 'limited_api' kwarg to extension_moduleAndrew McNulty15-20/+264
2023-08-14interpreter: use typed_kwargs for shared_library(darwin_versions)Dylan Baker3-43/+49
2023-08-14interpreter: use typed_kwargs for shared_library(soversion)Dylan Baker3-9/+5
2023-08-14interpreter: use typed_kwargs for shared_library(version)Dylan Baker3-10/+19
2023-08-11treewide: automatic rewriting of all comment-style type annotationsEli Schwartz38-214/+214
2023-08-11rewrite a couple comment-style type annotations for oddly indented dictsEli Schwartz2-14/+20
2023-08-11remove useless type annotationsEli Schwartz15-43/+43
2023-08-11docs: Add more feature truth tablesJan Janssen1-10/+28
2023-08-10hotdoc module: add a bunch more type annotationsEli Schwartz1-51/+74
2023-08-10hotdoc module: avoid monkeypatch crime by properly subclassing ExternalProgramEli Schwartz1-7/+8
2023-08-10python module: add a few more type annotationsEli Schwartz1-5/+8
2023-08-10allow some ObjectHolder subclasses to continue to be genericEli Schwartz3-11/+21
2023-08-10Popen_safe_logged: Also log exceptionsXavier Claessens1-1/+7
2023-08-09Optimize CLikeCompiler._get_file_from_list()Charles Brunet1-13/+11
2023-08-08correct cmakedefine behaviorJan2001012-13/+63
2023-08-08clang: use gcc syntax to enable diagnostics colorkiwixz1-3/+3