summaryrefslogtreecommitdiff
path: root/meson.py
Commit message (Expand)AuthorAgeFilesLines
* Move classes used by scripts to their own moduleXavier Claessens2022-09-281-0/+2
* Move python version check as first thingXavier Claessens2022-06-221-0/+9
* use real pathlib moduleDylan Baker2020-11-201-1/+1
* pathlib: Fix resolve() by overriding it in Python 3.5Daniel Mensinger2020-10-041-1/+1
* meson.py: sys.path requires str, not pathlib.PathNirbheek Chauhan2018-06-101-1/+1
* Set the meson command to use when we know what it isNirbheek Chauhan2018-06-011-7/+10
* Revert "mesonlib: handle meson exe wrappers"Nirbheek Chauhan2018-05-311-2/+7
* mesonlib: handle meson exe wrappersMartin Kelly2018-05-301-7/+2
* Fix flake8 'imported but unused' reportsJon Turney2018-03-031-2/+2
* Print UTF-8 warning only when actually encountering non-ascii filenames.Jussi Pakkanen2017-12-141-11/+0
* fix a typo in the UTF-8 warning messageLuke Shumaker2017-09-201-1/+1
* Write deprecation warnings to stderr.Jussi Pakkanen2017-08-021-6/+6
* Print deprecation warnings on old style commands.Jussi Pakkanen2017-08-021-1/+1
* Do not warn about non-utf8 locales on Windows.Jussi Pakkanen2016-12-101-2/+2
* meson.py: Warn if the encoding is not UTF-8 compatibleNirbheek Chauhan2016-11-231-2/+13
* meson.py: Always resolve full path to meson.pyNirbheek Chauhan2016-10-121-4/+2
* Reintroduce Python Zipapp supportFranz Zapata2016-10-101-6/+9
* Use argv[0] to internally relaunch meson.pyEmanuele Aina2016-10-081-8/+6
* Revert #823, see also #830.Jussi Pakkanen2016-10-021-15/+8
* Revert #830 because it broke the case when the main script is not in path.Jussi Pakkanen2016-10-011-1/+15
* User argv[0] to internally relaunch meson.pyEmanuele Aina2016-09-301-11/+1
* Support running Meson as a Python zip applicationFranz Zapata2016-09-281-4/+10
* Back to .py suffix in files. Closes #394.Jussi Pakkanen2016-03-021-0/+24
* Renamed meson package to mesonbuild so that we can have a script named meson ...Jussi Pakkanen2016-01-161-24/+0
* Moved scripts in the module and started work to run them via the main meson c...Jussi Pakkanen2016-01-151-2/+20
* Organise files into a module structure.Jussi Pakkanen2016-01-151-222/+3
* Make it working on python 3.3Thibault Saunier2015-12-041-2/+2
* Added support for extended command line to overcome OS command line length li...Yoav Alon2015-11-281-0/+3
* Yet another step in the neverending saga of -Wpedantic.Jussi Pakkanen2015-11-231-1/+1
* Add --version to command line arguments.Wink Saville2015-11-171-1/+1
* Made shared the default libtype as it is faster for daily development.Jussi Pakkanen2015-11-041-1/+1
* Turned builtin options into proper objects.Jussi Pakkanen2015-11-031-7/+4
* Refactored builtin options to a dictionary and created a new default library ...Jussi Pakkanen2015-11-031-0/+2
* Now that projects can easily override defaults, return warning level to 2.Jussi Pakkanen2015-10-261-7/+1
* Added cpu family property to system information.Jussi Pakkanen2015-10-181-0/+3
* Do not use intr before it existsThibault Saunier2015-09-191-3/+4
* Merged trunk changes.Jussi Pakkanen2015-09-171-0/+11
|\
| * Can set default warning with an envvar.Jussi Pakkanen2015-09-041-2/+10
| * Added multiple selectable warning levels.Jussi Pakkanen2015-08-271-0/+3
* | Added conf option for build tree layout.Jussi Pakkanen2015-09-171-0/+3
* | Added outdir() method to build targets so we can make output dirs togglable.Jussi Pakkanen2015-09-171-7/+7
|/
* More robust windows detection and more logs.Jussi Pakkanen2015-08-251-0/+3
* Better sanity testing.Jussi Pakkanen2015-08-251-0/+2
* Support target-only cross compilation properly.Jussi Pakkanen2015-07-271-2/+2
* Get build machine's CPU info too.Jussi Pakkanen2015-07-271-0/+1
* Now host_machine, build_machine and target_machine are properly separated and...Jussi Pakkanen2015-07-271-0/+3
* style: fix indenting in meson.pyIgor Gnatenko2015-06-181-17/+17
* meson: fix undefined-variable in backends chooserIgor Gnatenko2015-06-181-1/+1
* introduce check python version in meson.pyIgor Gnatenko2015-05-161-0/+5
* Moved functionality from __main__ to a function to make it callable.Jussi Pakkanen2015-04-231-13/+15