aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild
AgeCommit message (Expand)AuthorFilesLines
2023-09-06backends/ninja: run `ranlib -c $out` when using the apple arDylan Baker2-1/+16
2023-09-06qt module: add include_directories to moc compileCharles Brunet1-2/+5
2023-09-06qt module: fix substitution for depfile in mocCharles Brunet1-1/+1
2023-09-05wrap: Use MESON_PACKAGE_CACHE_DIR as default packagecache pathXavier Claessens1-2/+12
2023-09-05wrap: Remove duplicated codeXavier Claessens1-12/+6
2023-09-01compilers: fix compiler detection when the "ccache" string is in the pathFilipe Laíns1-1/+1
2023-08-31add json output format to configure fileCharles Brunet3-23/+33
2023-08-30Merge pull request #10332 from xclaesse/std-optJussi Pakkanen6-111/+168
2023-08-29gnome: Fix crash in gtkdoc and generate_gir in C++ projectsXavier Claessens2-0/+8
2023-08-28include_directories: Always add both source and build dirsXavier Claessens3-5/+4
2023-08-25msetup: Update options when builddir is already configuredXavier Claessens2-22/+21
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 Claessens2-29/+44
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 Claessens2-10/+15
2023-08-22compilers: fix checks handling of internal dependenciesBenoit Pierre1-0/+4
2023-08-18consistently use Literal annotation from typing_extensionsEli Schwartz2-2/+4
2023-08-18ninja backend: fix the automatic restat of outputs when reconfiguringEli Schwartz1-3/+3
2023-08-18Revert "Revert "Add fs.relative_to()""Tristan Partin1-7/+22
2023-08-18Suggest fix in MesonVersionMismatchExceptionM Henning1-1/+2
2023-08-18Add more descriptive description to CustomTargetCharles Brunet9-2/+24
2023-08-17Revert "Add fs.relative_to()"Eli Schwartz1-22/+7
2023-08-17fix style errors in fs.relative_to implementationEli Schwartz1-8/+2
2023-08-17Remove XML filter from testlog.{json,txt} and std streamsTristan Partin1-6/+6
2023-08-17Add fs.relative_to()Tristan Partin1-1/+22
2023-08-16fs.read(): Catch FileNotFoundErrorXavier Claessens1-1/+3
2023-08-14Python: Add 'limited_api' kwarg to extension_moduleAndrew McNulty4-12/+100
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-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 behaviorJan2001011-10/+28
2023-08-08clang: use gcc syntax to enable diagnostics colorkiwixz1-3/+3
2023-08-08tests: fix test_vsenv_option with Python 3.11+ on WindowsChristoph Reiter1-1/+3
2023-08-08interpreter|dependencies: Fix issues spotted by mypyDylan Baker1-5/+4
2023-08-08interpreter: delete dead code in func_declare_dependencyDylan Baker1-3/+0
2023-08-08interpreter: add type annotations to func_declare_dependencyDylan Baker2-3/+22
2023-08-08Detect version for Vulkan system dependencyLucas Alber1-5/+29
2023-08-07machine file: Fix crash on empty valueXavier Claessens1-2/+4