| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | -- Completed unit tests for operators. Conversion operators aren't working yet. | Rowan Goemans | 2018-02-20 | 1 | -63/+0 |
| | | | | | | -- 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 | 1 | -1/+1 |
| | | |||||
| * | -- Added test for constructors and destructors. | Rowan Goemans | 2018-02-20 | 1 | -0/+63 |
| -- Removed config value for null on bool pointer return. I think it's to confusing for users. -- Fixed some small remaining refactor bugs. | |||||