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