| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Activate extension for C | Christoph Schlosser | 2018-01-27 | 1 | -1/+2 |
| | | |||||
| * | Fix typo in travis.yml | Christoph Schlosser | 2017-12-16 | 1 | -1/+1 |
| | | |||||
| * | Only build the master branch in addition to PRs | Christoph Schlosser | 2017-12-16 | 1 | -2/+2 |
| | | |||||
| * | Add actual checkboxes to PR template | Christoph Schlosser | 2017-12-16 | 1 | -8/+8 |
| | | |||||
| * | Add issue and PR template | Christoph Schlosser | 2017-12-16 | 2 | -0/+48 |
| | | |||||
| * | Generation tests should suffice for now | Christoph Schlosser | 2017-12-16 | 1 | -30/+0 |
| | | |||||
| * | Add more tests | Christoph Schlosser | 2017-12-16 | 1 | -0/+82 |
| | | |||||
| * | Add basic tests | Christoph Schlosser | 2017-12-16 | 7 | -5/+279 |
| | | |||||
| * | Cleanup Parser interface | Christoph Schlosser | 2017-12-16 | 3 | -4/+3 |
| | | |||||
| * | Update README.md | Christoph Schlosser | 2017-12-16 | 1 | -1/+1 |
| | | |||||
| * | Release 0.0.70.0.7 | Christoph Schlosser | 2017-11-23 | 2 | -1/+7 |
| | | |||||
| * | Merge pull request #32 from rowanG077/master | Christoph Schlosser | 2017-11-23 | 2 | -39/+10 |
| |\ | | | | | Fixed parser bug and comment generation bug. | ||||
| | * | Merge branch 'master' into master | rowanG077 | 2017-11-23 | 3 | -16/+6 |
| | |\ | |/ |/| | |||||
| * | | Release 0.0.60.0.6 | Christoph Schlosser | 2017-11-05 | 3 | -16/+6 |
| | | | |||||
| * | | Merge pull request #27 from rowanG077/master | Christoph Schlosser | 2017-11-05 | 1 | -0/+5 |
| |\ \ | | | | | | | FIxed access specifier generating a comment based on the function below it. | ||||
| | | * | -- Fixed bug where type modifiers like unsigned signed weren't properly ↵ | Rowan Goemans | 2017-11-23 | 1 | -33/+8 |
| | | | | | | | | | | | | | recognized. | ||||
| | | * | -- 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. | ||||
| | * | 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 null in the comment generation. | Rowan Goemans | 2017-11-05 | 1 | -1/+1 |
| | | | |||||
| * | | -- 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-11-05 | 7 | -182/+638 |
| | | | | | | | | | | | | | | | | | | | | | | | 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 null in the comment generation. | Rowan Goemans | 2017-11-05 | 1 | -1/+1 |
| | | | |||||
| | * | -- 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 | 7 | -182/+638 |
| |/ | | | | | | | | | | | 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. | ||||
| * | Merge pull request #21 from christophschlosser/fix-release-0.0.50.0.5 | Christoph Schlosser | 2017-10-17 | 1 | -0/+0 |
| |\ | | | | | Add icon.png back in | ||||
| | * | Add icon.png back in | Christoph Schlosser | 2017-10-17 | 1 | -0/+0 |
| |/ | |||||
| * | Merge pull request #20 from christophschlosser/release-0.0.5 | Christoph Schlosser | 2017-10-16 | 15 | -7/+19 |
| |\ | | | | | Release 0.0.5 | ||||
| | * | Release 0.0.5 | Christoph Schlosser | 2017-10-16 | 15 | -7/+19 |
| |/ | | | | | | - Add extensive generation customization system - Generate documentation for function pointers as parameters | ||||
| * | Merge pull request #17 from christophschlosser/fix-func-ptr-param | Christoph Schlosser | 2017-10-16 | 3 | -9/+55 |
| |\ | | | | | Fix param generation for function pointers | ||||
| | * | Add function pointers to known issues | Christoph Schlosser | 2017-10-15 | 1 | -1/+15 |
| | | | |||||
| | * | Fix param generation for function pointers | Christoph Schlosser | 2017-10-15 | 2 | -8/+40 |
| |/ | | | | Fixes #10 | ||||
| * | Merge pull request #16 from rowanG077/master | Christoph Schlosser | 2017-10-15 | 6 | -149/+240 |
| |\ | | | | | -- Added extensive templating the be able to generated different type… | ||||
| | * | -- Fixed issues from review. | Rowan Goemans | 2017-10-15 | 3 | -10/+10 |
| | | | |||||
| | * | -- Fixed various issues that came out of the pull request review. | Rowan Goemans | 2017-10-15 | 3 | -23/+25 |
| | | | |||||
| | * | -- 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. | ||||
| | * | -- tslint fix v3 | Rowan Goemans | 2017-10-15 | 1 | -11/+11 |
| | | | |||||