| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Release 0.2.00.2.0 | Christoph Schlosser | 2018-02-25 | 2 | -1/+7 |
| | | |||||
| * | Update readme | Christoph Schlosser | 2018-02-25 | 9 | -31/+44 |
| | | | | | Fix #47 | ||||
| * | Another unit test | Christoph Schlosser | 2018-02-25 | 1 | -0/+5 |
| | | |||||
| * | Add gif of new feature to readme | Christoph Schlosser | 2018-02-25 | 2 | -0/+4 |
| | | |||||
| * | Add tests | Christoph Schlosser | 2018-02-25 | 2 | -0/+43 |
| | | |||||
| * | Add options and allow change of option order | Christoph Schlosser | 2018-02-25 | 6 | -168/+238 |
| | | |||||
| * | Generate description of file | Christoph Schlosser | 2018-02-25 | 4 | -14/+77 |
| | | | | | Fix #51 | ||||
| * | Add positive and negative test | Christoph Schlosser | 2018-02-24 | 1 | -0/+11 |
| | | |||||
| * | Adapt error text | Christoph Schlosser | 2018-02-24 | 1 | -1/+1 |
| | | |||||
| * | Customize the number of lines to get | Christoph Schlosser | 2018-02-24 | 3 | -1/+8 |
| | | | | | Fix #52 | ||||
| * | Replace some JS stuff with TS and some cleaning up | Christoph Schlosser | 2018-02-21 | 2 | -48/+50 |
| | | |||||
| * | Add coverage badge | Christoph Schlosser | 2018-02-21 | 1 | -0/+1 |
| | | |||||
| * | Test with more up to date package.json | Christoph Schlosser | 2018-02-21 | 1 | -5/+5 |
| | | |||||
| * | Add coverage | Christoph Schlosser | 2018-02-21 | 6 | -22/+245 |
| | | |||||
| * | How much I love regex0.1.0 | Christoph Schlosser | 2018-02-20 | 1 | -1/+1 |
| | | |||||
| * | Travis uses regex for matching | Christoph Schlosser | 2018-02-20 | 1 | -1/+1 |
| | | |||||
| * | Trigger travis on tags as well | Christoph Schlosser | 2018-02-20 | 1 | -0/+1 |
| | | |||||
| * | Fix typo in CHANGELOG.md | Christoph Schlosser | 2018-02-20 | 1 | -2/+2 |
| | | |||||
| * | Release 0.1.0 | Christoph Schlosser | 2018-02-20 | 3 | -5/+24 |
| | | |||||
| * | Remove possible whitespace from type | Christoph Schlosser | 2018-02-20 | 1 | -1/+1 |
| | | |||||
| * | Introduce special handling for cast operator | Christoph Schlosser | 2018-02-20 | 1 | -0/+11 |
| | | |||||
| * | -- Added tests for the configuration options. | Rowan Goemans | 2018-02-20 | 5 | -41/+109 |
| | | | | | -- Expanded the mock classes to allow for more dynamic setting of the contents. | ||||
| * | -- Finished all parameter tests. | Rowan Goemans | 2018-02-20 | 4 | -11/+336 |
| | | | | | -- Added support for all C++ string literals. | ||||
| * | -- Completed unit tests for operators. Conversion operators aren't working yet. | Rowan Goemans | 2018-02-20 | 18 | -225/+290 |
| | | | | | | -- Renamed all C things to Cpp since that is really what they are. -- Made empty files for the remaining unit tests. | ||||
| * | -- Added missing test for edge case for fundamental types unit test. | Rowan Goemans | 2018-02-20 | 3 | -23/+49 |
| | | |||||
| * | -- Renamed unit test with a C++ prefix to make sure future unit tests for ↵ | Rowan Goemans | 2018-02-20 | 6 | -6/+6 |
| | | | | | other languages can be easily distinguished. | ||||
| * | -- Added test for constructors and destructors. | Rowan Goemans | 2018-02-20 | 6 | -20/+72 |
| | | | | | | -- Removed config value for null on bool pointer return. I think it's to confusing for users. -- Fixed some small remaining refactor bugs. | ||||
| * | -- Added many unit tests for the C parser. Almost complete now | Rowan Goemans | 2018-02-20 | 25 | -649/+819 |
| | | | | | | | | | -- Refactored project structure to allow for more overview once we add more languages. -- Renamed a lot of types in the CParser to be more explicit. -- Made configuration injectable into the classes that need them. This allows to unit test configuration variables. -- Added 2 new config params that allows to customize what gets returned for a bool return type. -- Small changes to the logic to make it more concise. | ||||
| * | -- Added more unit tests. | Rowan Goemans | 2018-02-20 | 17 | -113/+347 |
| | | | | | -- Added support for alignas. | ||||
| * | -- Implemented support for all operators except the conversion operator. | Rowan Goemans | 2018-02-20 | 7 | -181/+286 |
| | | | | | | | | | | -- Implemented support for noexcept and throw. -- Implemented support for constexpr. -- Implemented support for multiple template specifications. -- Rewritten some unit tests. -- Fixed bug where unnamed parameters weren't recognized properly -- Fixed bug where namespace with template params weren't being parsed correctly. | ||||
| * | 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 |
| | |\ | |/ |/| | |||||