| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | -- Fixed issue where generating a comment above an access specifier resulted ↵ | Rowan Goemans | 2017-11-05 | 1 | -0/+6 |
| | | | | | in the access specifier being considered a symbol. | ||||
| * | -- Refactored stripping initializer list and assignment token into function. | Rowan Goemans | 2017-11-05 | 1 | -15/+23 |
| | | |||||
| * | -- Fixed problem where initializer list where not working correctly. | Rowan Goemans | 2017-11-05 | 1 | -9/+16 |
| | | |||||
| * | -- Modified parser to never return null. It will no always generate an empty ↵ | Rowan Goemans | 2017-11-05 | 1 | -3/+4 |
| | | | | | doxygen comment. usable for Describing instance variables. Enum, structs etc. | ||||
| * | -- Added support for void function no return get generated for them. | Rowan Goemans | 2017-11-05 | 1 | -1/+15 |
| | | | | | | -- Added support for return of void pointers. They will get generated. -- Added support for return a pointer to a bool. There an extra return is added in addtion to "true" and "false". "null". | ||||
| * | -- Cleaned up some code and refactored functions. | Rowan Goemans | 2017-11-05 | 4 | -236/+300 |
| | | | | | | | -- Added support for infinitely nesting function pointers. -- Added support for assignment of functions with trailing returns. -- Added support for desctructors. | ||||
| * | -- Completely rewritten parser to support all known(to me) C++ constructs, ↵ | Rowan Goemans | 2017-10-30 | 6 | -179/+635 |
| | | | | | | | | | | | | this includes: - Function pointers as parameters and as returns. - Template support. - Trailing return type. - Variadic templates. - Variadic parametes, C style and template style. - Correct parsing of template types with more then 1 template parameter. | ||||
| * | Fix param generation for function pointers | Christoph Schlosser | 2017-10-15 | 1 | -5/+34 |
| | | | | | Fixes #10 | ||||
| * | -- tslint fix v3 | Rowan Goemans | 2017-10-15 | 1 | -11/+11 |
| | | |||||
| * | -- Fixed tslint issues v2 | Rowan Goemans | 2017-10-15 | 1 | -5/+5 |
| | | |||||
| * | -- Fixed tslint issues. | Rowan Goemans | 2017-10-15 | 2 | -19/+37 |
| | | | | | -- Added config parameter to add type information to return DoxyGen parameter. | ||||
| * | -- Added extensive templating the be able to generated different types of ↵ | Rowan Goemans | 2017-10-14 | 2 | -24/+26 |
| | | | | | doxygen comment. | ||||
| * | Add option to generate return type documentation | Christoph Schlosser | 2017-10-14 | 1 | -1/+10 |
| | | |||||
| * | Remove compiler keywords from function signature | Christoph Schlosser | 2017-10-14 | 1 | -1/+3 |
| | | | | | | | Prior to method return type extraction remove compiler keywords from the signature. Fixes #9 | ||||
| * | Add option to choose Qt style comment start0.0.3 | Christoph Schlosser | 2017-10-09 | 1 | -3/+5 |
| | | |||||
| * | Add C parser and generator | Christoph Schlosser | 2017-10-07 | 3 | -119/+139 |
| | | |||||
| * | Initial files | Christoph Schlosser | 2017-10-06 | 3 | -0/+242 |