aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild
AgeCommit message (Expand)AuthorFilesLines
2023-01-09linkers: Do not use numeric windows subsystems with lldJan Janssen1-12/+25
2023-01-09linkers: Fix lld detectionJan Janssen1-1/+1
2023-01-08avoid detecting masm as a MSVC-like compiler for detecting showincludesEli Schwartz1-2/+2
2023-01-08msvc: handle filename extensions for incdetect based on the compiler languageEli Schwartz1-2/+3
2023-01-04be more explicit about asyncio usageEli Schwartz1-1/+2
2023-01-04mtest: simplify deprecated access to current loopEli Schwartz1-9/+11
2023-01-04mtest: clean up asyncio event loop instantiationEli Schwartz1-7/+6
2023-01-04mtest: delay creation of asyncio lock until event loop existsEli Schwartz1-1/+4
2023-01-04add a hidden environment variable to make Meson complain hard on deprecationsEli Schwartz1-0/+7
2023-01-04clang-cl: supports /std:c++20 now.Luke Elliott1-1/+1
2023-01-04forbid using declare_dependency(objects: ...) with pkg-config modulePaolo Bonzini1-0/+2
2023-01-04add objects keyword argument to declare_dependenciesPaolo Bonzini5-8/+13
2023-01-04allow passing generated objects in the "objects" keyword argumentPaolo Bonzini1-6/+5
2023-01-03modules/gnome: use `mlog.log(once=True)` in a few more placesDylan Baker1-2/+2
2023-01-03Add fatal=False to many mlog.warnings()Dylan Baker5-11/+16
2023-01-03wrap: use log once instead of hand rollingDylan Baker1-5/+1
2023-01-03mparser: Don't create an exception to pass to mlog.warningDylan Baker1-5/+4
2023-01-03mlog: move code for printing code with a caret to the mlog moduleDylan Baker2-1/+12
2023-01-03reformat some warnings for better code readabilityDylan Baker2-5/+7
2023-01-03backends/backends: Add helpful message for getting rid of warningDylan Baker1-1/+1
2023-01-03mlog: use an enum instead of stringsDylan Baker1-11/+19
2023-01-03mlog: Remove using of `**kwargs: T.Any`Dylan Baker1-29/+59
2023-01-03msetup: do some stupid casting to make mypy happyDylan Baker1-4/+5
2023-01-03dependencies/dev: refactor some code to make mypy happyDylan Baker1-4/+10
2023-01-03mparser: don't pass a SimpleNamespace where a BaseNode is expectedDylan Baker1-2/+1
2023-01-03mesonlib: remove filename parameter to mlog.warningDylan Baker1-1/+1
2022-12-27add builtin option to install licensesEli Schwartz3-6/+14
2022-12-27add license_files kwarg to projectEli Schwartz4-3/+35
2022-12-27emscripten: remove no longer relevant commentKleis Auke Wolthuizen1-2/+1
2022-12-27emscripten: enforce version 1.39.19 or higherKleis Auke Wolthuizen2-0/+4
2022-12-27emscripten: remove redundant `thread_flags` implementationKleis Auke Wolthuizen1-3/+0
2022-12-27emscripten: use single arguments when specifying optionsKleis Auke Wolthuizen2-3/+3
2022-12-27emscripten: prefer `-pthread` over `-s USE_PTHREADS=1`Kleis Auke Wolthuizen1-2/+2
2022-12-25dependencies: better logging of pkg-config call outputsEli Schwartz1-1/+5
2022-12-24interpreter: use static_lib's already calculated pic valueDylan Baker1-9/+1
2022-12-23Bump version number for new development.Jussi Pakkanen1-1/+1
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