summaryrefslogtreecommitdiff
path: root/mesonbuild/environment.py
AgeCommit message (Expand)Author
2024-03-17environment: update Debian development version in get_llvm_tool_names()Sam James
2024-03-17environment: fix LLVM 18 support in get_llvm_tool_names()Sam James
2024-03-15compilers: No need to pass exe_wrapper everywhereXavier Claessens
2024-02-24environment: Add LLVM 18 support to get_llvm_tool_names()dragonmux
2024-02-24environment: Built logic for computing the suffix of and automatically select...dragonmux
2024-02-24scripts/coverage: Implemented handling for passing the gcovr and llvm-cov bin...dragonmux
2024-02-23coredata: use a Protocol for shared options between setup configure and distDylan Baker
2023-12-13Use SPDX-License-Identifier consistentlyDylan Baker
2023-10-08Add support for lcov 2.0Nigel Kukard
2023-09-25Adjust kernel detection to support Solaris 5.10 or earlierCorrodedCoder
2023-09-23get_llvm_tool_names: add llvm 17Christoph Reiter
2023-09-15environment, env2mfile: Don't shell split paths if they point to a valid exec...L. E. Segovia
2023-08-24Suggest using --reconfigure only when not already using itXavier Claessens
2023-08-23machine file: Add @GLOBAL_SOURCE_ROOT@ and @DIRNAME@Xavier Claessens
2023-08-06environment: Don't override mips64 to mips if no compilers are availableSimon McVittie
2023-08-06environment: Assume that mips64 can run 32-bit mips binariesSimon McVittie
2023-07-19move various bits of type-checking only code to TYPE_CHECKING blocksEli Schwartz
2023-07-12Add type annotations where they previously didn't existTristan Partin
2023-07-12Annotate naked fundamental Python typesTristan Partin
2023-07-12Replace some type comments with annotationsTristan Partin
2023-07-04environment: separate illumos and Solaris kernels in MachinesDylan Baker
2023-06-19Add kernel and subsystem properties to machine objects.Jussi Pakkanen
2023-06-08dependencies/llvm: strip default include dirsKarol Herbst
2023-04-28detect_cpu: Fix mips32 detection on mips64Cyan
2023-04-11fix various spelling issuesJosh Soref
2023-04-03get_llvm_tool_names: add released llvm versionsChristoph Reiter
2023-02-01micro-optimize: define typing-only objects in TYPE_CHECKINGEli Schwartz
2023-02-01treewide: add future annotations importEli Schwartz
2023-01-22Revert "debug cygwin CI"Eli Schwartz
2023-01-03Add fatal=False to many mlog.warnings()Dylan Baker
2022-12-11debug cygwin CIEli Schwartz
2022-12-07Remove useless EmptyExternalProgramXavier Claessens
2022-11-30pylint: enable the set_membership pluginDylan Baker
2022-11-24Fix various spelling errorsDavid Robillard
2022-10-25Fix native compilation on ARM64 WindowsGustavoLCR
2022-09-19pylint: enable consider-using-inDylan Baker
2022-09-19compilers: don't use instance checks to determine propertiesEli Schwartz
2022-06-27dependencies: update llvm versionsDylan Baker
2022-04-30pkgconfig: Use EnvironmentVariables to build PKG_CONFIG_* envXavier Claessens
2022-03-07merge various TYPE_CHECKING blocks into oneEli Schwartz
2022-02-28Change jar() default install dirTristan Partin
2021-11-01coverage generator: obey the documentation and only generate supported outputsEli Schwartz
2021-10-10Fix typos discovered by codespellChristian Clauss
2021-10-04fix extra whitespaceEli Schwartz
2021-09-24pylint: check for duplicate importsDylan Baker
2021-08-30environment: correctly handle cpu value aarch64_beDylan Baker
2021-08-30environment: add ppc -> ppc64 for aix to detect_cpuDylan Baker
2021-08-30environment: Add a few type annotationsDylan Baker
2021-08-27environment: Add correct annotation for wrap_resolverDylan Baker
2021-08-20environment: add annotations and fix get_meson_commandDylan Baker