summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #21 from christophschlosser/fix-release-0.0.50.0.5Christoph Schlosser2017-10-171-0/+0
|\ | | | | Add icon.png back in
| * Add icon.png back inChristoph Schlosser2017-10-171-0/+0
|/
* Merge pull request #20 from christophschlosser/release-0.0.5Christoph Schlosser2017-10-1615-7/+19
|\ | | | | Release 0.0.5
| * Release 0.0.5Christoph Schlosser2017-10-1615-7/+19
|/ | | | | | - Add extensive generation customization system - Generate documentation for function pointers as parameters
* Merge pull request #17 from christophschlosser/fix-func-ptr-paramChristoph Schlosser2017-10-163-9/+55
|\ | | | | Fix param generation for function pointers
| * Add function pointers to known issuesChristoph Schlosser2017-10-151-1/+15
| |
| * Fix param generation for function pointersChristoph Schlosser2017-10-152-8/+40
|/ | | | Fixes #10
* Merge pull request #16 from rowanG077/masterChristoph Schlosser2017-10-156-149/+240
|\ | | | | -- Added extensive templating the be able to generated different type…
| * -- Fixed issues from review.Rowan Goemans2017-10-153-10/+10
| |
| * -- Fixed various issues that came out of the pull request review.Rowan Goemans2017-10-153-23/+25
| |
| * -- Fixed bad newline in constructor of CGen.Rowan Goemans2017-10-151-2/+1
| |
| * -- Added defaults to configuration reader in CGen.Rowan Goemans2017-10-151-8/+8
| |
| * -- Removed unnecesary member variable.Rowan Goemans2017-10-151-2/+1
| |
| * -- Fixed issue in setting the cursor if no brief was specified. Cursor is ↵Rowan Goemans2017-10-151-7/+17
| | | | | | | | new set to the first DoxyGen command in the comment.
| * -- tslint fix v3Rowan Goemans2017-10-151-11/+11
| |
| * -- Fixed tslint issues v2Rowan Goemans2017-10-152-17/+17
| |
| * -- Fixed tslint issues.Rowan Goemans2017-10-156-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 Goemans2017-10-146-135/+178
|/ | | | doxygen comment.
* Release 0.0.40.0.4Christoph Schlosser2017-10-142-1/+7
|
* Add option to generate return type documentationChristoph Schlosser2017-10-144-6/+25
|
* Remove compiler keywords from function signatureChristoph Schlosser2017-10-141-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.3Christoph Schlosser2017-10-095-4/+35
|
* Update README to match currently supported langsChristoph Schlosser2017-10-091-1/+1
|
* Fix NPM license warningChristoph Schlosser2017-10-071-1/+1
|
* Improve travis build trigger0.0.2Christoph Schlosser2017-10-071-2/+2
|
* Merge pull request #4 from christophschlosser/0.0.2Christoph Schlosser2017-10-0714-274/+395
|\ | | | | Release 0.0.2
| * Add C parser and generatorChristoph Schlosser2017-10-077-270/+301
| |
| * Appveyor only build master branchChristoph Schlosser2017-10-071-0/+4
| |
| * Add .vscode folderChristoph Schlosser2017-10-073-0/+57
| |
| * Fix .gitignore and READMEChristoph Schlosser2017-10-072-3/+11
| |
| * Deploy from travisChristoph Schlosser2017-10-071-1/+22
|/
* Publish to VSCode Marketplace0.0.1Christoph Schlosser2017-10-063-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-statusChristoph Schlosser2017-10-061-2/+3
|\ | | | | Add build status to README.md
| * Add build status to README.mdChristoph Schlosser2017-10-061-2/+3
|/
* Initial filesChristoph Schlosser2017-10-0624-0/+654