meson/mesonbuild
Elliott Sales de Andrade 389259c229 Stop "fixing" command line in CustomTargets. (#737) 2016-09-01 22:10:33 +03:00
..
backend Stop "fixing" command line in CustomTargets. (#737) 2016-09-01 22:10:33 +03:00
modules gnome: Handle internal dependencies to generate gir files 2016-08-29 10:11:27 -03:00
scripts Refactor DESTDIR determination into a single function. 2016-08-27 23:07:59 -04:00
wrap Do not error out if git pull fails on subprojects. Closes #720. 2016-08-25 22:29:40 +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 Merge pull request #696 from mesonbuild/depfile 2016-08-27 16:43:14 +03:00
compilers.py Add a new compiler object method: has_members (#723) 2016-08-27 17:26:23 +03:00
coredata.py Change default and add explanatory comment for why we do that. 2016-08-21 23:37:13 +03:00
dependencies.py 'name' needs to be 'self.name' in DependencyException 2016-08-23 23:15:46 +02:00
environment.py Flatten isinstance calls. (#715) 2016-08-27 15:47:29 +03:00
interpreter.py Honor dependency `fallback` argument even if the dependency is not required (#735) 2016-08-29 22:31:10 +03:00
mconf.py Renamed compile&link args and made them accessible from get_option. 2016-05-28 21:56:41 +03:00
mesonlib.py Use global id instead of local for hg tag. (#710) 2016-08-27 13:42:35 +03:00
mesonmain.py Use argparse's builtin version printer. 2016-08-30 01:59:55 -04:00
mintro.py Added minsize build type that optimizes for binary size. 2016-06-23 22:38:18 +03:00
mlog.py Print full mesonlog on failed tests when run under CI. 2016-06-23 00:03:59 +03:00
mparser.py Forbid nested ternary operations. 2016-08-01 20:49:30 +03:00
optinterpreter.py Flatten isinstance calls. (#715) 2016-08-27 15:47:29 +03:00