| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fixed a bug where the argument type would be placed as the param instead of ↵ | Daan Huinink | 2020-05-27 | 2 | -1/+16 |
| | | | | | the argument name. (#154) | ||||
| * | Release 0.6.0 (#150)0.6.0 | Christoph Schlosser | 2020-03-15 | 1 | -2/+2 |
| | | | | | * Fix travis config as well | ||||
| * | Enable CUDA language support | Paul Taylor | 2020-03-12 | 1 | -0/+1 |
| | | |||||
| * | Merge branch 'master' into master | Zongyuan Zuo | 2019-11-16 | 7 | -47/+61 |
| |\ | |||||
| | * | Release 0.5.20.5.2 | Christoph Schlosser | 2019-10-08 | 1 | -9/+2 |
| | | | |||||
| | * | Don’t use unnecessary variables | Christoph Schlosser | 2019-10-08 | 1 | -6/+3 |
| | | | |||||
| | * | End of declaration problem fixed | Christoph Schlosser | 2019-10-08 | 2 | -2/+10 |
| | | | | | | | | | | | | | If the terminating character is the first one on the next line it can cause the buffer to fill and thus produce malformed text to parse. | ||||
| | * | Prepare release 0.5.1 | Christoph Schlosser | 2019-10-05 | 1 | -27/+2 |
| | | | |||||
| | * | Add arraypointers | Christoph Schlosser | 2019-10-05 | 2 | -1/+26 |
| | | | |||||
| | * | Ignore restrict keyword | Christoph Schlosser | 2019-10-05 | 2 | -0/+6 |
| | | | |||||
| | * | Fix test lines | Christoph Schlosser | 2019-10-05 | 1 | -4/+4 |
| | | | |||||
| | * | Fix for real | Christoph Schlosser | 2019-10-05 | 1 | -7/+14 |
| | | | |||||
| | * | Fix tests | Christoph Schlosser | 2019-10-05 | 2 | -2/+2 |
| | | | |||||
| | * | Fix vscodeautocomplete detection | Christoph Schlosser | 2019-10-05 | 1 | -3/+6 |
| | | | |||||
| * | | add unit test | EternalPhane | 2019-11-16 | 1 | -0/+22 |
| | | | |||||
| * | | Fix failed tests | EternalPhane | 2019-10-19 | 1 | -10/+10 |
| | | | |||||
| * | | Add support for multiline template | EternalPhane | 2019-10-19 | 1 | -21/+20 |
| |/ | |||||
| * | Release 0.5.0 | Christoph Schlosser | 2019-06-29 | 1 | -2/+34 |
| | | |||||
| * | Negative test | Christoph Schlosser | 2019-06-28 | 1 | -0/+8 |
| | | |||||
| * | Fix brief and add tests | Christoph Schlosser | 2019-06-28 | 2 | -2/+25 |
| | | |||||
| * | Remove previous implementation | Christoph Schlosser | 2019-06-28 | 1 | -2/+0 |
| | | |||||
| * | Indents anywhere | Christoph Schlosser | 2019-06-28 | 1 | -15/+30 |
| | | | | | {indent:number} can be used to align parameters, text blocks and all at cetain limits. | ||||
| * | Enable indent also for return | Christoph Schlosser | 2019-06-22 | 1 | -2/+4 |
| | | |||||
| * | Merge remote-tracking branch 'origin/master' into indent-option | Christoph Schlosser | 2019-06-22 | 5 | -34/+46 |
| |\ | |||||
| | * | Release 0.4.3 (#115)0.4.3 | Christoph Schlosser | 2019-06-22 | 1 | -30/+2 |
| | | | | | | | | | | | | | * Remove now out of date notification * Set to release 0.4.3 | ||||
| | * | Add test for stripping trailing `*/` | Christoph Schlosser | 2019-06-22 | 1 | -0/+5 |
| | | | |||||
| | * | Fix linter warning | Christoph Schlosser | 2019-06-22 | 1 | -1/+1 |
| | | | |||||
| | * | Fix autogenerated close comment | Christoph Schlosser | 2019-06-22 | 2 | -3/+37 |
| | | | |||||
| | * | Implement new VS Code interface | Christoph Schlosser | 2019-06-22 | 1 | -1/+2 |
| | | | |||||
| * | | Current WIP | Christoph Schlosser | 2019-06-22 | 2 | -6/+24 |
| |/ | |||||
| * | Release 0.4.20.4.2 | Christoph Schlosser | 2019-04-13 | 1 | -2/+2 |
| | | |||||
| * | Enums now are treated as type correctly | Christoph Schlosser | 2019-04-13 | 2 | -0/+6 |
| | | |||||
| * | Release 0.4.10.4.1 | Christoph Schlosser | 2018-10-05 | 1 | -2/+2 |
| | | |||||
| * | Fix type as variable name | Christoph Schlosser | 2018-10-04 | 2 | -1/+9 |
| | | |||||
| * | Release 0.4.0 | Christoph Schlosser | 2018-09-29 | 1 | -2/+2 |
| | | |||||
| * | Added additional documentation to package.json | Dean Anderson | 2018-09-29 | 1 | -2/+0 |
| | | | | | Cleaned up FIXME comments in CppDocGen.ts | ||||
| * | Fixes for whitespace errors to pass tslint tests | Dean Anderson | 2018-09-29 | 2 | -11/+10 |
| | | |||||
| * | customTag will supply ISO date format if user configured format empty | Dean Anderson | 2018-09-29 | 4 | -10/+75 |
| | | | | | | | 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 | 2 | -0/+47 |
| | | |||||
| * | Release 0.3.30.3.3 | Christoph Schlosser | 2018-07-06 | 1 | -2/+2 |
| | | |||||
| * | Merge branch 'master' into memberpointer | Christoph Schlosser | 2018-07-06 | 2 | -3/+5 |
| |\ | |||||
| | * | Release 0.3.20.3.2 | Christoph Schlosser | 2018-06-26 | 1 | -2/+3 |
| | | | |||||
| | * | Check if editor and event are undefined | Christoph Schlosser | 2018-06-26 | 1 | -1/+2 |
| | | | |||||
| * | | Update unit tests | Christoph Schlosser | 2018-07-06 | 3 | -23/+10 |
| | | | | | | | | | | | | | Remove seperate file. Move into parameters test. Add new one to function pointers. | ||||
| * | | Parse member pointers correctly | Christoph Schlosser | 2018-06-25 | 3 | -0/+35 |
| |/ | |||||
| * | Release 0.3.10.3.1 | Christoph Schlosser | 2018-03-30 | 1 | -1/+16 |
| | | |||||
| * | Don’t trigger comment generation while in comment | Christoph Schlosser | 2018-03-30 | 1 | -0/+19 |
| | | |||||
| * | Don’t trigger if there’s whitespace after sequence | Christoph Schlosser | 2018-03-30 | 1 | -2/+10 |
| | | |||||
| * | Release 0.3.00.3.0 | Christoph Schlosser | 2018-03-07 | 1 | -1/+1 |
| | | |||||
| * | Add brief template | Christoph Schlosser | 2018-03-02 | 2 | -5/+6 |
| | | |||||