| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | -- Added many unit tests for the C parser. Almost complete now | Rowan Goemans | 2018-02-20 | 3 | -200/+0 |
| | | | | | | | | | -- 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 support for null in the comment generation. | Rowan Goemans | 2017-11-05 | 1 | -1/+1 |
| | | |||||
| * | -- Completely rewritten parser to support all known(to me) C++ constructs, ↵ | Rowan Goemans | 2017-11-05 | 1 | -3/+3 |
| | | | | | | | | | | | | 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 | -3/+6 |
| | | | | | Fixes #10 | ||||
| * | -- Fixed issues from review. | Rowan Goemans | 2017-10-15 | 1 | -7/+7 |
| | | |||||
| * | -- Fixed various issues that came out of the pull request review. | Rowan Goemans | 2017-10-15 | 1 | -18/+20 |
| | | |||||
| * | -- Fixed bad newline in constructor of CGen. | Rowan Goemans | 2017-10-15 | 1 | -2/+1 |
| | | |||||
| * | -- Added defaults to configuration reader in CGen. | Rowan Goemans | 2017-10-15 | 1 | -8/+8 |
| | | |||||
| * | -- Removed unnecesary member variable. | Rowan Goemans | 2017-10-15 | 1 | -2/+1 |
| | | |||||
| * | -- Fixed issue in setting the cursor if no brief was specified. Cursor is ↵ | Rowan Goemans | 2017-10-15 | 1 | -7/+17 |
| | | | | | new set to the first DoxyGen command in the comment. | ||||
| * | -- Fixed tslint issues v2 | Rowan Goemans | 2017-10-15 | 1 | -12/+12 |
| | | |||||
| * | -- Fixed tslint issues. | Rowan Goemans | 2017-10-15 | 2 | -18/+32 |
| | | | | | -- 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 | -100/+91 |
| | | | | | doxygen comment. | ||||
| * | Add option to generate return type documentation | Christoph Schlosser | 2017-10-14 | 1 | -5/+9 |
| | | |||||
| * | Add C parser and generator | Christoph Schlosser | 2017-10-07 | 2 | -150/+156 |
| | | |||||
| * | Initial files | Christoph Schlosser | 2017-10-06 | 2 | -0/+172 |