summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Make smart text configurableChristoph Schlosser2018-03-022-7/+27
* Suggest smart text for ctor and dtorChristoph Schlosser2018-03-022-10/+67
* Another unit testChristoph Schlosser2018-02-251-0/+5
* Add testsChristoph Schlosser2018-02-252-0/+43
* Add options and allow change of option orderChristoph Schlosser2018-02-255-32/+86
* Generate description of fileChristoph Schlosser2018-02-253-14/+67
* Add positive and negative testChristoph Schlosser2018-02-241-0/+11
* Adapt error textChristoph Schlosser2018-02-241-1/+1
* Customize the number of lines to getChristoph Schlosser2018-02-242-1/+3
* Replace some JS stuff with TS and some cleaning upChristoph Schlosser2018-02-211-46/+45
* Add coverageChristoph Schlosser2018-02-211-20/+219
* Remove possible whitespace from typeChristoph Schlosser2018-02-201-1/+1
* Introduce special handling for cast operatorChristoph Schlosser2018-02-201-0/+11
* -- Added tests for the configuration options.Rowan Goemans2018-02-205-41/+109
* -- Finished all parameter tests.Rowan Goemans2018-02-204-11/+336
* -- Completed unit tests for operators. Conversion operators aren't working yet.Rowan Goemans2018-02-2018-225/+290
* -- Added missing test for edge case for fundamental types unit test.Rowan Goemans2018-02-203-23/+49
* -- Renamed unit test with a C++ prefix to make sure future unit tests for oth...Rowan Goemans2018-02-206-6/+6
* -- Added test for constructors and destructors.Rowan Goemans2018-02-205-15/+72
* -- Added many unit tests for the C parser. Almost complete nowRowan Goemans2018-02-2024-649/+809
* -- Added more unit tests.Rowan Goemans2018-02-2017-113/+347
* -- Implemented support for all operators except the conversion operator.Rowan Goemans2018-02-207-181/+286
* Generation tests should suffice for nowChristoph Schlosser2017-12-161-30/+0
* Add more testsChristoph Schlosser2017-12-161-0/+82
* Add basic testsChristoph Schlosser2017-12-167-5/+279
* Cleanup Parser interfaceChristoph Schlosser2017-12-163-4/+3
* -- Fixed bug where type modifiers like unsigned signed weren't properly recog...Rowan Goemans2017-11-231-33/+8
* -- Fixed error where endReplace was used before declaration.Rowan Goemans2017-11-231-1/+1
* -- Fixed unused assignment.Rowan Goemans2017-11-231-2/+1
* -- Fixed bug where using a different trigger sequence then "*" causes a newli...Rowan Goemans2017-11-231-5/+2
* Merge branch 'master' of https://github.com/christophschlosser/doxdocgenRowan Goemans2017-11-051-1/+0
|\
| * -- Refactored stripping initializer list and assignment token into function.Rowan Goemans2017-11-051-15/+23
| * -- Fixed problem where initializer list where not working correctly.Rowan Goemans2017-11-051-9/+16
| * -- Modified parser to never return null. It will no always generate an empty ...Rowan Goemans2017-11-051-3/+4
| * -- Added support for null in the comment generation.Rowan Goemans2017-11-051-1/+1
| * -- Added support for void function no return get generated for them.Rowan Goemans2017-11-051-1/+15
| * -- Cleaned up some code and refactored functions.Rowan Goemans2017-11-054-236/+300
| * -- Completely rewritten parser to support all known(to me) C++ constructs, th...Rowan Goemans2017-11-057-182/+638
* | -- Fixed issue where generating a comment above an access specifier resulted ...Rowan Goemans2017-11-051-0/+6
* | -- Refactored stripping initializer list and assignment token into function.Rowan Goemans2017-11-051-15/+23
* | -- Fixed problem where initializer list where not working correctly.Rowan Goemans2017-11-051-9/+16
* | -- Modified parser to never return null. It will no always generate an empty ...Rowan Goemans2017-11-051-3/+4
* | -- Added support for null in the comment generation.Rowan Goemans2017-11-051-1/+1
* | -- Added support for void function no return get generated for them.Rowan Goemans2017-11-051-1/+15
* | -- Cleaned up some code and refactored functions.Rowan Goemans2017-11-054-236/+300
* | -- Completely rewritten parser to support all known(to me) C++ constructs, th...Rowan Goemans2017-10-307-182/+638
|/
* Fix param generation for function pointersChristoph Schlosser2017-10-152-8/+40
* -- Fixed issues from review.Rowan Goemans2017-10-152-8/+8
* -- Fixed various issues that came out of the pull request review.Rowan Goemans2017-10-152-19/+21
* -- Fixed bad newline in constructor of CGen.Rowan Goemans2017-10-151-2/+1