summaryrefslogtreecommitdiff
path: root/mesonbuild/minit.py
Commit message (Expand)AuthorAgeFilesLines
* Make --vsenv a readonly builtin optionXavier Claessens2023-03-291-1/+2
* treewide: add future annotations importEli Schwartz2023-02-011-0/+1
* meson init --build should call meson setup and vsenvCharles Brunet2023-01-221-2/+8
* pylint: enable the set_membership pluginDylan Baker2022-11-301-1/+1
* pylint: enable the bad_builtin checkerDylan Baker2022-11-291-1/+1
* minit: refuse to allow creating broken projectsEli Schwartz2022-05-051-0/+4
* Add vala templateAlberto Fanjul2021-11-161-2/+5
* f-stringsEli Schwartz2021-10-041-6/+4
* resolve symlinks passed to -CPaolo Bonzini2021-07-071-1/+2
* minit: do not misdetect files suffixed as "" or named "." or "c" or "s" as c#Eli Schwartz2021-06-131-1/+1
* mass rewrite of string formatting to use f-strings everywhereEli Schwartz2021-03-041-2/+2
* split mesonlib into a packageDylan Baker2021-01-231-1/+1
* use real pathlib moduleDylan Baker2020-11-201-1/+1
* pathlib: Fix resolve() by overriding it in Python 3.5Daniel Mensinger2020-10-041-1/+1
* typing: fully annotate mcompile, minit, and msetupDaniel Mensinger2020-09-081-4/+8
* environment: use ExternalProgram to find ninjaPaolo Bonzini2020-09-041-1/+1
* update meson init info message. [skip ci]Michael Brockus2020-06-211-2/+2
* Made --help options sortedTheQwertiest2020-06-091-1/+1
* sample factory implementationMichael2020-03-191-84/+7
* fix typoMichael2020-03-021-1/+1
* add -C to meson initMichael2020-03-021-0/+7
* Update minit.pyMichael Brockus2020-02-241-3/+2
* fixed issue with auto-detection failingMichael Brockus2020-02-241-1/+2
* use python set to tuple for checking membersMichael Brockus2020-02-241-2/+2
* make use of default project constMichael2020-02-191-1/+1
* make use of enumsMichael2020-02-191-22/+24
* removed hardcoded values for more add less work in the long run.Michael2020-02-191-24/+27
* switch Python list for setMichael2020-02-191-3/+3
* remove uneeded '(' and ')'Michael2020-02-191-1/+1
* Update minit.pyMichael Brockus2020-02-191-52/+58
* update the init commandMichael2020-02-021-56/+80
* CI: add initial type annotation checkingMichael Hirsch, Ph.D2019-11-071-1/+1
* Minit templates modularizationMichael Hirsch, Ph.D2019-11-021-330/+76
* Don't use len() to test for container emptinessDylan Baker2019-04-251-1/+1
* Use a single ArgumentParser for all subcommandsXavier Claessens2018-10-041-4/+4
* Call it gnu_symbol_visibility instead.Jussi Pakkanen2018-08-091-2/+2
* Updated sample projects to use visibility kwarg.Jussi Pakkanen2018-08-091-14/+2
* Use visual studio solution directoriesNiklas Claesson2018-04-171-3/+5
* Generate meson.build based on existing source files when meson init is run in...Jukka Laurila2018-03-061-7/+117
* Fix the C and C++ project template options, they were reversed before.Jukka Laurila2018-03-061-3/+3
* Fix flake8 'variable assigned value but unused' reportsJon Turney2018-03-031-2/+0
* Fix various flake8 indentation reportsJon Turney2018-03-031-3/+3
* Fix various flake8 whitespace reportsJon Turney2018-03-031-8/+8
* Fix flake8 'imported but unused' reportsJon Turney2018-03-031-2/+1
* Add unit test that checks that the sample projects compile.initJussi Pakkanen2017-12-311-4/+4
* Added C++ library sample.Jussi Pakkanen2017-12-311-4/+143
* Added C++ exe sample project.Jussi Pakkanen2017-12-311-7/+52
* Add a sample shared library project.Jussi Pakkanen2017-12-311-4/+129
* Added init command that creates a sample exe project.Jussi Pakkanen2017-12-311-0/+64