| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | -- 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 | |
| | | | ||||||
| | * | -- Fixed tslint issues v2 | Rowan Goemans | 2017-10-15 | 2 | -17/+17 | |
| | | | ||||||
| | * | -- Fixed tslint issues. | Rowan Goemans | 2017-10-15 | 6 | -37/+75 | |
| | | | | | | | | | -- 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 | 6 | -135/+178 | |
| |/ | | | | doxygen comment. | |||||
| * | Release 0.0.40.0.4 | Christoph Schlosser | 2017-10-14 | 2 | -1/+7 | |
| | | ||||||
| * | Add option to generate return type documentation | Christoph Schlosser | 2017-10-14 | 4 | -6/+25 | |
| | | ||||||
| * | 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 | 5 | -4/+35 | |
| | | ||||||
| * | Update README to match currently supported langs | Christoph Schlosser | 2017-10-09 | 1 | -1/+1 | |
| | | ||||||
| * | Fix NPM license warning | Christoph Schlosser | 2017-10-07 | 1 | -1/+1 | |
| | | ||||||
| * | Improve travis build trigger0.0.2 | Christoph Schlosser | 2017-10-07 | 1 | -2/+2 | |
| | | ||||||
| * | Merge pull request #4 from christophschlosser/0.0.2 | Christoph Schlosser | 2017-10-07 | 14 | -274/+395 | |
| |\ | | | | | Release 0.0.2 | |||||
| | * | Add C parser and generator | Christoph Schlosser | 2017-10-07 | 7 | -270/+301 | |
| | | | ||||||
| | * | Appveyor only build master branch | Christoph Schlosser | 2017-10-07 | 1 | -0/+4 | |
| | | | ||||||
| | * | Add .vscode folder | Christoph Schlosser | 2017-10-07 | 3 | -0/+57 | |
| | | | ||||||
| | * | Fix .gitignore and README | Christoph Schlosser | 2017-10-07 | 2 | -3/+11 | |
| | | | ||||||
| | * | Deploy from travis | Christoph Schlosser | 2017-10-07 | 1 | -1/+22 | |
| |/ | ||||||
| * | Publish to VSCode Marketplace0.0.1 | Christoph Schlosser | 2017-10-06 | 3 | -0/+33 | |
| | | | | | | Add Icon and git repo to package.json to make a pretty page on the VSCode Marketplace. Add MIT license. | |||||
| * | Merge pull request #1 from christophschlosser/christophschlosser-build-status | Christoph Schlosser | 2017-10-06 | 1 | -2/+3 | |
| |\ | | | | | Add build status to README.md | |||||
| | * | Add build status to README.md | Christoph Schlosser | 2017-10-06 | 1 | -2/+3 | |
| |/ | ||||||
| * | Initial files | Christoph Schlosser | 2017-10-06 | 24 | -0/+654 | |