meson/mesonbuild
Paulo Antonio Alvarez 1e54a5e73c environment: Use GNU defines to get version of c, c++, objc and fortran
According to
https://gcc.gnu.org/onlinedocs/cpp/Common-Predefined-Macros.html,
the macros used to get the version are always defined for those
languages, so use them to get the version.
2016-11-11 08:11:43 -02:00
..
backend Merge pull request #1011 from centricular/runtarget-files-rel-builddir 2016-11-10 14:47:35 -05:00
modules gnome: Improve dependency handling of compile_resources() 2016-11-09 17:40:42 +01:00
scripts vs backend: coredata.meson_script_file was renamed 2016-11-10 00:40:16 +05:30
wrap add support of mercurial repo for wrap,… (#937) 2016-10-20 00:10:00 +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 Implement mlog.warning and use it everywhere for warnings 2016-11-08 17:43:24 -05:00
compilers.py Fix debug PCH builds with MSVC 2012 and later 2016-11-10 00:40:16 +05:30
coredata.py Added reconfigure target that always reruns Meson. 2016-11-06 09:10:04 -08:00
dependencies.py Add repr() implementation for Dependency() 2016-10-23 18:02:02 +05:30
environment.py environment: Use GNU defines to get version of c, c++, objc and fortran 2016-11-11 08:11:43 -02:00
interpreter.py Minor adjusts (#1001) 2016-11-07 11:26:46 -08:00
mconf.py A few sysconf fixes. 2016-11-02 12:11:47 -07:00
mesonlib.py mesonlib: close file before (re)moving 2016-10-27 10:52:00 -07:00
mesonmain.py Create target directory if it does not exist. Closes #935. 2016-11-09 11:26:04 -05:00
mintro.py Exposes the install names of targets in introspection. Closes #829. 2016-10-30 06:46:08 -07:00
mlog.py Implement mlog.warning and use it everywhere for warnings 2016-11-08 17:43:24 -05:00
mparser.py Add support to integer modulo operator 2016-09-02 18:52:45 +01:00
optinterpreter.py Use context manager for file I/O. 2016-08-27 18:29:55 -04:00