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
/
minit.py
Age
Commit message (
Expand
)
Author
2025-10-29
environment: move tool detection functions to a new module
Paolo Bonzini
2025-03-10
coredata: replace get_option with optstore.get_value_for
Dylan Baker
2024-07-11
Move OptionKey in the option source file.
Jussi Pakkanen
2023-12-13
Use SPDX-License-Identifier consistently
Dylan Baker
2023-11-01
Add comments suggesting to keep shell completion scripts up-to-date near cmd ...
Luke Elliott
2023-07-25
templates: fix typo in function name `sameple` -> `sample`
Dylan Baker
2023-07-25
minit: use a Protocol for arguments
Dylan Baker
2023-07-25
minit: put imports together
Dylan Baker
2023-07-25
minit: fix docstring
Dylan Baker
2023-03-29
Make --vsenv a readonly builtin option
Xavier Claessens
2023-02-01
treewide: add future annotations import
Eli Schwartz
2023-01-22
meson init --build should call meson setup and vsenv
Charles Brunet
2022-11-30
pylint: enable the set_membership plugin
Dylan Baker
2022-11-29
pylint: enable the bad_builtin checker
Dylan Baker
2022-05-05
minit: refuse to allow creating broken projects
Eli Schwartz
2021-11-16
Add vala template
Alberto Fanjul
2021-10-04
f-strings
Eli Schwartz
2021-07-07
resolve symlinks passed to -C
Paolo Bonzini
2021-06-13
minit: do not misdetect files suffixed as "" or named "." or "c" or "s" as c#
Eli Schwartz
2021-03-04
mass rewrite of string formatting to use f-strings everywhere
Eli Schwartz
2021-01-23
split mesonlib into a package
Dylan Baker
2020-11-20
use real pathlib module
Dylan Baker
2020-10-04
pathlib: Fix resolve() by overriding it in Python 3.5
Daniel Mensinger
2020-09-08
typing: fully annotate mcompile, minit, and msetup
Daniel Mensinger
2020-09-04
environment: use ExternalProgram to find ninja
Paolo Bonzini
2020-06-21
update meson init info message. [skip ci]
Michael Brockus
2020-06-09
Made --help options sorted
TheQwertiest
2020-03-19
sample factory implementation
Michael
2020-03-02
fix typo
Michael
2020-03-02
add -C to meson init
Michael
2020-02-24
Update minit.py
Michael Brockus
2020-02-24
fixed issue with auto-detection failing
Michael Brockus
2020-02-24
use python set to tuple for checking members
Michael Brockus
2020-02-19
make use of default project const
Michael
2020-02-19
make use of enums
Michael
2020-02-19
removed hardcoded values for more add less work in the long run.
Michael
2020-02-19
switch Python list for set
Michael
2020-02-19
remove uneeded '(' and ')'
Michael
2020-02-19
Update minit.py
Michael Brockus
2020-02-02
update the init command
Michael
2019-11-07
CI: add initial type annotation checking
Michael Hirsch, Ph.D
2019-11-02
Minit templates modularization
Michael Hirsch, Ph.D
2019-04-25
Don't use len() to test for container emptiness
Dylan Baker
2018-10-04
Use a single ArgumentParser for all subcommands
Xavier Claessens
2018-08-09
Call it gnu_symbol_visibility instead.
Jussi Pakkanen
2018-08-09
Updated sample projects to use visibility kwarg.
Jussi Pakkanen
2018-04-17
Use visual studio solution directories
Niklas Claesson
2018-03-06
Generate meson.build based on existing source files when meson init is run in...
Jukka Laurila
2018-03-06
Fix the C and C++ project template options, they were reversed before.
Jukka Laurila
2018-03-03
Fix flake8 'variable assigned value but unused' reports
Jon Turney
[next]