summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
| |\ | |/ |/|
* | Release 0.5.20.5.2Christoph Schlosser2019-10-083-10/+9
| |
* | 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.
* | Add another bug to changelog0.5.1Christoph Schlosser2019-10-051-0/+2
| |
* | Add current changelogChristoph Schlosser2019-10-051-0/+12
| |
* | Prepare release 0.5.1Christoph Schlosser2019-10-053-29/+4
| |
* | Add arraypointersChristoph Schlosser2019-10-052-1/+26
| |
* | Ignore restrict keywordChristoph Schlosser2019-10-052-0/+6
| |
* | Don’t use tyoes with vscodeChristoph Schlosser2019-10-052-7/+0
| |
* | Update dev dependenciesChristoph Schlosser2019-10-052-238/+735
| |
* | Attempt to fix dependenciesChristoph Schlosser2019-10-052-126/+122
| |
* | Format package.json and add lock fileChristoph Schlosser2019-10-052-19/+1485
| |
* | Fix test linesChristoph Schlosser2019-10-051-4/+4
| |
* | Fix for realChristoph Schlosser2019-10-051-7/+14
| |
* | Fix testsChristoph Schlosser2019-10-052-2/+2
| |
* | Fix vscodeautocomplete detectionChristoph Schlosser2019-10-051-3/+6
| |
| * add unit testEternalPhane2019-11-161-0/+22
| |
| * Fix failed testsEternalPhane2019-10-191-10/+10
| |
| * Add support for multiline templateEternalPhane2019-10-191-21/+20
|/
* Add Alignment to TOC0.5.0Christoph Schlosser2019-06-291-0/+1
|
* Release 0.5.0Christoph Schlosser2019-06-292-3/+35
|
* Merge pull request #116 from christophschlosser/indent-optionChristoph Schlosser2019-06-286-6/+123
|\ | | | | Indent option