aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild/minit.py
AgeCommit message (Expand)AuthorFilesLines
2023-03-29Make --vsenv a readonly builtin optionXavier Claessens1-1/+2
2023-02-01treewide: add future annotations importEli Schwartz1-0/+1
2023-01-22meson init --build should call meson setup and vsenvCharles Brunet1-2/+8
2022-11-30pylint: enable the set_membership pluginDylan Baker1-1/+1
2022-11-29pylint: enable the bad_builtin checkerDylan Baker1-1/+1
2022-05-05minit: refuse to allow creating broken projectsEli Schwartz1-0/+4
2021-11-16Add vala templateAlberto Fanjul1-2/+5
2021-10-04f-stringsEli Schwartz1-6/+4
2021-07-07resolve symlinks passed to -CPaolo Bonzini1-1/+2
2021-06-13minit: do not misdetect files suffixed as "" or named "." or "c" or "s" as c#Eli Schwartz1-1/+1
2021-03-04mass rewrite of string formatting to use f-strings everywhereEli Schwartz1-2/+2
2021-01-23split mesonlib into a packageDylan Baker1-1/+1
2020-11-20use real pathlib moduleDylan Baker1-1/+1
2020-10-04pathlib: Fix resolve() by overriding it in Python 3.5Daniel Mensinger1-1/+1
2020-09-08typing: fully annotate mcompile, minit, and msetupDaniel Mensinger1-4/+8
2020-09-04environment: use ExternalProgram to find ninjaPaolo Bonzini1-1/+1
2020-06-21update meson init info message. [skip ci]Michael Brockus1-2/+2
2020-06-09Made --help options sortedTheQwertiest1-1/+1
2020-03-19sample factory implementationMichael1-84/+7
2020-03-02fix typoMichael1-1/+1
2020-03-02add -C to meson initMichael1-0/+7
2020-02-24Update minit.pyMichael Brockus1-3/+2
2020-02-24fixed issue with auto-detection failingMichael Brockus1-1/+2
2020-02-24use python set to tuple for checking membersMichael Brockus1-2/+2
2020-02-19make use of default project constMichael1-1/+1
2020-02-19make use of enumsMichael1-22/+24
2020-02-19removed hardcoded values for more add less work in the long run.Michael1-24/+27
2020-02-19switch Python list for setMichael1-3/+3
2020-02-19remove uneeded '(' and ')'Michael1-1/+1
2020-02-19Update minit.pyMichael Brockus1-52/+58
2020-02-02update the init commandMichael1-56/+80
2019-11-07CI: add initial type annotation checkingMichael Hirsch, Ph.D1-1/+1
2019-11-02Minit templates modularizationMichael Hirsch, Ph.D1-330/+76
2019-04-25Don't use len() to test for container emptinessDylan Baker1-1/+1
2018-10-04Use a single ArgumentParser for all subcommandsXavier Claessens1-4/+4
2018-08-09Call it gnu_symbol_visibility instead.Jussi Pakkanen1-2/+2
2018-08-09Updated sample projects to use visibility kwarg.Jussi Pakkanen1-14/+2
2018-04-17Use visual studio solution directoriesNiklas Claesson1-3/+5
2018-03-06Generate meson.build based on existing source files when meson init is run in...Jukka Laurila1-7/+117
2018-03-06Fix the C and C++ project template options, they were reversed before.Jukka Laurila1-3/+3
2018-03-03Fix flake8 'variable assigned value but unused' reportsJon Turney1-2/+0
2018-03-03Fix various flake8 indentation reportsJon Turney1-3/+3
2018-03-03Fix various flake8 whitespace reportsJon Turney1-8/+8
2018-03-03Fix flake8 'imported but unused' reportsJon Turney1-2/+1
2017-12-31Add unit test that checks that the sample projects compile.Jussi Pakkanen1-4/+4
2017-12-31Added C++ library sample.Jussi Pakkanen1-4/+143
2017-12-31Added C++ exe sample project.Jussi Pakkanen1-7/+52
2017-12-31Add a sample shared library project.Jussi Pakkanen1-4/+129
2017-12-31Added init command that creates a sample exe project.Jussi Pakkanen1-0/+64