meson/mesonbuild
Charles Brunet d08ef2c08b move UserArrayOption.listify_value to mesonlib
This function is used at 3 different places and it does not justify it
as being a staticmethod instead of being a free function.
2024-03-15 09:23:46 -07:00
..
ast fix reconfigure subproject base options 2024-03-10 13:09:32 -07:00
backend compilers: No need to pass exe_wrapper everywhere 2024-03-15 11:38:54 -04:00
cargo cargo: Add API version into dependency name 2024-03-15 09:21:58 -04:00
cmake cmake: Allow recasting a CMake dependency into an Apple framework 2024-02-25 01:59:39 +02:00
compilers rust: Get native-static-libs even when it cannot run host binaries 2024-03-15 11:38:54 -04:00
dependencies dependency: define equality and hash operators for Dependency 2024-03-15 09:15:48 -07:00
interpreter interpreter: when overriding a dependency make its name match 2024-03-15 09:15:48 -07:00
interpreterbase Detect utf8 bom from meson build files 2024-02-23 15:00:39 -05:00
linkers Added support for Texas Instruments C6000 compiler. 2024-03-12 20:38:30 +02:00
modules wayland: Stable protocols can have a version 2024-03-15 09:24:46 -04:00
scripts scripts/coverage: Implemented handling for passing the gcovr and llvm-cov binaries to use to the script 2024-02-24 11:35:02 -08:00
templates Use SPDX-License-Identifier consistently 2023-12-13 15:19:21 -05:00
utils move UserArrayOption.listify_value to mesonlib 2024-03-15 09:23:46 -07:00
wrap wrap: remove Resolver.packagename 2024-02-22 09:05:33 -08:00
__init__.py
_pathlib.py Use SPDX-License-Identifier consistently 2023-12-13 15:19:21 -05:00
_typing.py Use SPDX-License-Identifier consistently 2023-12-13 15:19:21 -05:00
arglist.py Use SPDX-License-Identifier consistently 2023-12-13 15:19:21 -05:00
build.py Added support for Texas Instruments C6000 compiler. 2024-03-12 20:38:30 +02:00
coredata.py move UserArrayOption.listify_value to mesonlib 2024-03-15 09:23:46 -07:00
depfile.py Use SPDX-License-Identifier consistently 2023-12-13 15:19:21 -05:00
envconfig.py Added support for Texas Instruments C6000 compiler. 2024-03-12 20:38:30 +02:00
environment.py compilers: No need to pass exe_wrapper everywhere 2024-03-15 11:38:54 -04:00
mcompile.py move UserArrayOption.listify_value to mesonlib 2024-03-15 09:23:46 -07:00
mconf.py mconf|msetup: use Protocol for argparse options 2024-02-23 08:47:01 -08:00
mdevenv.py fix broken type annotation imports being ignored 2023-11-26 17:12:52 -05:00
mdist.py Merge pull request #12804 from joukewitteveen/dist-rewriter 2024-03-02 00:59:32 +02:00
mesondata.py Use SPDX-License-Identifier consistently 2023-12-13 15:19:21 -05:00
mesonlib.py Use SPDX-License-Identifier consistently 2023-12-13 15:19:21 -05:00
mesonmain.py add type annotations to mesonmain 2024-02-12 18:52:43 -05:00
minit.py Use SPDX-License-Identifier consistently 2023-12-13 15:19:21 -05:00
minstall.py Print a proper sentence when reporting script failure 2024-02-11 18:28:53 +05:30
mintro.py Use SPDX-License-Identifier consistently 2023-12-13 15:19:21 -05:00
mlog.py Use SPDX-License-Identifier consistently 2023-12-13 15:19:21 -05:00
mparser.py Detect utf8 bom from meson build files 2024-02-23 15:00:39 -05:00
msetup.py mconf|msetup: use Protocol for argparse options 2024-02-23 08:47:01 -08:00
msubprojects.py wrap: remove Resolver.packagename 2024-02-22 09:05:33 -08:00
mtest.py Allow using CustomTarget as test executable 2024-02-24 09:08:20 -08:00
munstable_coredata.py Use SPDX-License-Identifier consistently 2023-12-13 15:19:21 -05:00
optinterpreter.py Use SPDX-License-Identifier consistently 2023-12-13 15:19:21 -05:00
programs.py Use SPDX-License-Identifier consistently 2023-12-13 15:19:21 -05:00
rewriter.py rewriter: allow setting values regardless of the previous type 2024-02-26 23:30:39 +02:00