| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Reordered assertion parameter in tests | to-s | 2021-05-08 | 1 | -72/+72 |
| | | | | | Due to https://github.com/cschlosser/doxdocgen/issues/218 | ||||
| * | Replaced assert.equal() calls by assert.strictEqual() calls (#188) | to-s | 2020-10-19 | 1 | -72/+72 |
| | | | | Due to message: deprecated since v9.9.0 - use strictEqual() instead. | ||||
| * | Fixed a bug where the argument type would be placed as the param instead of ↵ | Daan Huinink | 2020-05-27 | 1 | -0/+15 |
| | | | | | the argument name. (#154) | ||||
| * | Ignore restrict keyword | Christoph Schlosser | 2019-10-05 | 1 | -0/+5 |
| | | |||||
| * | Enums now are treated as type correctly | Christoph Schlosser | 2019-04-13 | 1 | -0/+5 |
| | | |||||
| * | Fix type as variable name | Christoph Schlosser | 2018-10-04 | 1 | -0/+8 |
| | | |||||
| * | Update unit tests | Christoph Schlosser | 2018-07-06 | 1 | -0/+5 |
| | | | | | | | Remove seperate file. Move into parameters test. Add new one to function pointers. | ||||
| * | -- Finished all parameter tests. | Rowan Goemans | 2018-02-20 | 1 | -0/+235 |
| | | | | | -- Added support for all C++ string literals. | ||||
| * | -- Completed unit tests for operators. Conversion operators aren't working yet. | Rowan Goemans | 2018-02-20 | 1 | -0/+20 |
| -- Renamed all C things to Cpp since that is really what they are. -- Made empty files for the remaining unit tests. | |||||