.. |
backend
|
Unify common code in run_target and custom_target.
|
2016-07-01 22:12:15 +03:00 |
modules
|
Changed run_target to take command as kwarg and add depends. This makes it behave the same as custom_target.
|
2016-06-24 23:07:57 +03:00 |
scripts
|
scripts: Use destdir_join fix for all DESTDIR prefixing (#598)
|
2016-06-16 20:43:23 +03:00 |
wrap
|
Created an emergency wraptool that downloads directly from Github.
|
2016-05-05 23:18:05 +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
|
Changed run_target to take command as kwarg and add depends. This makes it behave the same as custom_target.
|
2016-06-24 23:07:57 +03:00 |
compilers.py
|
GnuCPPCompiler: allow usage of GNU extensions (#619)
|
2016-06-27 19:31:07 +03:00 |
coredata.py
|
Added minsize build type that optimizes for binary size.
|
2016-06-23 22:38:18 +03:00 |
dependencies.py
|
Added version info to sdl2dep. Closes #616.
|
2016-06-24 15:45:25 +03:00 |
environment.py
|
be more resilient for identifying gcc compilers
|
2016-06-16 20:52:03 +03:00 |
interpreter.py
|
Changed run_target to take command as kwarg and add depends. This makes it behave the same as custom_target.
|
2016-06-24 23:07:57 +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
|
Merge pull request #573 from centricular/dependency-versions
|
2016-06-05 13:51:03 +03:00 |
mesonmain.py
|
extract vs2015backend into own file
|
2016-05-30 22:00:20 +02: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
|
Move MesonException from coredata to mesonlib.
|
2016-04-01 00:52:45 +03:00 |
optinterpreter.py
|
coredata: Centralize builtin option descriptions and definitions.
|
2016-04-04 02:52:30 +03:00 |