Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | utils/math: Remove custom implementation of min/max. | Alexander Sulfrian | 2015-04-03 | 1 | -157/+0 |
| | | | | The stl provieds sutable implementations. | ||||
* | test: Fix include paths. | Alexander Sulfrian | 2015-03-31 | 1 | -1/+1 |
| | |||||
* | remove semicolon after namespace | Alexander Sulfrian | 2014-05-04 | 1 | -1/+1 |
| | | | | | Class definitions have to end with a semicolon but not namespaces. So remove this everywhere. | ||||
* | test/utils/math: test the math helper functions | Alexander Sulfrian | 2013-01-13 | 1 | -0/+157 |