| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Parse python with # | Christoph Schlosser | 2018-10-20 | 1 | -1/+1 |
| | | |||||
| * | Trigger on python | Christoph Schlosser | 2018-10-20 | 1 | -1/+3 |
| | | |||||
| * | Add basic Python files | Christoph Schlosser | 2018-10-20 | 1 | -0/+5 |
| | | |||||
| * | Release 0.4.10.4.1 | Christoph Schlosser | 2018-10-05 | 1 | -1/+1 |
| | | |||||
| * | Release 0.4.0 | Christoph Schlosser | 2018-09-29 | 1 | -1/+1 |
| | | |||||
| * | Added additional documentation to package.json | Dean Anderson | 2018-09-29 | 1 | -3/+3 |
| | | | | | Cleaned up FIXME comments in CppDocGen.ts | ||||
| * | customTag will supply ISO date format if user configured format empty | Dean Anderson | 2018-09-29 | 1 | -1/+11 |
| | | | | | | | Added separate templates for author name {author} and email {email} Added method to make multiple template substitutions in a string customTag will now replace {author}, {email}, {date} and {year} templates | ||||
| * | Added additional File Header fields for version, copyright, and custom lines | Dean Anderson | 2018-09-29 | 1 | -1/+16 |
| | | |||||
| * | Release 0.3.30.3.3 | Christoph Schlosser | 2018-07-06 | 1 | -1/+1 |
| | | |||||
| * | Release 0.3.20.3.2 | Christoph Schlosser | 2018-06-26 | 1 | -1/+1 |
| | | |||||
| * | Release 0.3.10.3.1 | Christoph Schlosser | 2018-03-30 | 1 | -1/+1 |
| | | |||||
| * | Release 0.3.00.3.0 | Christoph Schlosser | 2018-03-07 | 1 | -3/+3 |
| | | |||||
| * | Update documentation of config parameters | Christoph Schlosser | 2018-03-07 | 1 | -10/+10 |
| | | |||||
| * | Add brief template | Christoph Schlosser | 2018-03-02 | 1 | -1/+1 |
| | | |||||
| * | Make order of comment tags customizable | Christoph Schlosser | 2018-03-02 | 1 | -17/+7 |
| | | | | | Fix #55 | ||||
| * | Add config changed notification | Christoph Schlosser | 2018-03-02 | 1 | -1/+2 |
| | | |||||
| * | Add more smart text | Christoph Schlosser | 2018-03-02 | 1 | -0/+20 |
| | | | | | | | - Getter - Setter - Factory method | ||||
| * | Change config structure | Christoph Schlosser | 2018-03-02 | 1 | -36/+53 |
| | | |||||
| * | Make smart text configurable | Christoph Schlosser | 2018-03-02 | 1 | -0/+15 |
| | | |||||
| * | Update package.json0.2.1 | Christoph Schlosser | 2018-02-26 | 1 | -1/+1 |
| | | |||||
| * | Add Moment as runtime dependency | Christoph Schlosser | 2018-02-26 | 1 | -1/+3 |
| | | |||||
| * | Release 0.2.00.2.0 | Christoph Schlosser | 2018-02-25 | 1 | -1/+1 |
| | | |||||
| * | Add options and allow change of option order | Christoph Schlosser | 2018-02-25 | 1 | -136/+152 |
| | | |||||
| * | Generate description of file | Christoph Schlosser | 2018-02-25 | 1 | -0/+10 |
| | | | | | Fix #51 | ||||
| * | 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 |