glm/test
Collin Baker ff1581d67a Fixed compilation errors and warnings in unit test
Fixed an error due to a narrowing conversion in an initializer list in core_func_integer_bit_count.cpp, and various
printf format string issues that caused compiler warnings for me. std::clock_t isn't guaranteed to be any specific
integer type, nor is it even guaranteed to be integral (it can be floating point). So, the safest bet is to cast it to
double and use the %f specifier in printf format strings.
2015-07-22 00:01:28 -04:00
..
bug Added tests to main repository 2010-12-17 01:33:17 +00:00
core Fixed compilation errors and warnings in unit test 2015-07-22 00:01:28 -04:00
external/gli Fixed build 2013-09-17 22:51:39 +02:00
gtc Fixed build 2015-07-19 01:04:07 +02:00
gtx Fixed intermittent segfault in test-gtx_fast_trigonometry.cpp 2015-07-21 23:02:30 -04:00
.DS_Store Updated test notice 2012-04-07 17:18:04 +01:00
CMakeLists.txt cmake: Don't build tests when not testing 2014-04-15 10:46:45 +01:00
glm.cppcheck Added CPP Check project 2012-01-03 16:22:37 +00:00