summaryrefslogtreecommitdiff
path: root/mesonbuild/minit.py
AgeCommit message (Expand)Author
2018-04-17Use visual studio solution directoriesNiklas Claesson
2018-03-06Generate meson.build based on existing source files when meson init is run in...Jukka Laurila
2018-03-06Fix the C and C++ project template options, they were reversed before.Jukka Laurila
2018-03-03Fix flake8 'variable assigned value but unused' reportsJon Turney
2018-03-03Fix various flake8 indentation reportsJon Turney
2018-03-03Fix various flake8 whitespace reportsJon Turney
2018-03-03Fix flake8 'imported but unused' reportsJon Turney
2017-12-31Add unit test that checks that the sample projects compile.Jussi Pakkanen
2017-12-31Added C++ library sample.Jussi Pakkanen
2017-12-31Added C++ exe sample project.Jussi Pakkanen
2017-12-31Add a sample shared library project.Jussi Pakkanen
2017-12-31Added init command that creates a sample exe project.Jussi Pakkanen