index
:
meson
clippy-json
master
Unnamed repository; edit this file 'description' to name the repository.
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
meson.py
Age
Commit message (
Expand
)
Author
2023-12-13
Use SPDX-License-Identifier consistently
Dylan Baker
2022-09-28
Move classes used by scripts to their own module
Xavier Claessens
2022-06-22
Move python version check as first thing
Xavier Claessens
2020-11-20
use real pathlib module
Dylan Baker
2020-10-04
pathlib: Fix resolve() by overriding it in Python 3.5
Daniel Mensinger
2018-06-10
meson.py: sys.path requires str, not pathlib.Path
Nirbheek Chauhan
2018-06-01
Set the meson command to use when we know what it is
Nirbheek Chauhan
2018-05-31
Revert "mesonlib: handle meson exe wrappers"
Nirbheek Chauhan
2018-05-30
mesonlib: handle meson exe wrappers
Martin Kelly
2018-03-03
Fix flake8 'imported but unused' reports
Jon Turney
2017-12-14
Print UTF-8 warning only when actually encountering non-ascii filenames.
Jussi Pakkanen
2017-09-20
fix a typo in the UTF-8 warning message
Luke Shumaker
2017-08-02
Write deprecation warnings to stderr.
Jussi Pakkanen
2017-08-02
Print deprecation warnings on old style commands.
Jussi Pakkanen
2016-12-10
Do not warn about non-utf8 locales on Windows.
Jussi Pakkanen
2016-11-23
meson.py: Warn if the encoding is not UTF-8 compatible
Nirbheek Chauhan
2016-10-12
meson.py: Always resolve full path to meson.py
Nirbheek Chauhan
2016-10-10
Reintroduce Python Zipapp support
Franz Zapata
2016-10-08
Use argv[0] to internally relaunch meson.py
Emanuele Aina
2016-10-02
Revert #823, see also #830.
Jussi Pakkanen
2016-10-01
Revert #830 because it broke the case when the main script is not in path.
Jussi Pakkanen
2016-09-30
User argv[0] to internally relaunch meson.py
Emanuele Aina
2016-09-28
Support running Meson as a Python zip application
Franz Zapata
2016-03-02
Back to .py suffix in files. Closes #394.
Jussi Pakkanen
2016-01-16
Renamed meson package to mesonbuild so that we can have a script named meson ...
Jussi Pakkanen
2016-01-15
Moved scripts in the module and started work to run them via the main meson c...
Jussi Pakkanen
2016-01-15
Organise files into a module structure.
Jussi Pakkanen
2015-12-04
Make it working on python 3.3
Thibault Saunier
2015-11-28
Added support for extended command line to overcome OS command line length li...
Yoav Alon
2015-11-23
Yet another step in the neverending saga of -Wpedantic.
Jussi Pakkanen
2015-11-17
Add --version to command line arguments.
Wink Saville
2015-11-04
Made shared the default libtype as it is faster for daily development.
Jussi Pakkanen
2015-11-03
Turned builtin options into proper objects.
Jussi Pakkanen
2015-11-03
Refactored builtin options to a dictionary and created a new default library ...
Jussi Pakkanen
2015-10-26
Now that projects can easily override defaults, return warning level to 2.
Jussi Pakkanen
2015-10-18
Added cpu family property to system information.
Jussi Pakkanen
2015-09-19
Do not use intr before it exists
Thibault Saunier
2015-09-17
Merged trunk changes.
Jussi Pakkanen
2015-09-17
Added conf option for build tree layout.
Jussi Pakkanen
2015-09-17
Added outdir() method to build targets so we can make output dirs togglable.
Jussi Pakkanen
2015-09-04
Can set default warning with an envvar.
Jussi Pakkanen
2015-08-27
Added multiple selectable warning levels.
Jussi Pakkanen
2015-08-25
More robust windows detection and more logs.
Jussi Pakkanen
2015-08-25
Better sanity testing.
Jussi Pakkanen
2015-07-27
Support target-only cross compilation properly.
Jussi Pakkanen
2015-07-27
Get build machine's CPU info too.
Jussi Pakkanen
2015-07-27
Now host_machine, build_machine and target_machine are properly separated and...
Jussi Pakkanen
2015-06-18
style: fix indenting in meson.py
Igor Gnatenko
2015-06-18
meson: fix undefined-variable in backends chooser
Igor Gnatenko
2015-05-16
introduce check python version in meson.py
Igor Gnatenko
[next]