aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild
AgeCommit message (Expand)AuthorFilesLines
2023-02-19linkers: Do not use numeric windows subsystems with lldJan Janssen1-12/+25
2023-02-19linkers: Fix lld detectionJan Janssen1-1/+1
2023-02-19avoid detecting masm as a MSVC-like compiler for detecting showincludesEli Schwartz1-2/+2
2023-02-19msvc: handle filename extensions for incdetect based on the compiler languageEli Schwartz1-2/+3
2023-02-19clang-cl: supports /std:c++20 now.Luke Elliott1-1/+1
2023-02-19emscripten: remove no longer relevant commentKleis Auke Wolthuizen1-2/+1
2023-02-19emscripten: enforce version 1.39.19 or higherKleis Auke Wolthuizen2-0/+4
2023-02-19emscripten: remove redundant `thread_flags` implementationKleis Auke Wolthuizen1-3/+0
2023-02-19emscripten: use single arguments when specifying optionsKleis Auke Wolthuizen2-3/+3
2023-02-19emscripten: prefer `-pthread` over `-s USE_PTHREADS=1`Kleis Auke Wolthuizen1-2/+2
2023-02-19dependencies: better logging of pkg-config call outputsEli Schwartz1-1/+5
2022-12-23This is it. The 1.0.0.1.0.0Jussi Pakkanen1-1/+1
2022-12-22meson: Cache os.path.realpath in CLikeCompilerArgsNirbheek Chauhan1-4/+9
2022-12-17Bump version number for rc2.1.0.0rc2Jussi Pakkanen1-1/+1
2022-12-17mtest: handle TAP tests with unknown version.Eli Schwartz1-1/+4
2022-12-16Merge pull request #11174 from bgilbert/jar-manifestJussi Pakkanen1-2/+7
2022-12-16Merge pull request #11181 from tristan957/backendsJussi Pakkanen1-15/+29
2022-12-15Change double quote doc comment to sinqle quoteTristan Partin1-2/+2
2022-12-15Try to find the jni dependency when javac is a Darwin stubTristan Partin1-11/+25
2022-12-15delay importing ctypes unless it is actually usedEli Schwartz1-1/+1
2022-12-14Deduplicate code in JNISystemDependency conditionalTristan Partin1-2/+2
2022-12-14depfixer: silence fix_jar() and make it do somethingBenjamin Gilbert1-1/+6
2022-12-13depfixer: don't extract MANIFEST.MF verboselyBenjamin Gilbert1-1/+1
2022-12-13Revert "openbsd: execinfo is not a compiler lib"Brad Smith1-6/+2
2022-12-12Fixing typosAndreas Deininger1-1/+1
2022-12-12mlog: set LV environment variable for pager.Phil Jones1-0/+3
2022-12-12mlog: set LESS environment variable for pager.Phil Jones1-5/+11
2022-12-11fix broken fs.copyfile function that crashed if you tried to use itEli Schwartz3-6/+4
2022-12-11typing: fix some broken Sequence annotationsEli Schwartz5-6/+6
2022-12-11simplify install_tag handling according to the accepted APIEli Schwartz2-5/+5
2022-12-11Fix package kwarg typeTristan Partin1-2/+3
2022-12-11Rename java.generate_native_headers to java.native_headersTristan Partin1-0/+18
2022-12-11Remove java.generate_native_headerTristan Partin1-45/+0
2022-12-11debug cygwin CIEli Schwartz1-0/+1
2022-12-11CUDA: Update compute-capability limits logic for CUDA 12.Olexa Bilaniuk1-0/+8
2022-12-11CUDA: Add listing for newly-released CUDA 12 in minimum driver version table.Olexa Bilaniuk1-0/+1
2022-12-11Merge pull request #11024 from dcbaker/submit/bindgen-dependenciesJussi Pakkanen1-15/+25
2022-12-10Bump version numbers for rc1.1.0.0rc1Jussi Pakkanen1-1/+1
2022-12-09Merge pull request #10990 from xclaesse/devenvJussi Pakkanen6-63/+67
2022-12-09python module: don't overwrite and destroy the .pc dependency nameEli Schwartz1-1/+0
2022-12-07utils: Fix pylint warning using-constant-testL. E. Segovia1-1/+1
2022-12-07wrap: Don't use --branch with shallow clones against HEADL. E. Segovia1-2/+5
2022-12-07devenv: Set QEMU_LD_PREFIX to sys_rootXavier Claessens1-1/+6
2022-12-07Remove useless EmptyExternalProgramXavier Claessens4-31/+6
2022-12-07devenv: Always include env for HOST machineXavier Claessens2-3/+9
2022-12-07devenv: Add executables locations to both PATH and WINEPATHXavier Claessens1-7/+12
2022-12-07devenv: Do not include system values in --dumpXavier Claessens2-13/+14
2022-12-06interpreter: compiler: Allow array for the prefix kwargMarvin Scholz1-1/+7
2022-12-06devenv: Add more info how to get gdb scripts workingXavier Claessens1-3/+12
2022-12-06devenv: Add --workdir optionXavier Claessens1-7/+10