summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Release 0.3.20.3.2Christoph Schlosser2018-06-261-2/+3
|
* Check if editor and event are undefinedChristoph Schlosser2018-06-261-1/+2
|
* Release 0.3.10.3.1Christoph Schlosser2018-03-301-1/+16
|
* Don’t trigger comment generation while in commentChristoph Schlosser2018-03-301-0/+19
|
* Don’t trigger if there’s whitespace after sequenceChristoph Schlosser2018-03-301-2/+10
|
* Release 0.3.00.3.0Christoph Schlosser2018-03-071-1/+1
|
* Add brief templateChristoph Schlosser2018-03-022-5/+6
|
* Make order of comment tags customizableChristoph Schlosser2018-03-023-40/+66
| | | | Fix #55
* Add config changed notificationChristoph Schlosser2018-03-021-0/+25
|
* Split CTor and DTor text as wellChristoph Schlosser2018-03-022-85/+90
|
* Add tests for new smart textChristoph Schlosser2018-03-022-2/+123
|
* Improve detection of snake and UPPER caseChristoph Schlosser2018-03-021-5/+7
|
* Document casing checker methodChristoph Schlosser2018-03-021-0/+11
|
* Add casing validationChristoph Schlosser2018-03-021-7/+55
|
* Add more smart textChristoph Schlosser2018-03-024-13/+130
| | | | | | - Getter - Setter - Factory method
* Change config structureChristoph Schlosser2018-03-028-103/+146
|
* Add tests and fix default smart textChristoph Schlosser2018-03-023-2/+56
|
* Dont select negative valuesChristoph Schlosser2018-03-022-2/+4
|
* Make smart text configurableChristoph Schlosser2018-03-022-7/+27
|
* Suggest smart text for ctor and dtorChristoph Schlosser2018-03-022-10/+67
|
* 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-255-32/+86
|
* Generate description of fileChristoph Schlosser2018-02-253-14/+67
| | | | Fix #51
* Add positive and negative testChristoph Schlosser2018-02-241-0/+11
|
* Adapt error textChristoph Schlosser2018-02-241-1/+1
|
* Customize the number of lines to getChristoph Schlosser2018-02-242-1/+3
| | | | Fix #52
* Replace some JS stuff with TS and some cleaning upChristoph Schlosser2018-02-211-46/+45
|
* Add coverageChristoph Schlosser2018-02-211-20/+219
|
* Remove possible whitespace from typeChristoph Schlosser2018-02-201-1/+1
|
* Introduce special handling for cast operatorChristoph Schlosser2018-02-201-0/+11
|
* -- Added tests for the configuration options.Rowan Goemans2018-02-205-41/+109
| | | | -- Expanded the mock classes to allow for more dynamic setting of the contents.
* -- Finished all parameter tests.Rowan Goemans2018-02-204-11/+336
| | | | -- Added support for all C++ string literals.
* -- Completed unit tests for operators. Conversion operators aren't working yet.Rowan Goemans2018-02-2018-225/+290
| | | | | -- Renamed all C things to Cpp since that is really what they are. -- Made empty files for the remaining unit tests.
* -- 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 ↵Rowan Goemans2018-02-206-6/+6
| | | | other languages can be easily distinguished.
* -- Added test for constructors and destructors.Rowan Goemans2018-02-205-15/+72
| | | | | -- Removed config value for null on bool pointer return. I think it's to confusing for users. -- Fixed some small remaining refactor bugs.
* -- Added many unit tests for the C parser. Almost complete nowRowan Goemans2018-02-2024-649/+809
| | | | | | | | -- Refactored project structure to allow for more overview once we add more languages. -- Renamed a lot of types in the CParser to be more explicit. -- Made configuration injectable into the classes that need them. This allows to unit test configuration variables. -- Added 2 new config params that allows to customize what gets returned for a bool return type. -- Small changes to the logic to make it more concise.
* -- Added more unit tests.Rowan Goemans2018-02-2017-113/+347
| | | | -- Added support for alignas.
* -- Implemented support for all operators except the conversion operator.Rowan Goemans2018-02-207-181/+286
| | | | | | | | | -- Implemented support for noexcept and throw. -- Implemented support for constexpr. -- Implemented support for multiple template specifications. -- Rewritten some unit tests. -- Fixed bug where unnamed parameters weren't recognized properly -- Fixed bug where namespace with template params weren't being parsed correctly.
* Generation tests should suffice for nowChristoph Schlosser2017-12-161-30/+0
|
* Add more testsChristoph Schlosser2017-12-161-0/+82
|
* Add basic testsChristoph Schlosser2017-12-167-5/+279
|
* Cleanup Parser interfaceChristoph Schlosser2017-12-163-4/+3
|
* -- Fixed bug where type modifiers like unsigned signed weren't properly ↵Rowan Goemans2017-11-231-33/+8
| | | | recognized.
* -- Fixed error where endReplace was used before declaration.Rowan Goemans2017-11-231-1/+1
|
* -- Fixed unused assignment.Rowan Goemans2017-11-231-2/+1
|
* -- Fixed bug where using a different trigger sequence then "*" causes a ↵Rowan Goemans2017-11-231-5/+2
| | | | newline to be addd between the comment and the documented entity.
* Merge branch 'master' of https://github.com/christophschlosser/doxdocgenRowan Goemans2017-11-051-1/+0
|\
| * -- Refactored stripping initializer list and assignment token into function.Rowan Goemans2017-11-051-15/+23
| |