meson/mesonbuild
Daniel Mensinger 902ed589a5
cmake: Add CMake file API support
The file API will automatically be used when CMake >= 3.14
is detected. This new API is meant as a replacement for the
now deprecated CMake server API.

The new API (mostly) provides the same information in a
different format. Thus only a slight bit of refactoring was
necessary to implement this new backend
2019-10-20 12:04:15 +02:00
..
ast mintro: Fix resolving nodes in kwargs (fixes #5884) 2019-09-04 15:05:41 -07:00
backend xcode 64 bit for catalina [skip ci] 2019-10-18 01:07:52 +03:00
cmake cmake: Add CMake file API support 2019-10-20 12:04:15 +02:00
compilers Fix according to deprecation of usage of non-standard escape sequences 2019-10-19 14:27:41 +03:00
dependencies Use include_type instead of is_system 2019-10-03 10:06:04 +02:00
modules Make Python 2 tests optional(er) to prepare for py2 purge in Debian. 2019-10-01 21:12:04 +03:00
scripts Add clang-tidy target. Closes #2383. 2019-10-01 22:02:51 +03:00
wrap wrap: Rework `depth` support for git. 2019-10-06 14:29:32 +03: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 Fix *.pdb files missing in meson introspect --installed output 2019-10-09 15:50:20 +02:00
coredata.py Bump version number for new development. [skip ci] 2019-10-06 22:53:31 +03:00
depfile.py Add depfile to configure_file() 2019-09-30 22:17:50 +03:00
envconfig.py envconfig: Add Alpha CPU family 2019-10-15 21:47:58 +03:00
environment.py environment: Add missing space between words 2019-10-15 21:47:58 +03:00
interpreter.py path interpreter--silently discard invalid Unix relative paths on Windows 2019-10-11 10:08:00 -07:00
interpreterbase.py Merge pull request #6011 from xclaesse/not-disabler 2019-10-10 00:47:17 +03:00
linkers.py Merge pull request #5833 from dcbaker/remove-compiler-type 2019-10-09 19:53:56 +03:00
mconf.py mconf: Group all options per subproject and align all groups 2019-10-18 00:49:27 +03:00
mdist.py mdist.py: import lzma only when needed 2019-10-19 14:28:34 +03:00
mesonlib.py Add helper to print warnings once 2019-09-25 14:52:07 +02:00
mesonmain.py Create multiple different archive types with dist. 2019-07-23 23:26:46 +03:00
minit.py Don't use len() to test for container emptiness 2019-04-25 12:28:51 -07:00
minstall.py Fix *.pdb files missing in meson introspect --installed output 2019-10-09 15:50:20 +02:00
mintro.py Add missing newlines to "meson introspect" error 2019-10-18 00:48:00 +03:00
mlog.py Make parser errors print relative path to meson.build file 2019-10-10 00:40:30 +03:00
mparser.py Fix flake8-bugbear warnings 2019-04-29 12:22:50 +02:00
msetup.py Print user defined options in meson-log.txt 2019-09-25 22:50:48 +03:00
msubprojects.py cmake: moved subprojects into the CMake module 2019-06-06 18:27:05 +02:00
mtest.py mtest: add gdb_path option 2019-10-04 01:10:07 +03:00
munstable_coredata.py compilers: replace CompilerType with MachineInfo 2019-10-07 12:08:20 -07:00
optinterpreter.py No need to reserve build_ because we use build. instead. 2019-07-15 14:13:55 -07:00
rewriter.py Per machine do 'build.' and '' option prefixes 2019-06-05 23:05:34 -04:00