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