Age | Commit message (Expand) | Author | Files | Lines |
2020-11-20 | use real pathlib module | Dylan Baker | 1 | -1/+1 |
2020-10-04 | pathlib: Fix resolve() by overriding it in Python 3.5 | Daniel Mensinger | 1 | -1/+1 |
2020-09-08 | typing: fully annotate mcompile, minit, and msetup | Daniel Mensinger | 1 | -4/+8 |
2020-09-04 | environment: use ExternalProgram to find ninja | Paolo Bonzini | 1 | -1/+1 |
2020-06-21 | update meson init info message. [skip ci] | Michael Brockus | 1 | -2/+2 |
2020-06-09 | Made --help options sorted | TheQwertiest | 1 | -1/+1 |
2020-03-19 | sample factory implementation | Michael | 1 | -84/+7 |
2020-03-02 | fix typo | Michael | 1 | -1/+1 |
2020-03-02 | add -C to meson init | Michael | 1 | -0/+7 |
2020-02-24 | Update minit.py | Michael Brockus | 1 | -3/+2 |
2020-02-24 | fixed issue with auto-detection failing | Michael Brockus | 1 | -1/+2 |
2020-02-24 | use python set to tuple for checking members | Michael Brockus | 1 | -2/+2 |
2020-02-19 | make use of default project const | Michael | 1 | -1/+1 |
2020-02-19 | make use of enums | Michael | 1 | -22/+24 |
2020-02-19 | removed hardcoded values for more add less work in the long run. | Michael | 1 | -24/+27 |
2020-02-19 | switch Python list for set | Michael | 1 | -3/+3 |
2020-02-19 | remove uneeded '(' and ')' | Michael | 1 | -1/+1 |
2020-02-19 | Update minit.py | Michael Brockus | 1 | -52/+58 |
2020-02-02 | update the init command | Michael | 1 | -56/+80 |
2019-11-07 | CI: add initial type annotation checking | Michael Hirsch, Ph.D | 1 | -1/+1 |
2019-11-02 | Minit templates modularization | Michael Hirsch, Ph.D | 1 | -330/+76 |
2019-04-25 | Don't use len() to test for container emptiness | Dylan Baker | 1 | -1/+1 |
2018-10-04 | Use a single ArgumentParser for all subcommands | Xavier Claessens | 1 | -4/+4 |
2018-08-09 | Call it gnu_symbol_visibility instead. | Jussi Pakkanen | 1 | -2/+2 |
2018-08-09 | Updated sample projects to use visibility kwarg. | Jussi Pakkanen | 1 | -14/+2 |
2018-04-17 | Use visual studio solution directories | Niklas Claesson | 1 | -3/+5 |
2018-03-06 | Generate meson.build based on existing source files when meson init is run in... | Jukka Laurila | 1 | -7/+117 |
2018-03-06 | Fix the C and C++ project template options, they were reversed before. | Jukka Laurila | 1 | -3/+3 |
2018-03-03 | Fix flake8 'variable assigned value but unused' reports | Jon Turney | 1 | -2/+0 |
2018-03-03 | Fix various flake8 indentation reports | Jon Turney | 1 | -3/+3 |
2018-03-03 | Fix various flake8 whitespace reports | Jon Turney | 1 | -8/+8 |
2018-03-03 | Fix flake8 'imported but unused' reports | Jon Turney | 1 | -2/+1 |
2017-12-31 | Add unit test that checks that the sample projects compile. | Jussi Pakkanen | 1 | -4/+4 |
2017-12-31 | Added C++ library sample. | Jussi Pakkanen | 1 | -4/+143 |
2017-12-31 | Added C++ exe sample project. | Jussi Pakkanen | 1 | -7/+52 |
2017-12-31 | Add a sample shared library project. | Jussi Pakkanen | 1 | -4/+129 |
2017-12-31 | Added init command that creates a sample exe project. | Jussi Pakkanen | 1 | -0/+64 |