summaryrefslogtreecommitdiffstats
path: root/src/Lang/Cpp
Commit message (Collapse)AuthorAgeFilesLines
* Introduce special handling for cast operatorChristoph Schlosser2018-02-201-0/+11
|
* -- Added tests for the configuration options.Rowan Goemans2018-02-201-2/+5
| | | | -- Expanded the mock classes to allow for more dynamic setting of the contents.
* -- Finished all parameter tests.Rowan Goemans2018-02-201-8/+50
| | | | -- Added support for all C++ string literals.
* -- Completed unit tests for operators. Conversion operators aren't working yet.Rowan Goemans2018-02-205-0/+943
-- Renamed all C things to Cpp since that is really what they are. -- Made empty files for the remaining unit tests.