summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Prepare release 0.7.00.7.0Christoph Schlosser2020-06-261-2/+2
|
* Add option to filter keywordsChristoph Schlosser2020-06-263-0/+12
|
* Return once we found preprocessor stuff (#158)Christoph Schlosser2020-06-262-0/+36
| | | | | | | * Return once we found preprocessor stuff * Add tests * Update package lock
* Fixed a bug where the argument type would be placed as the param instead of ↵Daan Huinink2020-05-272-1/+16
| | | | the argument name. (#154)
* Release 0.6.0 (#150)0.6.0Christoph Schlosser2020-03-151-2/+2
| | | | * Fix travis config as well
* Enable CUDA language supportPaul Taylor2020-03-121-0/+1
|
* Merge branch 'master' into masterZongyuan Zuo2019-11-167-47/+61
|\
| * Release 0.5.20.5.2Christoph Schlosser2019-10-081-9/+2
| |
| * Don’t use unnecessary variablesChristoph Schlosser2019-10-081-6/+3
| |
| * End of declaration problem fixedChristoph Schlosser2019-10-082-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.1Christoph Schlosser2019-10-051-27/+2
| |
| * Add arraypointersChristoph Schlosser2019-10-052-1/+26
| |
| * Ignore restrict keywordChristoph Schlosser2019-10-052-0/+6
| |
| * Fix test linesChristoph Schlosser2019-10-051-4/+4
| |
| * Fix for realChristoph Schlosser2019-10-051-7/+14
| |
| * Fix testsChristoph Schlosser2019-10-052-2/+2
| |
| * Fix vscodeautocomplete detectionChristoph Schlosser2019-10-051-3/+6
| |
* | add unit testEternalPhane2019-11-161-0/+22
| |
* | Fix failed testsEternalPhane2019-10-191-10/+10
| |
* | Add support for multiline templateEternalPhane2019-10-191-21/+20
|/
* Release 0.5.0Christoph Schlosser2019-06-291-2/+34
|
* Negative testChristoph Schlosser2019-06-281-0/+8
|
* Fix brief and add testsChristoph Schlosser2019-06-282-2/+25
|
* Remove previous implementationChristoph Schlosser2019-06-281-2/+0
|
* Indents anywhereChristoph Schlosser2019-06-281-15/+30
| | | | {indent:number} can be used to align parameters, text blocks and all at cetain limits.
* Enable indent also for returnChristoph Schlosser2019-06-221-2/+4
|
* Merge remote-tracking branch 'origin/master' into indent-optionChristoph Schlosser2019-06-225-34/+46
|\
| * Release 0.4.3 (#115)0.4.3Christoph Schlosser2019-06-221-30/+2
| | | | | | | | | | | | * Remove now out of date notification * Set to release 0.4.3
| * Add test for stripping trailing `*/`Christoph Schlosser2019-06-221-0/+5
| |
| * Fix linter warningChristoph Schlosser2019-06-221-1/+1
| |
| * Fix autogenerated close commentChristoph Schlosser2019-06-222-3/+37
| |
| * Implement new VS Code interfaceChristoph Schlosser2019-06-221-1/+2
| |
* | Current WIPChristoph Schlosser2019-06-222-6/+24
|/
* Release 0.4.20.4.2Christoph Schlosser2019-04-131-2/+2
|
* Enums now are treated as type correctlyChristoph Schlosser2019-04-132-0/+6
|
* Release 0.4.10.4.1Christoph Schlosser2018-10-051-2/+2
|
* Fix type as variable nameChristoph Schlosser2018-10-042-1/+9
|
* Release 0.4.0Christoph Schlosser2018-09-291-2/+2
|
* Added additional documentation to package.jsonDean Anderson2018-09-291-2/+0
| | | | Cleaned up FIXME comments in CppDocGen.ts
* Fixes for whitespace errors to pass tslint testsDean Anderson2018-09-292-11/+10
|
* customTag will supply ISO date format if user configured format emptyDean Anderson2018-09-294-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 linesDean Anderson2018-09-292-0/+47
|
* Release 0.3.30.3.3Christoph Schlosser2018-07-061-2/+2
|
* Merge branch 'master' into memberpointerChristoph Schlosser2018-07-062-3/+5
|\
| * Release 0.3.20.3.2Christoph Schlosser2018-06-261-2/+3
| |
| * Check if editor and event are undefinedChristoph Schlosser2018-06-261-1/+2
| |
* | Update unit testsChristoph Schlosser2018-07-063-23/+10
| | | | | | | | | | | | Remove seperate file. Move into parameters test. Add new one to function pointers.
* | Parse member pointers correctlyChristoph Schlosser2018-06-253-0/+35
|/
* Release 0.3.10.3.1Christoph Schlosser2018-03-301-1/+16
|
* Don’t trigger comment generation while in commentChristoph Schlosser2018-03-301-0/+19
|