| 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 | 4 | -18/+30 | |
| | | | | | * Fix travis config as well | |||||
| * | Update dependencies | Christoph Schlosser | 2020-03-15 | 2 | -19/+34 | |
| | | ||||||
| * | Merge pull request #148 from trxcllnt/add-cuda-language | Christoph Schlosser | 2020-03-15 | 2 | -0/+2 | |
| |\ | | | | | Enable CUDA language support | |||||
| | * | Enable CUDA language support | Paul Taylor | 2020-03-12 | 2 | -0/+2 | |
| |/ | ||||||
| * | Merge pull request #140 from EternalPhane/master | Christoph Schlosser | 2019-11-19 | 2 | -26/+47 | |
| |\ | | | | | Add support for multiline template | |||||
| | * | Merge branch 'master' into master | Zongyuan Zuo | 2019-11-16 | 10 | -75/+2061 | |
| | |\ | |/ |/| | ||||||
| * | | Release 0.5.20.5.2 | Christoph Schlosser | 2019-10-08 | 3 | -10/+9 | |
| | | | ||||||
| * | | 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. | |||||
| * | | Add another bug to changelog0.5.1 | Christoph Schlosser | 2019-10-05 | 1 | -0/+2 | |
| | | | ||||||
| * | | Add current changelog | Christoph Schlosser | 2019-10-05 | 1 | -0/+12 | |
| | | | ||||||
| * | | Prepare release 0.5.1 | Christoph Schlosser | 2019-10-05 | 3 | -29/+4 | |
| | | | ||||||
| * | | Add arraypointers | Christoph Schlosser | 2019-10-05 | 2 | -1/+26 | |
| | | | ||||||
| * | | Ignore restrict keyword | Christoph Schlosser | 2019-10-05 | 2 | -0/+6 | |
| | | | ||||||
| * | | Don’t use tyoes with vscode | Christoph Schlosser | 2019-10-05 | 2 | -7/+0 | |
| | | | ||||||
| * | | Update dev dependencies | Christoph Schlosser | 2019-10-05 | 2 | -238/+735 | |
| | | | ||||||
| * | | Attempt to fix dependencies | Christoph Schlosser | 2019-10-05 | 2 | -126/+122 | |
| | | | ||||||
| * | | Format package.json and add lock file | Christoph Schlosser | 2019-10-05 | 2 | -19/+1485 | |
| | | | ||||||
| * | | 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 | |
| |/ | ||||||
| * | Add Alignment to TOC0.5.0 | Christoph Schlosser | 2019-06-29 | 1 | -0/+1 | |
| | | ||||||
| * | Release 0.5.0 | Christoph Schlosser | 2019-06-29 | 2 | -3/+35 | |
| | | ||||||
| * | Merge pull request #116 from christophschlosser/indent-option | Christoph Schlosser | 2019-06-28 | 6 | -6/+123 | |
| |\ | | | | | Indent option | |||||
| | * | Document the alignment feature | Christoph Schlosser | 2019-06-28 | 3 | -0/+47 | |
| | | | ||||||
| | * | 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 | 2 | -7/+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 | 9 | -36/+56 | |
| | |\ | |/ |/| | ||||||
| * | | Release 0.4.3 (#115)0.4.3 | Christoph Schlosser | 2019-06-22 | 4 | -32/+10 | |
| | | | | | | | | | | | | | * 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 | |
| | | | ||||||
| * | | Ignore linux tests | Christoph Schlosser | 2019-06-22 | 1 | -0/+2 | |
| | | | ||||||
| * | | Revert "Node8?" | Christoph Schlosser | 2019-06-22 | 2 | -2/+2 | |
| | | | | | | | | | This reverts commit 2baed1e8d8b60d6b756ea6b9e08904999b099015. | |||||
| * | | Node8? | Christoph Schlosser | 2019-06-22 | 2 | -2/+2 | |
| | | | ||||||
| * | | 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 | |
| | | | ||||||
| | * | Add maintained badge | Christoph Schlosser | 2019-06-22 | 2 | -0/+6 | |
| | | | ||||||
| | * | Current WIP | Christoph Schlosser | 2019-06-22 | 3 | -6/+29 | |
| |/ | ||||||
| * | Release 0.4.20.4.2 | Christoph Schlosser | 2019-04-13 | 3 | -3/+9 | |
| | | ||||||
| * | Ignore nyc out | Christoph Schlosser | 2019-04-13 | 1 | -0/+1 | |
| | | ||||||
| * | 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 | 3 | -3/+9 | |
| | | ||||||