| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Customize the number of lines to get | Christoph Schlosser | 2018-02-24 | 1 | -0/+5 |
| | | | | | Fix #52 | ||||
| * | Replace some JS stuff with TS and some cleaning up | Christoph Schlosser | 2018-02-21 | 1 | -2/+5 |
| | | |||||
| * | Test with more up to date package.json | Christoph Schlosser | 2018-02-21 | 1 | -5/+5 |
| | | |||||
| * | Add coverage | Christoph Schlosser | 2018-02-21 | 1 | -1/+5 |
| | | |||||
| * | Release 0.1.0 | Christoph Schlosser | 2018-02-20 | 1 | -2/+2 |
| | | |||||
| * | -- Added test for constructors and destructors. | Rowan Goemans | 2018-02-20 | 1 | -5/+0 |
| | | | | | | -- Removed config value for null on bool pointer return. I think it's to confusing for users. -- Fixed some small remaining refactor bugs. | ||||
| * | -- Added many unit tests for the C parser. Almost complete now | Rowan Goemans | 2018-02-20 | 1 | -0/+10 |
| | | | | | | | | | -- Refactored project structure to allow for more overview once we add more languages. -- Renamed a lot of types in the CParser to be more explicit. -- Made configuration injectable into the classes that need them. This allows to unit test configuration variables. -- Added 2 new config params that allows to customize what gets returned for a bool return type. -- Small changes to the logic to make it more concise. | ||||
| * | Activate extension for C | Christoph Schlosser | 2018-01-27 | 1 | -1/+2 |
| | | |||||
| * | Release 0.0.70.0.7 | Christoph Schlosser | 2017-11-23 | 1 | -1/+1 |
| | | |||||
| * | Release 0.0.60.0.6 | Christoph Schlosser | 2017-11-05 | 1 | -1/+1 |
| | | |||||
| * | Release 0.0.5 | Christoph Schlosser | 2017-10-16 | 1 | -1/+1 |
| | | | | | | | - Add extensive generation customization system - Generate documentation for function pointers as parameters | ||||
| * | -- Fixed issues from review. | Rowan Goemans | 2017-10-15 | 1 | -2/+2 |
| | | |||||
| * | -- Fixed various issues that came out of the pull request review. | Rowan Goemans | 2017-10-15 | 1 | -4/+4 |
| | | |||||
| * | -- Fixed tslint issues. | Rowan Goemans | 2017-10-15 | 1 | -0/+5 |
| | | | | | -- Added config parameter to add type information to return DoxyGen parameter. | ||||
| * | -- Added extensive templating the be able to generated different types of ↵ | Rowan Goemans | 2017-10-14 | 1 | -9/+50 |
| | | | | | doxygen comment. | ||||
| * | Release 0.0.40.0.4 | Christoph Schlosser | 2017-10-14 | 1 | -1/+1 |
| | | |||||
| * | Add option to generate return type documentation | Christoph Schlosser | 2017-10-14 | 1 | -0/+5 |
| | | |||||
| * | Add option to choose Qt style comment start0.0.3 | Christoph Schlosser | 2017-10-09 | 1 | -1/+18 |
| | | |||||
| * | Fix NPM license warning | Christoph Schlosser | 2017-10-07 | 1 | -1/+1 |
| | | |||||
| * | Add C parser and generator | Christoph Schlosser | 2017-10-07 | 1 | -1/+1 |
| | | |||||
| * | Publish to VSCode Marketplace0.0.1 | Christoph Schlosser | 2017-10-06 | 1 | -0/+12 |
| | | | | | | Add Icon and git repo to package.json to make a pretty page on the VSCode Marketplace. Add MIT license. | ||||
| * | Initial files | Christoph Schlosser | 2017-10-06 | 1 | -0/+31 |