| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Prepare release 1.4.0 (#276)1.4.0 | Christoph Schlosser | 2022-02-25 | 1 | -1/+1 |
| | | |||||
| * | Add official VS Code Language identifier for CUDA (#273) | Job Tijhuis | 2022-02-25 | 1 | -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` | ||||
| * | Update mocha (#257) | Christoph Schlosser | 2021-10-29 | 1 | -1/+1 |
| | | | | | | * Update nyc and mocha to hopefully silence the weekly emails * Revert nyc | ||||
| * | Prepare release 1.3.2 (#237)1.3.2 | Christoph Schlosser | 2021-05-29 | 1 | -1/+1 |
| | | |||||
| * | Update badges (#231) | Christoph Schlosser | 2021-05-18 | 1 | -6/+6 |
| | | |||||
| * | Prepare release 1.3.1 (#230)1.3.1 | Christoph Schlosser | 2021-05-17 | 1 | -1/+1 |
| | | |||||
| * | Add comment detection in providing doxygen command (#229) | HO-COOH | 2021-05-17 | 1 | -0/+5 |
| | | |||||
| * | Add valid tags in generic order in readme (#228) | HO-COOH | 2021-05-15 | 1 | -2/+2 |
| | | |||||
| * | Prepare release 1.3.0 (#227)1.3.0 | Christoph Schlosser | 2021-05-14 | 1 | -1/+1 |
| | | |||||
| * | Refactor, add {file} template (#221) | HO-COOH | 2021-05-14 | 1 | -2/+2 |
| | | | | | | * Refactor, add {file} template * Add test for {file} expansion | ||||
| * | Prepare release 1.2.2 (#219)1.2.2 | Christoph Schlosser | 2021-05-06 | 1 | -1/+1 |
| | | |||||
| * | Use Github actions instead of travis and appveyor (#216) | Christoph Schlosser | 2021-04-30 | 1 | -3/+6 |
| | | | | | | | | | | | | | | | | | | | | | | | | * 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.1 | Christoph Schlosser | 2021-04-30 | 1 | -1/+1 |
| | | |||||
| * | Prepare release 1.2.0 (#213)1.2.0 | Christoph Schlosser | 2021-04-17 | 1 | -12/+16 |
| | | | | | | | | | | | | | | | | | | | | | | * 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-COOH | 2021-04-14 | 1 | -0/+5 |
| | | | | | | | | | | | | | | | | * 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-COOH | 2021-03-26 | 1 | -12/+12 |
| | | |||||
| * | Release 1.1.0 (#189)1.1.0 | Christoph Schlosser | 2020-10-19 | 1 | -1/+1 |
| | | | | | | * Release 1.1.0 * Make linter happy | ||||
| * | Substitute author and email by git config (#186) | to-s | 2020-10-19 | 1 | -1/+12 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | * 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> | ||||
| * | Release 1.0.1 (#184)1.0.1 | Christoph Schlosser | 2020-10-10 | 1 | -1/+1 |
| | | |||||
| * | Release 1.0.0 (#180)1.0.0 | Christoph Schlosser | 2020-10-04 | 1 | -1/+2 |
| | | | | | | | | * 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 | 1 | -1/+1 |
| | | |||||
| * | Release 0.8.1 (#178)0.8.1 | Christoph Schlosser | 2020-10-04 | 1 | -2/+1 |
| | | | | | | | | | | * 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 | 1 | -1/+1 |
| | | |||||
| * | Add env-var to replace env var in template strings (#175) | Christoph Schlosser | 2020-10-03 | 1 | -0/+1 |
| | | | | | | * Add env-var to replace env var in template strings * Windows has it’s user in USERNAME | ||||
| * | Cleanup (#174) | Christoph Schlosser | 2020-10-03 | 1 | -16/+11 |
| | | | | | | | | * Remove old username references * Remove badge * Fix dependabot alert | ||||
| * | Add custom tags to generic order (#173) | Christoph Schlosser | 2020-10-03 | 1 | -1/+11 |
| | | |||||
| * | Fix default value in tparams (#172) | Christoph Schlosser | 2020-10-03 | 1 | -1/+1 |
| | | |||||
| * | Release 0.7.20.7.2 | Christoph Schlosser | 2020-07-02 | 1 | -1/+1 |
| | | |||||
| * | Release 0.7.1 (#163)0.7.1 | Christoph Schlosser | 2020-06-29 | 1 | -1/+1 |
| | | |||||
| * | Prepare release 0.7.00.7.0 | Christoph Schlosser | 2020-06-26 | 1 | -2/+2 |
| | | |||||
| * | Add option to filter keywords | Christoph Schlosser | 2020-06-26 | 1 | -0/+5 |
| | | |||||
| * | Release 0.6.0 (#150)0.6.0 | Christoph Schlosser | 2020-03-15 | 1 | -1/+1 |
| | | | | | * Fix travis config as well | ||||
| * | Update dependencies | Christoph Schlosser | 2020-03-15 | 1 | -2/+3 |
| | | |||||
| * | Enable CUDA language support | Paul Taylor | 2020-03-12 | 1 | -0/+1 |
| | | |||||
| * | Release 0.5.20.5.2 | Christoph Schlosser | 2019-10-08 | 1 | -1/+1 |
| | | |||||
| * | Prepare release 0.5.1 | Christoph Schlosser | 2019-10-05 | 1 | -1/+1 |
| | | |||||
| * | Don’t use tyoes with vscode | Christoph Schlosser | 2019-10-05 | 1 | -1/+0 |
| | | |||||
| * | Update dev dependencies | Christoph Schlosser | 2019-10-05 | 1 | -8/+9 |
| | | |||||
| * | Attempt to fix dependencies | Christoph Schlosser | 2019-10-05 | 1 | -2/+3 |
| | | |||||
| * | Format package.json and add lock file | Christoph Schlosser | 2019-10-05 | 1 | -19/+49 |
| | | |||||
| * | Release 0.5.0 | Christoph Schlosser | 2019-06-29 | 1 | -1/+1 |
| | | |||||
| * | Remove previous implementation | Christoph Schlosser | 2019-06-28 | 1 | -5/+0 |
| | | |||||
| * | Merge remote-tracking branch 'origin/master' into indent-option | Christoph Schlosser | 2019-06-22 | 1 | -1/+1 |
| |\ | |||||
| | * | Release 0.4.3 (#115)0.4.3 | Christoph Schlosser | 2019-06-22 | 1 | -1/+1 |
| | | | | | | | | | | | | | * Remove now out of date notification * Set to release 0.4.3 | ||||
| * | | Add maintained badge | Christoph Schlosser | 2019-06-22 | 1 | -0/+5 |
| | | | |||||
| * | | Current WIP | Christoph Schlosser | 2019-06-22 | 1 | -0/+5 |
| |/ | |||||
| * | Release 0.4.20.4.2 | Christoph Schlosser | 2019-04-13 | 1 | -1/+1 |
| | | |||||
| * | Release 0.4.10.4.1 | Christoph Schlosser | 2018-10-05 | 1 | -1/+1 |
| | | |||||
| * | Release 0.4.0 | Christoph Schlosser | 2018-09-29 | 1 | -1/+1 |
| | | |||||
| * | Added additional documentation to package.json | Dean Anderson | 2018-09-29 | 1 | -3/+3 |
| | | | | | Cleaned up FIXME comments in CppDocGen.ts | ||||