aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild
AgeCommit message (Expand)AuthorFilesLines
2022-07-25linkers: Add a representation for the Apple AR LinkerDylan Baker3-1/+11
2022-07-25ninja depscanner: handle C++ sources named capital CEli Schwartz2-3/+9
2022-07-21ar linker: detect the "osx ld" case (where generating thin archives won't wor...Justin Blanchard3-11/+12
2022-07-21compilers: add logging to obscure compiler defines scraperEli Schwartz1-2/+8
2022-07-21compilers: include compiler detection output in the debug logsEli Schwartz1-0/+5
2022-07-21compilers: better reporting of command failuresEli Schwartz1-25/+26
2022-07-18Applied tristan957's suggestionsVolker Weißmann2-3/+2
2022-07-18cmake module: Better warnings and error messages in some cases.Volker Weißmann3-0/+10
2022-07-17modules/wayland: Add full type checkingDylan Baker1-9/+32
2022-07-17interpreter: Add return type to func_dependencyDylan Baker1-1/+1
2022-07-17Resolve KeyError while executing help command with unknown paramPrathamesh1-3/+4
2022-07-16Fix finding of Visual studio path in mingw64Ty1-2/+2
2022-07-16wrap: Fix diff_files not finding the patch to applyNirbheek Chauhan1-2/+3
2022-07-16Ignore encoding errors when scanning. Closes #10571.Jussi Pakkanen1-2/+2
2022-07-15backends: Remove /Zi arg if requested to use /Z7Christian Wendt1-5/+5
2022-07-11Revert /utf-8 changes in the visualstudio mixin to the 0.62.0 stateEli Schwartz1-5/+3
2022-07-08implement the new preserve_path kwarg for install_data tooEli Schwartz3-11/+37
2022-07-08fix incorrect type annotationEli Schwartz1-1/+1
2022-07-06cuda: don't inject `-lstdc++` when linkingDavid Seifert1-1/+10
2022-07-06gnome module: Use --quiet to supress printing the link command lineRichard Hughes1-0/+1
2022-07-06Improve error message for `include_directories(abs_path_intree)`Ralf Gommers1-2/+7
2022-07-06Detect Cython and Vala compilers on the build machine alwaysTristan Partin1-4/+3
2022-07-06pkgconfig: do not add valgrind as requirementMarc-André Lureau1-0/+2
2022-07-03move various unused typing-only imports into type-checking blocksEli Schwartz19-34/+77
2022-07-03fix totally invalid import of an importEli Schwartz1-1/+3
2022-07-03sort imports for neatnessEli Schwartz3-18/+17
2022-07-03Bump version number for new development.Jussi Pakkanen1-1/+1
2022-07-03Finalize the release.0.63.0Jussi Pakkanen1-1/+1
2022-06-27dependencies: update llvm versionsDylan Baker1-1/+3
2022-06-27Bump version number for rc2.0.63.0.rc2Jussi Pakkanen1-1/+1
2022-06-26Fix destdir_joinAkihiko Odaki1-3/+3
2022-06-26add missing lower() to fix msvc backend platform detectionTad Young1-1/+1
2022-06-24fix: handle the case where the last item of `four_column` results in being < ...fxxf1-1/+2
2022-06-22Move python version check as first thingXavier Claessens1-6/+0
2022-06-21fix type checking for declare_dependency to allow linking to executableEli Schwartz1-3/+3
2022-06-21visualstudio.py: Apply /utf-8 only on clang or VS2015+Chun-wei Fan1-7/+5
2022-06-19Update version numbers for rc1.0.63.0rc1Jussi Pakkanen1-1/+1
2022-06-19Merge pull request #10464 from rtbo/fix_generated_depsJussi Pakkanen1-2/+9
2022-06-19python module: implicitly add python dep to extensionsEli Schwartz1-9/+19
2022-06-19python module: cache dependency() lookup between invocationsEli Schwartz1-14/+26
2022-06-19gnome module: fix regression that broke using built xml files as gresourcesEli Schwartz1-1/+8
2022-06-19Update CUDA Toolkit/driver version table for recent releases.Olexa Bilaniuk1-0/+5
2022-06-17always run external projects multi-threaded if possibleStaz M1-4/+3
2022-06-17always set DESTDIR via the environment for external projectsStaz M1-4/+1
2022-06-17external-project: Add depends kwargXavier Claessens1-5/+11
2022-06-17migrate declare_dependency to typed_kwargsEli Schwartz2-32/+94
2022-06-17refactor logic for parsing dependency variables into type_checking moduleEli Schwartz2-12/+41
2022-06-17fix confusing incorrect default name for a KwargInfoEli Schwartz2-2/+2
2022-06-17typed_kwargs: support dict/list as "new since" typesEli Schwartz1-6/+12
2022-06-17interpreter: fix a subproject check with symlinksHemmo Nieminen1-1/+1