| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | Update unit tests | Christoph Schlosser | 2018-07-06 | 3 | -23/+10 | |
| * | | Parse member pointers correctly | Christoph Schlosser | 2018-06-25 | 3 | -0/+35 | |
| |/ | ||||||
| * | Release 0.3.10.3.1 | Christoph Schlosser | 2018-03-30 | 1 | -1/+16 | |
| * | Don’t trigger comment generation while in comment | Christoph Schlosser | 2018-03-30 | 1 | -0/+19 | |
| * | Don’t trigger if there’s whitespace after sequence | Christoph Schlosser | 2018-03-30 | 1 | -2/+10 | |
| * | Release 0.3.00.3.0 | Christoph Schlosser | 2018-03-07 | 1 | -1/+1 | |
| * | Add brief template | Christoph Schlosser | 2018-03-02 | 2 | -5/+6 | |
| * | Make order of comment tags customizable | Christoph Schlosser | 2018-03-02 | 3 | -40/+66 | |
| * | Add config changed notification | Christoph Schlosser | 2018-03-02 | 1 | -0/+25 | |
| * | Split CTor and DTor text as well | Christoph Schlosser | 2018-03-02 | 2 | -85/+90 | |
| * | Add tests for new smart text | Christoph Schlosser | 2018-03-02 | 2 | -2/+123 | |
| * | Improve detection of snake and UPPER case | Christoph Schlosser | 2018-03-02 | 1 | -5/+7 | |
| * | Document casing checker method | Christoph Schlosser | 2018-03-02 | 1 | -0/+11 | |
| * | Add casing validation | Christoph Schlosser | 2018-03-02 | 1 | -7/+55 | |
| * | Add more smart text | Christoph Schlosser | 2018-03-02 | 4 | -13/+130 | |
| * | Change config structure | Christoph Schlosser | 2018-03-02 | 8 | -103/+146 | |
| * | Add tests and fix default smart text | Christoph Schlosser | 2018-03-02 | 3 | -2/+56 | |
| * | Dont select negative values | Christoph Schlosser | 2018-03-02 | 2 | -2/+4 | |
| * | Make smart text configurable | Christoph Schlosser | 2018-03-02 | 2 | -7/+27 | |
| * | Suggest smart text for ctor and dtor | Christoph Schlosser | 2018-03-02 | 2 | -10/+67 | |
| * | Another unit test | Christoph Schlosser | 2018-02-25 | 1 | -0/+5 | |
| * | Add tests | Christoph Schlosser | 2018-02-25 | 2 | -0/+43 | |
| * | Add options and allow change of option order | Christoph Schlosser | 2018-02-25 | 5 | -32/+86 | |
| * | Generate description of file | Christoph Schlosser | 2018-02-25 | 3 | -14/+67 | |
| * | 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 | 2 | -1/+3 | |
| * | Replace some JS stuff with TS and some cleaning up | Christoph Schlosser | 2018-02-21 | 1 | -46/+45 | |
| * | Add coverage | Christoph Schlosser | 2018-02-21 | 1 | -20/+219 | |
| * | 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 | |
| * | -- Finished all parameter tests. | Rowan Goemans | 2018-02-20 | 4 | -11/+336 | |
| * | -- Completed unit tests for operators. Conversion operators aren't working yet. | Rowan Goemans | 2018-02-20 | 18 | -225/+290 | |
| * | -- 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 oth... | Rowan Goemans | 2018-02-20 | 6 | -6/+6 | |
| * | -- Added test for constructors and destructors. | Rowan Goemans | 2018-02-20 | 5 | -15/+72 | |
| * | -- Added many unit tests for the C parser. Almost complete now | Rowan Goemans | 2018-02-20 | 24 | -649/+809 | |
| * | -- Added more unit tests. | Rowan Goemans | 2018-02-20 | 17 | -113/+347 | |
| * | -- Implemented support for all operators except the conversion operator. | Rowan Goemans | 2018-02-20 | 7 | -181/+286 | |
| * | 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 | |
| * | -- Fixed bug where type modifiers like unsigned signed weren't properly recog... | Rowan Goemans | 2017-11-23 | 1 | -33/+8 | |
| * | -- 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 newli... | Rowan Goemans | 2017-11-23 | 1 | -5/+2 | |
| * | 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 | |