| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Cleanup Parser interface | Christoph Schlosser | 2017-12-16 | 1 | -1/+1 |
| | | |||||
| * | -- Fixed bug where type modifiers like unsigned signed weren't properly ↵ | Rowan Goemans | 2017-11-23 | 1 | -33/+8 |
| | | | | | recognized. | ||||
| * | Merge branch 'master' of https://github.com/christophschlosser/doxdocgen | Rowan Goemans | 2017-11-05 | 1 | -1/+0 |
| |\ | |||||
| | * | -- 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 | 1 | -120/+275 |
| | | | | | | | | | | | | | -- 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-11-05 | 1 | -0/+387 |
| | | | | | | | | | | | | 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. | ||||
| * | -- 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 | 1 | -120/+275 |
| | | | | | | | -- 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 | 1 | -0/+387 |
| 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. | |||||