aboutsummaryrefslogtreecommitdiffstats
path: root/test/utils (follow)
Commit message (Expand)AuthorAgeFilesLines
* utils/math: Remove custom implementation of min/max.Alexander Sulfrian2015-04-031-157/+0
* test: Fix include paths.Alexander Sulfrian2015-03-316-8/+8
* remove semicolon after namespaceAlexander Sulfrian2014-05-046-6/+6
* utils/colors: move colors into subdir, add hsvAlexander Sulfrian2014-04-082-0/+175
* test/utils/rectangle: removed deprecated ctorAlexander Sulfrian2013-01-131-2/+1
* tests: changed CPPUNIT_ASSERT to CPPUNIT_ASSERT_EQUAL for better error msgsAlexander Sulfrian2013-01-133-40/+40
* test/utils/math: test the math helper functionsAlexander Sulfrian2013-01-131-0/+157
* utils/rectangle: could get top/bottom/left/right coordinates from RectangleAlexander Sulfrian2013-01-131-2/+2
* utils/image: fixed namespace for logging outputAlexander Sulfrian2013-01-051-1/+1
* utils/rectangle: added function to intersect two rectanglesAlexander Sulfrian2013-01-051-0/+26
* utils/rectangle: added constructor for array of valuesAlexander Sulfrian2013-01-051-0/+66
* tests: added test of operator overloading for pointAlexander Sulfrian2013-01-051-0/+106
* base: moved Image and Texture to more appropriate locationsAlexander Sulfrian2013-01-051-0/+109