summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Bump moment from 2.29.1 to 2.29.4 (#293)HEADmasterdependabot[bot]2022-08-162-4/+5
| | | | | | | | | | | | | | | | | Bumps [moment](https://github.com/moment/moment) from 2.29.1 to 2.29.4. - [Release notes](https://github.com/moment/moment/releases) - [Changelog](https://github.com/moment/moment/blob/develop/CHANGELOG.md) - [Commits](https://github.com/moment/moment/compare/2.29.1...2.29.4) --- updated-dependencies: - dependency-name: moment dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Bump simple-git from 3.3.0 to 3.5.0 (#285)dependabot[bot]2022-08-162-5/+5
| | | | | | | | | | | | | | | | | Bumps [simple-git](https://github.com/steveukx/git-js/tree/HEAD/simple-git) from 3.3.0 to 3.5.0. - [Release notes](https://github.com/steveukx/git-js/releases) - [Changelog](https://github.com/steveukx/git-js/blob/main/simple-git/CHANGELOG.md) - [Commits](https://github.com/steveukx/git-js/commits/simple-git@3.5.0/simple-git) --- updated-dependencies: - dependency-name: simple-git dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Fix typo in README.md and package.json (#295)jogo-2022-08-162-2/+2
| | | | | * Fix typo in README.md * Fix typo in package.json
* Bump minimist from 1.2.5 to 1.2.6 (#281)dependabot[bot]2022-04-042-4/+5
| | | | | | | | | | | | | | | | Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. - [Release notes](https://github.com/substack/minimist/releases) - [Commits](https://github.com/substack/minimist/compare/1.2.5...1.2.6) --- updated-dependencies: - dependency-name: minimist dependency-type: direct:development ... 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>
* Added missing commas for config json for easy copy/pasting (#282)Jake Zamora2022-04-041-3/+3
|
* README: Use syntax highlighter that allows comments (#279)Philipp Wagner2022-03-241-1/+3
| | | | Use the `jsonc` instead of the `json` syntax highlighter in the README to avoid the comments being marked as error
* Bump simple-git from 2.38.0 to 3.3.0 (#280)dependabot[bot]2022-03-232-8/+10
| | | | | | | | | | | | | | | | Bumps [simple-git](https://github.com/steveukx/git-js/tree/HEAD/simple-git) from 2.38.0 to 3.3.0. - [Release notes](https://github.com/steveukx/git-js/releases) - [Changelog](https://github.com/steveukx/git-js/blob/main/simple-git/CHANGELOG.md) - [Commits](https://github.com/steveukx/git-js/commits/simple-git@3.3.0/simple-git) --- updated-dependencies: - dependency-name: simple-git dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Prepare release 1.4.0 (#276)1.4.0Christoph Schlosser2022-02-253-3/+15
|
* Add official VS Code Language identifier for CUDA (#273)Job Tijhuis2022-02-252-0/+2
| | | | | * Change Language identifier for CUDA to correct one * Also keep 'old' language identifier `cuda` because it is what was used by extensions before Microsoft and Nvidia started using `cuda-cpp`
* Use vscode.workspace.rootPath to construct SimpleGit instance. (#268)lukester19752022-01-161-2/+9
| | | Allows per-workspace git user and email address.
* Update mocha (#257)Christoph Schlosser2021-10-292-192/+452
| | | | | * Update nyc and mocha to hopefully silence the weekly emails * Revert nyc
* Bump path-parse from 1.0.6 to 1.0.7 (#250)dependabot[bot]2021-08-161-2/+2
| | | | | | | | | | | | | | | Bumps [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.6 to 1.0.7. - [Release notes](https://github.com/jbgutierrez/path-parse/releases) - [Commits](https://github.com/jbgutierrez/path-parse/commits/v1.0.7) --- updated-dependencies: - dependency-name: path-parse dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Fix typos in CHANGELOG.md (#240)jogo-2021-06-191-9/+9
|
* Update issue templatesChristoph Schlosser2021-05-312-0/+64
|
* 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>