summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Prepare release 1.3.2 (#237)1.3.2Christoph Schlosser2021-05-293-3/+13
|
* fix indent not expanded in file comments (#236)HO-COOH2021-05-294-4/+30
|
* Add open vsx (#235)Christoph Schlosser2021-05-262-3/+9
| | | Replace gitter.im with IRC
* Fix typos (#233)jogo-2021-05-262-8/+8
|
* Enable CodeQL analysisChristoph Schlosser2021-05-181-0/+71
|
* Update badges (#231)Christoph Schlosser2021-05-183-10/+10
|
* Prepare release 1.3.1 (#230)1.3.1Christoph Schlosser2021-05-173-3/+10
|
* Add comment detection in providing doxygen command (#229)HO-COOH2021-05-174-7/+24
|
* Add valid tags in generic order in readme (#228)HO-COOH2021-05-152-3/+7
|
* Prepare release 1.3.0 (#227)1.3.0Christoph Schlosser2021-05-143-3/+10
|
* Refactor, add {file} template (#221)HO-COOH2021-05-148-127/+182
| | | | | * Refactor, add {file} template * Add test for {file} expansion
* Bump hosted-git-info from 2.6.0 to 2.8.9dependabot[bot]2021-05-081-2491/+2193
| | | | | | | | Bumps [hosted-git-info](https://github.com/npm/hosted-git-info) from 2.6.0 to 2.8.9. - [Release notes](https://github.com/npm/hosted-git-info/releases) - [Changelog](https://github.com/npm/hosted-git-info/blob/v2.8.9/CHANGELOG.md) - [Commits](https://github.com/npm/hosted-git-info/compare/v2.6.0...v2.8.9) Signed-off-by: dependabot[bot] <support@github.com>
* Reordered assertion parameter in teststo-s2021-05-0813-3138/+3021
| | | | Due to https://github.com/cschlosser/doxdocgen/issues/218
* Prepare release 1.2.2 (#219)1.2.2Christoph Schlosser2021-05-063-3/+10
|
* Fix tags in generic order not expanded (#217)HO-COOH2021-05-062-64/+97
|
* Use Github actions instead of travis and appveyor (#216)Christoph Schlosser2021-04-3011-467/+1253
| | | | | | | | | | | | | | | | | | | | | | | * Switch to GH workflow * Use tslint action * Add build matrix * Run test stage * Disable ubuntu test run due to bug in vscode * Publish coverage on macOS * Remove istanbul * codecov action * Move nyc config to nycrc * Add CD workflow * Remove old publishing script
* Prepare release 1.2.1 (#215)1.2.1Christoph Schlosser2021-04-304-46/+47
|
* Fix unexpected return tag on non-functions (#214)HO-COOH2021-04-303-4/+17
|
* Prepare release 1.2.0 (#213)1.2.0Christoph Schlosser2021-04-1712-2297/+2384
| | | | | | | | | | | | | | | | | | | | | * Prepare release 1.2.0 * Update versions * Lint * update appveyor * Update travis * Use yarn * Add nyc * Run cov instead of test * remove package-lock.json * Remove istanbul
* Bump y18n from 4.0.0 to 4.0.1 (#212)dependabot[bot]2021-04-141-4/+4
| | | | | | | | | | | Bumps [y18n](https://github.com/yargs/y18n) from 4.0.0 to 4.0.1. - [Release notes](https://github.com/yargs/y18n/releases) - [Changelog](https://github.com/yargs/y18n/blob/master/CHANGELOG.md) - [Commits](https://github.com/yargs/y18n/commits) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Christoph Schlosser <2466365+cschlosser@users.noreply.github.com>
* Doxygen command intellisense support (#211)HO-COOH2021-04-145-18/+202
| | | | | | | | | | | | | | | * Nicer setting descriptions * Initial support for doxygen command completion * Remove commented function * Initial support for doxygen command completion * Remove commented function * Fix multi-line doxygen indentation * Doxygen documentation -> markdown, add gif, update readme
* Nicer setting descriptions (#209)HO-COOH2021-03-261-12/+12
|
* Release 1.1.0 (#189)1.1.0Christoph Schlosser2020-10-196-8/+73
| | | | | * Release 1.1.0 * Make linter happy
* Substitute author and email by git config (#186)to-s2020-10-199-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-s2020-10-1912-254/+254
| | | Due to message: deprecated since v9.9.0 - use strictEqual() instead.
* Release 1.0.1 (#184)1.0.1Christoph Schlosser2020-10-104-4/+11
|
* Added file description in first line (#183)to-s2020-10-103-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.0Christoph Schlosser2020-10-047-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.2Christoph Schlosser2020-10-045-5/+11
|
* Release 0.8.1 (#178)0.8.1Christoph Schlosser2020-10-046-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.0Christoph Schlosser2020-10-034-5/+5
|
* Add env-var to replace env var in template strings (#175)Christoph Schlosser2020-10-036-7/+67
| | | | | * Add env-var to replace env var in template strings * Windows has it’s user in USERNAME
* Cleanup (#174)Christoph Schlosser2020-10-033-35/+45
| | | | | | | * Remove old username references * Remove badge * Fix dependabot alert
* Add custom tags to generic order (#173)Christoph Schlosser2020-10-036-4/+40
|
* Fix default value in tparams (#172)Christoph Schlosser2020-10-034-1/+17
|
* Bump lodash from 4.17.15 to 4.17.19 (#166)dependabot[bot]2020-08-311-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.2Christoph Schlosser2020-07-024-4/+10
|
* Fix #161 again (#164)Christoph Schlosser2020-07-012-0/+8
|
* Release 0.7.1 (#163)0.7.1Christoph Schlosser2020-06-294-4/+10
|
* Fix detection of closing comments (#162)Christoph Schlosser2020-06-292-5/+24
| | | | | * Fix detection of closing comments * Add tests
* Prepare release 0.7.00.7.0Christoph Schlosser2020-06-264-5/+19
|
* Add option to filter keywordsChristoph Schlosser2020-06-265-2/+22
|
* Return once we found preprocessor stuff (#158)Christoph Schlosser2020-06-263-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 Huinink2020-05-272-1/+16
| | | | the argument name. (#154)
* Release 0.6.0 (#150)0.6.0Christoph Schlosser2020-03-154-18/+30
| | | | * Fix travis config as well
* Update dependenciesChristoph Schlosser2020-03-152-19/+34
|
* Merge pull request #148 from trxcllnt/add-cuda-languageChristoph Schlosser2020-03-152-0/+2
|\ | | | | Enable CUDA language support
| * Enable CUDA language supportPaul Taylor2020-03-122-0/+2
|/
* Merge pull request #140 from EternalPhane/masterChristoph Schlosser2019-11-192-26/+47
|\ | | | | Add support for multiline template
| * Merge branch 'master' into masterZongyuan Zuo2019-11-1610-75/+2061
| |\ | |/ |/|