summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Prepare release 1.4.0 (#276)1.4.0Christoph Schlosser2022-02-251-2/+2
|
* Add official VS Code Language identifier for CUDA (#273)Job Tijhuis2022-02-251-0/+1
| | | | | * 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.
* Prepare release 1.3.2 (#237)1.3.2Christoph Schlosser2021-05-291-2/+2
|
* fix indent not expanded in file comments (#236)HO-COOH2021-05-294-4/+30
|
* Fix typos (#233)jogo-2021-05-262-8/+8
|
* Prepare release 1.3.1 (#230)1.3.1Christoph Schlosser2021-05-171-2/+2
|
* Add comment detection in providing doxygen command (#229)HO-COOH2021-05-172-7/+13
|
* Prepare release 1.3.0 (#227)1.3.0Christoph Schlosser2021-05-141-2/+2
|
* Refactor, add {file} template (#221)HO-COOH2021-05-146-123/+178
| | | | | * Refactor, add {file} template * Add test for {file} expansion
* Reordered assertion parameter in teststo-s2021-05-0812-292/+292
| | | | Due to https://github.com/cschlosser/doxdocgen/issues/218
* Prepare release 1.2.2 (#219)1.2.2Christoph Schlosser2021-05-061-2/+2
|
* 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-301-19/+0
| | | | | | | | | | | | | | | | | | | | | | | * 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-301-2/+2
|
* Fix unexpected return tag on non-functions (#214)HO-COOH2021-04-302-4/+16
|
* Prepare release 1.2.0 (#213)1.2.0Christoph Schlosser2021-04-174-251/+128
| | | | | | | | | | | | | | | | | | | | | * 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
* Doxygen command intellisense support (#211)HO-COOH2021-04-142-1/+172
| | | | | | | | | | | | | | | * 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
* Release 1.1.0 (#189)1.1.0Christoph Schlosser2020-10-193-3/+4
| | | | | * Release 1.1.0 * Make linter happy
* Substitute author and email by git config (#186)to-s2020-10-197-5/+91
| | | | | | | | | | | | | | | | | | | | | | | | | * 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-101-2/+2
|
* 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-043-8/+52
| | | | | | | * 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-041-2/+2
|
* Release 0.8.1 (#178)0.8.1Christoph Schlosser2020-10-043-52/+8
| | | | | | | | | * 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-031-2/+2
|
* Add env-var to replace env var in template strings (#175)Christoph Schlosser2020-10-032-6/+50
| | | | | * Add env-var to replace env var in template strings * Windows has it’s user in USERNAME
* Add custom tags to generic order (#173)Christoph Schlosser2020-10-033-2/+20
|
* Fix default value in tparams (#172)Christoph Schlosser2020-10-032-0/+10
|
* Release 0.7.20.7.2Christoph Schlosser2020-07-021-2/+2
|
* Fix #161 again (#164)Christoph Schlosser2020-07-012-0/+8
|
* Release 0.7.1 (#163)0.7.1Christoph Schlosser2020-06-291-2/+2
|
* 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-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
| |