| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Release 1.1.0 (#189)1.1.0 | Christoph Schlosser | 2020-10-19 | 6 | -8/+73 |
| | | | | | | * Release 1.1.0 * Make linter happy | ||||
| * | Substitute author and email by git config (#186) | to-s | 2020-10-19 | 9 | -7/+110 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | * Substitute author and email by git config * Upgraded version of typescript Due to https://github.com/cschlosser/doxdocgen/pull/186#discussion_r505813068 * Moved to CppDocGen.generateAuthorTag() Due to https://github.com/cschlosser/doxdocgen/pull/186#discussion_r505819542 * Update README.md Due to https://github.com/cschlosser/doxdocgen/pull/186#discussion_r505822908 * Update TestSetup.ts * Added tests * Changed return type to string Due to https://ci.appveyor.com/project/cschlosser/doxdocgen/builds/35818180#L566 Co-authored-by: Christoph Schlosser <2466365+cschlosser@users.noreply.github.com> | ||||
| * | Replaced assert.equal() calls by assert.strictEqual() calls (#188) | to-s | 2020-10-19 | 12 | -254/+254 |
| | | | | Due to message: deprecated since v9.9.0 - use strictEqual() instead. | ||||
| * | Release 1.0.1 (#184)1.0.1 | Christoph Schlosser | 2020-10-10 | 4 | -4/+11 |
| | | |||||
| * | Added file description in first line (#183) | to-s | 2020-10-10 | 3 | -4/+31 |
| | | | | | | | | | | * Added file description in first line Due to https://github.com/cschlosser/doxdocgen/issues/141 * Added addIndent flag to SetLines() Co-authored-by: Christoph Schlosser <2466365+cschlosser@users.noreply.github.com> | ||||
| * | Release 1.0.0 (#180)1.0.0 | Christoph Schlosser | 2020-10-04 | 7 | -13/+82 |
| | | | | | | | | * Reenable: Add env-var to replace env var in template strings (#175) * Release 1.0.0 * Add ls output to travis package step to see size of vsix | ||||
| * | Use different vsce version for release 0.8.2 (#179)0.8.2 | Christoph Schlosser | 2020-10-04 | 5 | -5/+11 |
| | | |||||
| * | Release 0.8.1 (#178)0.8.1 | Christoph Schlosser | 2020-10-04 | 6 | -68/+16 |
| | | | | | | | | | | * Revert "Add env-var to replace env var in template strings (#175)" This reverts commit 28bd14d438affce02c87b7e7b108c3016feba6a4. * Release 0.8.1 Revert env-var change | ||||
| * | Release 0.8.0 (#176)0.8.0 | Christoph Schlosser | 2020-10-03 | 4 | -5/+5 |
| | | |||||
| * | Add env-var to replace env var in template strings (#175) | Christoph Schlosser | 2020-10-03 | 6 | -7/+67 |
| | | | | | | * Add env-var to replace env var in template strings * Windows has it’s user in USERNAME | ||||
| * | Cleanup (#174) | Christoph Schlosser | 2020-10-03 | 3 | -35/+45 |
| | | | | | | | | * Remove old username references * Remove badge * Fix dependabot alert | ||||
| * | Add custom tags to generic order (#173) | Christoph Schlosser | 2020-10-03 | 6 | -4/+40 |
| | | |||||
| * | Fix default value in tparams (#172) | Christoph Schlosser | 2020-10-03 | 4 | -1/+17 |
| | | |||||
| * | Bump lodash from 4.17.15 to 4.17.19 (#166) | dependabot[bot] | 2020-08-31 | 1 | -3/+3 |
| | | | | | | | | | | | | * Bump lodash from 4.17.15 to 4.17.19 Bumps [lodash](https://github.com/lodash/lodash) from 4.17.15 to 4.17.19. - [Release notes](https://github.com/lodash/lodash/releases) - [Commits](https://github.com/lodash/lodash/compare/4.17.15...4.17.19) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | ||||
| * | Release 0.7.20.7.2 | Christoph Schlosser | 2020-07-02 | 4 | -4/+10 |
| | | |||||
| * | Fix #161 again (#164) | Christoph Schlosser | 2020-07-01 | 2 | -0/+8 |
| | | |||||
| * | Release 0.7.1 (#163)0.7.1 | Christoph Schlosser | 2020-06-29 | 4 | -4/+10 |
| | | |||||
| * | Fix detection of closing comments (#162) | Christoph Schlosser | 2020-06-29 | 2 | -5/+24 |
| | | | | | | * Fix detection of closing comments * Add tests | ||||
| * | Prepare release 0.7.00.7.0 | Christoph Schlosser | 2020-06-26 | 4 | -5/+19 |
| | | |||||
| * | Add option to filter keywords | Christoph Schlosser | 2020-06-26 | 5 | -2/+22 |
| | | |||||
| * | Return once we found preprocessor stuff (#158) | Christoph Schlosser | 2020-06-26 | 3 | -1/+37 |
| | | | | | | | | * 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 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 | ||||