summaryrefslogtreecommitdiffstats
path: root/src/test/CppTests
Commit message (Collapse)AuthorAgeFilesLines
* Add option to filter keywordsChristoph Schlosser2020-06-261-0/+8
|
* Return once we found preprocessor stuff (#158)Christoph Schlosser2020-06-261-0/+33
| | | | | | | * 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-271-0/+15
| | | | the argument name. (#154)
* Merge branch 'master' into masterZongyuan Zuo2019-11-165-5/+20
|\
| * End of declaration problem fixedChristoph Schlosser2019-10-081-0/+5
| | | | | | | | | | | | 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 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
|
* 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
| | | | | | Added separate templates for author name {author} and email {email} Added method to make multiple template substitutions in a string customTag will now replace {author}, {email}, {date} and {year} templates
* Update unit testsChristoph Schlosser2018-07-063-23/+10
| | | | | | Remove seperate file. Move into parameters test. Add new one to function pointers.
* Parse member pointers correctlyChristoph Schlosser2018-06-251-0/+23
|
* Make order of comment tags customizableChristoph Schlosser2018-03-021-4/+18
| | | | Fix #55
* Add tests for new smart textChristoph Schlosser2018-03-022-2/+123
|
* Add more smart textChristoph Schlosser2018-03-021-1/+1
| | | | | | - Getter - Setter - Factory method
* 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-252-6/+9
|
* Add positive and negative testChristoph Schlosser2018-02-241-0/+11
|
* -- Added tests for the configuration options.Rowan Goemans2018-02-203-29/+99
| | | | -- Expanded the mock classes to allow for more dynamic setting of the contents.
* -- Finished all parameter tests.Rowan Goemans2018-02-203-3/+286
| | | | -- Added support for all C++ string literals.
* -- Completed unit tests for operators. Conversion operators aren't working yet.Rowan Goemans2018-02-2010-0/+751
-- Renamed all C things to Cpp since that is really what they are. -- Made empty files for the remaining unit tests.