summaryrefslogtreecommitdiff
path: root/mesonbuild/minit.py
Commit message (Expand)AuthorAgeFilesLines
* 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