aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild/minit.py
AgeCommit message (Expand)AuthorFilesLines
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