summaryrefslogtreecommitdiffstats
path: root/src/test
Commit message (Expand)AuthorAgeFilesLines
* Substitute author and email by git config (#186)to-s2020-10-192-1/+32
* Replaced assert.equal() calls by assert.strictEqual() calls (#188)to-s2020-10-1912-254/+254
* Added file description in first line (#183)to-s2020-10-102-4/+22
* Release 1.0.0 (#180)1.0.0Christoph Schlosser2020-10-041-0/+20
* Release 0.8.1 (#178)0.8.1Christoph Schlosser2020-10-041-20/+0
* Add env-var to replace env var in template strings (#175)Christoph Schlosser2020-10-031-0/+20
* Add custom tags to generic order (#173)Christoph Schlosser2020-10-031-0/+8
* Fix default value in tparams (#172)Christoph Schlosser2020-10-031-0/+7
* Fix #161 again (#164)Christoph Schlosser2020-07-011-0/+6
* Fix detection of closing comments (#162)Christoph Schlosser2020-06-291-0/+19
* Add option to filter keywordsChristoph Schlosser2020-06-261-0/+8
* Return once we found preprocessor stuff (#158)Christoph Schlosser2020-06-261-0/+33
* Fixed a bug where the argument type would be placed as the param instead of t...Daan Huinink2020-05-271-0/+15
* Merge branch 'master' into masterZongyuan Zuo2019-11-165-5/+20
|\
| * End of declaration problem fixedChristoph Schlosser2019-10-081-0/+5
| * Add arraypointersChristoph Schlosser2019-10-051-0/+5
| * Ignore restrict keywordChristoph Schlosser2019-10-051-0/+5
| * Fix test linesChristoph Schlosser2019-10-051-4/+4
| * Fix testsChristoph Schlosser2019-10-051-1/+1
* | add unit testEternalPhane2019-11-161-0/+22
|/
* Negative testChristoph Schlosser2019-06-281-0/+8
* Fix brief and add testsChristoph Schlosser2019-06-281-0/+23
* Add test for stripping trailing `*/`Christoph Schlosser2019-06-221-0/+5
* Fix linter warningChristoph Schlosser2019-06-221-1/+1
* Implement new VS Code interfaceChristoph Schlosser2019-06-221-1/+2
* Enums now are treated as type correctlyChristoph Schlosser2019-04-131-0/+5
* Fix type as variable nameChristoph Schlosser2018-10-041-0/+8
* Fixes for whitespace errors to pass tslint testsDean Anderson2018-09-291-1/+1
* customTag will supply ISO date format if user configured format emptyDean Anderson2018-09-292-3/+32
* Update unit testsChristoph Schlosser2018-07-063-23/+10
* Parse member pointers correctlyChristoph Schlosser2018-06-251-0/+23
* Make order of comment tags customizableChristoph Schlosser2018-03-021-4/+18
* Add tests for new smart textChristoph Schlosser2018-03-022-2/+123
* Add more smart textChristoph Schlosser2018-03-021-1/+1
* Change config structureChristoph Schlosser2018-03-024-23/+23
* Add tests and fix default smart textChristoph Schlosser2018-03-022-0/+54
* Dont select negative valuesChristoph Schlosser2018-03-021-0/+2
* Another unit testChristoph Schlosser2018-02-251-0/+5
* Add testsChristoph Schlosser2018-02-252-0/+43
* Add options and allow change of option orderChristoph Schlosser2018-02-253-6/+10
* Add positive and negative testChristoph Schlosser2018-02-241-0/+11
* Replace some JS stuff with TS and some cleaning upChristoph Schlosser2018-02-211-46/+45
* Add coverageChristoph Schlosser2018-02-211-20/+219
* -- Added tests for the configuration options.Rowan Goemans2018-02-204-39/+104
* -- Finished all parameter tests.Rowan Goemans2018-02-203-3/+286
* -- Completed unit tests for operators. Conversion operators aren't working yet.Rowan Goemans2018-02-2010-8/+69
* -- Added missing test for edge case for fundamental types unit test.Rowan Goemans2018-02-203-23/+49
* -- Renamed unit test with a C++ prefix to make sure future unit tests for oth...Rowan Goemans2018-02-206-6/+6
* -- Added test for constructors and destructors.Rowan Goemans2018-02-202-1/+64
* -- Added many unit tests for the C parser. Almost complete nowRowan Goemans2018-02-209-104/+310