aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild
AgeCommit message (Expand)AuthorFilesLines
2023-09-11parser: preserve escape chars in stringsCharles Brunet13-49/+74
2023-09-11parser: remove useless __str__ methods on nodesCharles Brunet1-8/+4
2023-09-11parser: preserve number baseCharles Brunet3-4/+12
2023-09-11parser: more specific error for float numbersCharles Brunet1-0/+3
2023-09-11Add ParenthesizedNodeJCWasmx864-1/+18
2023-09-10Recognise more include search path opts when populating 'NMakeIncludeSearchPa...Dan Hawson1-40/+33
2023-09-09gnome.mkenum_simple(): Fix include path when header is in subdirXavier Claessens1-9/+18
2023-09-09Add support for padding zeroes in int.to_string() methodNomura1-5/+8
2023-09-09Add macro_name option to configure_fileNicholas Vinson3-6/+18
2023-09-09clike compilers: fix cross_* functions' includeMoody Liu1-3/+5
2023-09-08dependencies: fix crash in Qt if private_headers dir not foundEli Schwartz1-1/+1
2023-09-08Override config-tool get_variable args for qmakeNirbheek Chauhan2-1/+7
2023-09-07Fix include_directories test for relative pathCharles Brunet1-3/+3
2023-09-07syntax-highlighting: vim: update builtin function listLiam Beguin2-13/+0
2023-09-07gnome: Fix glib tool lookup consistencyXavier Claessens1-13/+31
2023-09-07Fix crash when installing a vala library and python sourcesXavier Claessens2-6/+8
2023-09-07Compiler checks must use per-subproject optionsXavier Claessens1-1/+1
2023-09-07Rename OptionOverrideProxy to OptionsView and move to coredataXavier Claessens4-58/+48
2023-09-07Add compiler.has_defineMarvin Scholz2-9/+40
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