meson/mesonbuild
Peter Harris 0e50974f80 backend/vs: Fix link of wmain / wWinMain based apps
Executables may have an entry point of wmain or wWinMain. These
executables link successfully with ninja. Rather than add more flags to
executable() in meson.build, remove the EntryPointSymbol override. This
makes the vs backend behave more like the ninja backend.

Fixes #6698
2020-04-04 21:46:09 +03:00
..
ast interpreterbase: Add warning when built-in object method has no kwargs 2020-03-19 23:01:58 +02:00
backend backend/vs: Fix link of wmain / wWinMain based apps 2020-04-04 21:46:09 +03:00
cmake cmake: Only expand executable targets in COMMAND (fixes #6857) 2020-03-29 19:35:37 +03:00
compilers Make cc.has_function work on GCC/Clang __builtins 2020-04-04 20:51:35 +03:00
dependencies boost: Fix boost_python detection on bionic (fixes #6886 #4788) 2020-04-01 20:39:46 +03:00
modules Report an errror if glib-compile-resources is missing 2020-03-29 20:53:50 +03:00
scripts Merge pull request #6637 from mesonbuild/nirbheek/implement-symbolextractor-windows 2020-02-23 20:23:03 +02:00
templates cuda: Fix meson template (fixes #6869) 2020-04-01 20:38:49 +03:00
wrap Always disable interpolation for ini parsers. 2020-01-27 22:22:12 +02:00
__init__.py Renamed meson package to mesonbuild so that we can have a script named meson in the same toplevel dir. 2016-01-16 17:35:29 +02:00
build.py -Add xc16 and c2000 C,Cpp toolchain support 2020-03-21 00:47:24 +02:00
coredata.py Bump version number for new development. [skip ci] 2020-03-29 20:46:20 +03:00
depfile.py Add depfile to configure_file() 2019-09-30 22:17:50 +03:00
envconfig.py Revert "Naturally use env vars a bit more to match Autoconf" 2020-03-23 18:07:24 +02:00
environment.py environment: "power machintosh" is ppc 2020-03-29 20:54:12 +03:00
interpreter.py interpreter: Fix Disabler support for modules 2020-04-02 10:57:48 +02:00
interpreterbase.py interpreterbase: Add warning when built-in object method has no kwargs 2020-03-19 23:01:58 +02:00
linkers.py Fix legacy env var support with cross 2020-03-23 17:51:36 +02:00
mcompile.py mesonbuild: Add mcompile command 2020-03-04 14:07:27 -05:00
mconf.py Fix typos found by codespell 2019-11-06 09:55:30 -05:00
mdist.py dist: Print location of generated tarballs 2020-03-29 21:12:34 +03:00
mesonlib.py Remove my notes from sources 2020-03-19 19:11:10 +02:00
mesonmain.py mesonbuild: Add mcompile command 2020-03-04 14:07:27 -05:00
minit.py sample factory implementation 2020-03-19 22:44:59 +02:00
minstall.py Do not call restorecon if there are no files to install 2020-03-29 20:52:43 +03:00
mintro.py intro: List symlinks in installdata (fixes #6734) 2020-03-08 13:49:53 +02:00
mlog.py Add property to disable compiler sanity checks during cross compilation. 2020-03-22 23:07:53 +02:00
mparser.py mparser: fix precedence of arithmetic operators 2020-04-04 13:31:07 +03:00
msetup.py Cherry-picking - (rm python2 % add python3 .format) (#6725) 2020-03-03 21:45:43 +02:00
msubprojects.py Cherry-picking - (rm python2 % add python3 .format) (#6725) 2020-03-03 21:45:43 +02:00
mtest.py mtest: Improve test output formatting. 2020-04-03 00:51:52 +03:00
munstable_coredata.py Fix typos found by codespell 2019-11-06 09:55:30 -05:00
optinterpreter.py types: Annotate mparser.py 2020-03-02 10:34:55 +01:00
rewriter.py review: Initial fixup 2020-03-02 10:47:20 +01:00