| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | -- Added many unit tests for the C parser. Almost complete now | Rowan Goemans | 2018-02-20 | 1 | -119/+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. | ||||
| * | Cleanup Parser interface | Christoph Schlosser | 2017-12-16 | 1 | -1/+1 |
| | | |||||
| * | -- Fixed error where endReplace was used before declaration. | Rowan Goemans | 2017-11-23 | 1 | -1/+1 |
| | | |||||
| * | -- Fixed unused assignment. | Rowan Goemans | 2017-11-23 | 1 | -2/+1 |
| | | |||||
| * | -- Fixed bug where using a different trigger sequence then "*" causes a ↵ | Rowan Goemans | 2017-11-23 | 1 | -5/+2 |
| | | | | | newline to be addd between the comment and the documented entity. | ||||
| * | -- Completely rewritten parser to support all known(to me) C++ constructs, ↵ | Rowan Goemans | 2017-10-30 | 1 | -2/+2 |
| | | | | | | | | | | | | 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. | ||||
| * | -- tslint fix v3 | Rowan Goemans | 2017-10-15 | 1 | -11/+11 |
| | | |||||
| * | -- Fixed tslint issues. | Rowan Goemans | 2017-10-15 | 1 | -6/+19 |
| | | | | | -- 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 | 1 | -14/+17 |
| | | | | | doxygen comment. | ||||
| * | 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 | 1 | -0/+4 |
| | | |||||
| * | Initial files | Christoph Schlosser | 2017-10-06 | 1 | -0/+101 |