summaryrefslogtreecommitdiff
path: root/mesonbuild/minit.py
AgeCommit message (Expand)Author
2025-10-29environment: move tool detection functions to a new modulePaolo Bonzini
2025-03-10coredata: replace get_option with optstore.get_value_forDylan Baker
2024-07-11Move OptionKey in the option source file.Jussi Pakkanen
2023-12-13Use SPDX-License-Identifier consistentlyDylan Baker
2023-11-01Add comments suggesting to keep shell completion scripts up-to-date near cmd ...Luke Elliott
2023-07-25templates: fix typo in function name `sameple` -> `sample`Dylan Baker
2023-07-25minit: use a Protocol for argumentsDylan Baker
2023-07-25minit: put imports togetherDylan Baker
2023-07-25minit: fix docstringDylan Baker
2023-03-29Make --vsenv a readonly builtin optionXavier Claessens
2023-02-01treewide: add future annotations importEli Schwartz
2023-01-22meson init --build should call meson setup and vsenvCharles Brunet
2022-11-30pylint: enable the set_membership pluginDylan Baker
2022-11-29pylint: enable the bad_builtin checkerDylan Baker
2022-05-05minit: refuse to allow creating broken projectsEli Schwartz
2021-11-16Add vala templateAlberto Fanjul
2021-10-04f-stringsEli Schwartz
2021-07-07resolve symlinks passed to -CPaolo Bonzini
2021-06-13minit: do not misdetect files suffixed as "" or named "." or "c" or "s" as c#Eli Schwartz
2021-03-04mass rewrite of string formatting to use f-strings everywhereEli Schwartz
2021-01-23split mesonlib into a packageDylan Baker
2020-11-20use real pathlib moduleDylan Baker
2020-10-04pathlib: Fix resolve() by overriding it in Python 3.5Daniel Mensinger
2020-09-08typing: fully annotate mcompile, minit, and msetupDaniel Mensinger
2020-09-04environment: use ExternalProgram to find ninjaPaolo Bonzini
2020-06-21update meson init info message. [skip ci]Michael Brockus
2020-06-09Made --help options sortedTheQwertiest
2020-03-19sample factory implementationMichael
2020-03-02fix typoMichael
2020-03-02add -C to meson initMichael
2020-02-24Update minit.pyMichael Brockus
2020-02-24fixed issue with auto-detection failingMichael Brockus
2020-02-24use python set to tuple for checking membersMichael Brockus
2020-02-19make use of default project constMichael
2020-02-19make use of enumsMichael
2020-02-19removed hardcoded values for more add less work in the long run.Michael
2020-02-19switch Python list for setMichael
2020-02-19remove uneeded '(' and ')'Michael
2020-02-19Update minit.pyMichael Brockus
2020-02-02update the init commandMichael
2019-11-07CI: add initial type annotation checkingMichael Hirsch, Ph.D
2019-11-02Minit templates modularizationMichael Hirsch, Ph.D
2019-04-25Don't use len() to test for container emptinessDylan Baker
2018-10-04Use a single ArgumentParser for all subcommandsXavier Claessens
2018-08-09Call it gnu_symbol_visibility instead.Jussi Pakkanen
2018-08-09Updated sample projects to use visibility kwarg.Jussi Pakkanen
2018-04-17Use visual studio solution directoriesNiklas Claesson
2018-03-06Generate meson.build based on existing source files when meson init is run in...Jukka Laurila
2018-03-06Fix the C and C++ project template options, they were reversed before.Jukka Laurila
2018-03-03Fix flake8 'variable assigned value but unused' reportsJon Turney