glm/test/core
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
..
CMakeLists.txt Optimized findMSB and findLSB 2014-11-22 20:14:48 +01:00
core_func_common.cpp Added experiment for new fastCos. More sRGB tests. 2015-06-27 18:36:17 +02:00
core_func_exponential.cpp Fixed faceforward build #289 2014-12-19 23:54:25 +01:00
core_func_geometric.cpp Fixed faceforward build #289 2014-12-19 23:54:25 +01:00
core_func_integer_bit_count.cpp Fixed compilation errors and warnings in unit test 2015-07-22 00:01:28 -04:00
core_func_integer_find_lsb.cpp Fixed compilation errors and warnings in unit test 2015-07-22 00:01:28 -04:00
core_func_integer_find_msb.cpp Fixed compilation errors and warnings in unit test 2015-07-22 00:01:28 -04:00
core_func_integer.cpp Fixed faceforward build #289 2014-12-19 23:54:25 +01:00
core_func_matrix.cpp Fixed faceforward build #289 2014-12-19 23:54:25 +01:00
core_func_noise.cpp Fixed faceforward build #289 2014-12-19 23:54:25 +01:00
core_func_packing.cpp Fixed GTC_packing *pack*norm*x* build and added tests #292 2015-01-09 23:14:10 +01:00
core_func_swizzle.cpp Fixed faceforward build #289 2014-12-19 23:54:25 +01:00
core_func_trigonometric.cpp Added experiment for new fastCos. More sRGB tests. 2015-06-27 18:36:17 +02:00
core_func_vector_relational.cpp Fixed faceforward build #289 2014-12-19 23:54:25 +01:00
core_setup_force_cxx98.cpp Fixed faceforward build #289 2014-12-19 23:54:25 +01:00
core_setup_message.cpp Updated list of compiler versions 2015-07-19 02:36:53 +02:00
core_setup_precision.cpp Fixed faceforward build #289 2014-12-19 23:54:25 +01:00
core_type_cast.cpp Fixed faceforward build #289 2014-12-19 23:54:25 +01:00
core_type_float.cpp Fixed faceforward build #289 2014-12-19 23:54:25 +01:00
core_type_int.cpp Fixed faceforward build #289 2014-12-19 23:54:25 +01:00
core_type_length_size.cpp Fixed faceforward build #289 2014-12-19 23:54:25 +01:00
core_type_length.cpp Fixed faceforward build #289 2014-12-19 23:54:25 +01:00
core_type_mat2x2.cpp Fixed faceforward build #289 2014-12-19 23:54:25 +01:00
core_type_mat2x3.cpp Fixed faceforward build #289 2014-12-19 23:54:25 +01:00
core_type_mat2x4.cpp Fixed faceforward build #289 2014-12-19 23:54:25 +01:00
core_type_mat3x2.cpp Fixed faceforward build #289 2014-12-19 23:54:25 +01:00
core_type_mat3x3.cpp Fixed faceforward build #289 2014-12-19 23:54:25 +01:00
core_type_mat3x4.cpp Fixed faceforward build #289 2014-12-19 23:54:25 +01:00
core_type_mat4x2.cpp Fixed faceforward build #289 2014-12-19 23:54:25 +01:00
core_type_mat4x3.cpp Fixed faceforward build #289 2014-12-19 23:54:25 +01:00
core_type_mat4x4.cpp Fixed faceforward build #289 2014-12-19 23:54:25 +01:00
core_type_vec1.cpp Fixed GCC build, GLM_META_PROG_HELPERS unsupported with GCC 4.6 2015-07-19 01:46:49 +02:00
core_type_vec2.cpp Fixed GCC build, GLM_META_PROG_HELPERS unsupported with GCC 4.6 2015-07-19 01:46:49 +02:00
core_type_vec3.cpp Fixed GCC build, GLM_META_PROG_HELPERS unsupported with GCC 4.6 2015-07-19 01:46:49 +02:00
core_type_vec4.cpp More testing 2015-07-19 16:55:27 +02:00