meson/mesonbuild
David Seifert 11f76c2fc7 cuda: don't inject `-lstdc++` when linking
Fixes: #10570
2022-07-06 14:33:58 -07:00
..
ast move various unused typing-only imports into type-checking blocks 2022-07-03 14:11:31 -04:00
backend add missing lower() to fix msvc backend platform detection 2022-06-26 08:10:12 -04:00
cmake move various unused typing-only imports into type-checking blocks 2022-07-03 14:11:31 -04:00
compilers Detect Cython and Vala compilers on the build machine always 2022-07-06 12:04:59 -07:00
dependencies flake8: fix non-idiomatic ordering of "if not in" checks 2022-06-13 13:34:39 +03:00
interpreter Improve error message for `include_directories(abs_path_intree)` 2022-07-06 15:17:01 -04:00
interpreterbase typed_kwargs: support dict/list as "new since" types 2022-06-17 14:33:01 -04:00
linkers flake8: fix various whitespace nits 2022-06-13 13:34:39 +03:00
mesonlib Improve WINEPATH reduction 2022-06-17 11:53:38 -04:00
modules gnome module: Use --quiet to supress printing the link command line 2022-07-06 15:29:41 -04:00
scripts Fix destdir_join 2022-06-26 17:18:26 -04:00
templates flake8: fix indentation style 2022-01-27 10:48:01 -08:00
wrap flake8: don't use f-strings for strings without formatting 2022-06-13 13:34:39 +03:00
__init__.py
_pathlib.py pathlib: Patch pathlib to work around some bugs (fixes #7295) 2021-06-29 11:28:08 +02:00
_typing.py typing: replace ImmutableSetProtocol with typing.AbstractSet 2022-06-08 23:19:09 +03:00
arglist.py Fix typos discovered by codespell 2021-10-10 16:12:25 -04:00
build.py cuda: don't inject `-lstdc++` when linking 2022-07-06 14:33:58 -07:00
coredata.py Bump version number for new development. 2022-07-03 19:24:45 +03:00
depfile.py depfile: type annotate 2022-01-10 23:06:20 -05:00
envconfig.py envconfig: use $PKG_CONFIG for pkg-config find_program as well as pkgconfig 2022-03-22 15:15:29 +02:00
environment.py dependencies: update llvm versions 2022-06-27 22:16:46 +03:00
mcompile.py mcompile: Print suggestions when target is ambigous 2022-05-01 23:56:38 +03:00
mconf.py fix: handle the case where the last item of `four_column` results in being < 1 (COLUMNS <= 60) by falling back to `_col`, relevant issue #10211 2022-06-24 00:17:56 -04:00
mdevenv.py devenv: Do not use relative WINEPATH 2022-06-17 11:53:38 -04:00
mdist.py flake8: remove no longer used imports 2022-06-10 09:15:48 -04:00
mesondata.py port from embedded data to importlib.resources 2022-01-10 18:36:57 -05:00
mesonmain.py Move python version check as first thing 2022-06-22 09:13:05 -07:00
minit.py minit: refuse to allow creating broken projects 2022-05-05 20:07:44 -04:00
minstall.py minstall: Add more safety checks when unpickling installdata 2022-06-16 17:06:25 -04:00
mintro.py move various unused typing-only imports into type-checking blocks 2022-07-03 14:11:31 -04:00
mlog.py mlog: add support for italic/emphasized text in AnsiText 2022-06-09 18:58:33 -04:00
mparser.py Add support for multiline f-strings 2022-05-01 12:47:37 -04:00
msetup.py devenv: Use PkgConfigDependency.get_env() 2022-05-04 00:16:32 +03:00
msubprojects.py treewide: various cleanups to move imports for mypy into typechecking blocks 2022-06-10 09:15:48 -04:00
mtest.py Improve WINEPATH reduction 2022-06-17 11:53:38 -04:00
munstable_coredata.py fix coding errors in unstable-coredata subcommand 2021-08-22 13:56:41 +03:00
optinterpreter.py Allow deprecating an option for a new one 2022-04-21 14:18:29 -04:00
programs.py ExternalProgram: Make get_version() work without interpreter 2022-06-17 11:53:38 -04:00
rewriter.py ast: rename module constant to match PEP8 style 2022-06-01 22:49:10 -04:00