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
/
mesonbuild
/
mintro.py
Age
Commit message (
Expand
)
Author
2018-05-09
introspect: Fix listing target files that are File objects
Nirbheek Chauhan
2018-04-11
introspect: default builddir to . to prevent a crash
Andrei Alexeyev
2018-03-27
Always build parser objects anew to avoid leaking old data.
Jussi Pakkanen
2018-03-18
introspect: tests: Inform about tests run parallelization
Thibault Saunier
2018-03-01
Harmonize data pickling.
Hemmo Nieminen
2018-02-07
Expose integer options to build option files.
Jussi Pakkanen
2018-01-30
Use os.path: basename() and dirname() instead of split()
Aleksey Filippov
2017-12-07
Fix `array` type name
Eric Engestrom
2017-12-07
Renamed UserStringArrayOption to UserArrayOption for short.
Jussi Pakkanen
2017-11-09
Print correct command in help message
Eric Engestrom
2017-11-09
introspect: print `build_by_default` field
Eric Engestrom
2017-07-20
Modify mesonintrospect --dependencies so 1 element in list is 1 dependency
Martin Ejdestig
2017-06-19
Storage object has changed so use values(). Closes #1963.
Jussi Pakkanen
2017-05-17
Use more direct dictionary literals.
Elliott Sales de Andrade
2017-05-09
mesonintrospect: Print all deps, not just those with the same name
Nirbheek Chauhan
2017-05-08
mesonintrospect: List all installed files
Quentin Glidic
2017-02-18
mesonintrospect: Normalize install_filename in the output
Nirbheek Chauhan
2017-02-18
mesonintrospect: Also print builtins for --buildoptions
Nirbheek Chauhan
2017-01-26
Fix mesonintrospect --installed
Thibault Saunier
2017-01-22
mintro.py: Assume the current dir is a builddir if not specified
Nirbheek Chauhan
2017-01-01
style: fix E225 violations
Igor Gnatenko
2016-12-31
Fix space before :.
Jussi Pakkanen
2016-12-15
introspect: Allow listing all installed files
Thibault Saunier
2016-12-06
Expose project information with mesonintrospect. Closes #1118.
Jussi Pakkanen
2016-12-03
mintro: Allow serializing EnvironmentVariables objects
Thibault Saunier
2016-10-30
Exposes the install names of targets in introspection. Closes #829.
Jussi Pakkanen
2016-10-07
Remove shebangs on files that are not runnable and add execute bits to those ...
Jussi Pakkanen
2016-08-27
Use context manager for file I/O.
Elliott Sales de Andrade
2016-06-23
Added minsize build type that optimizes for binary size.
Jussi Pakkanen
2016-05-10
Use CoreData.get_builtin_option() to get builtin option values.
Hemmo Nieminen
2016-03-20
Converted precompiled headers into a base option.
Jussi Pakkanen
2016-03-20
Converted coverage into a base option.
Jussi Pakkanen
2016-03-17
Fix mesonintrospect.
Jussi Pakkanen
2016-01-16
Renamed meson package to mesonbuild so that we can have a script named meson ...
Jussi Pakkanen