meson/mesonbuild
Igor Gnatenko 0d58ddd739 rpm: couple of improvements and fixes
* Don't hardcode /usr/bin, use %{_bindir}
* Implement %meson_build / %meson_install / %meson_test
* Automatic handling of out-of-tree builds

Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com>
2016-10-08 17:12:20 +02:00
..
backend Add cross-platform PIC support for static libraries 2016-10-08 01:02:13 +05:30
modules rpm: couple of improvements and fixes 2016-10-08 17:12:20 +02:00
scripts Remove shebangs on files that are not runnable and add execute bits to those that are. 2016-10-07 21:10:33 +03:00
wrap Download without status updates if server does not report file size. Closes #771. 2016-09-14 19:09:57 +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 Error out if shared lib links to static lib without PIC 2016-10-08 01:02:16 +05:30
compilers.py compilers: Don't pollute c_args with -fPIC on OS X 2016-10-08 01:02:16 +05:30
coredata.py Bump version number for new development. 2016-10-03 23:18:11 +03:00
dependencies.py dependencies/boost: Fix 32-bit vs 64-bit on Windows 2016-09-27 00:27:38 +05:30
environment.py Use argv[0] to internally relaunch meson.py 2016-10-08 15:41:31 +02:00
interpreter.py intrp: Don't do custom AST parsing for project() 2016-10-07 23:32:46 +05:30
mconf.py Remove shebangs on files that are not runnable and add execute bits to those that are. 2016-10-07 21:10:33 +03:00
mesonlib.py dependencies/boost: Fix 32-bit vs 64-bit on Windows 2016-09-27 00:27:38 +05:30
mesonmain.py Use argv[0] to internally relaunch meson.py 2016-10-08 15:41:31 +02:00
mintro.py Remove shebangs on files that are not runnable and add execute bits to those that are. 2016-10-07 21:10:33 +03:00
mlog.py Print full mesonlog on failed tests when run under CI. 2016-06-23 00:03:59 +03: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