index
:
meson
clippy-json
master
Unnamed repository; edit this file 'description' to name the repository.
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mesonbuild
/
minit.py
Age
Commit message (
Expand
)
Author
2019-04-25
Don't use len() to test for container emptiness
Dylan Baker
2018-10-04
Use a single ArgumentParser for all subcommands
Xavier Claessens
2018-08-09
Call it gnu_symbol_visibility instead.
Jussi Pakkanen
2018-08-09
Updated sample projects to use visibility kwarg.
Jussi Pakkanen
2018-04-17
Use visual studio solution directories
Niklas Claesson
2018-03-06
Generate meson.build based on existing source files when meson init is run in...
Jukka Laurila
2018-03-06
Fix the C and C++ project template options, they were reversed before.
Jukka Laurila
2018-03-03
Fix flake8 'variable assigned value but unused' reports
Jon Turney
2018-03-03
Fix various flake8 indentation reports
Jon Turney
2018-03-03
Fix various flake8 whitespace reports
Jon Turney
2018-03-03
Fix flake8 'imported but unused' reports
Jon Turney
2017-12-31
Add unit test that checks that the sample projects compile.
Jussi Pakkanen
2017-12-31
Added C++ library sample.
Jussi Pakkanen
2017-12-31
Added C++ exe sample project.
Jussi Pakkanen
2017-12-31
Add a sample shared library project.
Jussi Pakkanen
2017-12-31
Added init command that creates a sample exe project.
Jussi Pakkanen