glm/test/core
2013-11-22 21:32:33 +00:00
..
CMakeLists.txt Initial build with half types removed 2013-08-14 00:55:47 +02:00
core_func_common.cpp Added a quation constructor taking two axis 2013-09-22 23:37:55 +02:00
core_func_exponential.cpp Updated date 2013-02-20 16:21:56 +01:00
core_func_geometric.cpp Factorized float to uint and co function code. 2013-09-17 01:06:45 +02:00
core_func_integer.cpp Factorized float to uint and co function code. 2013-09-17 01:06:45 +02:00
core_func_matrix.cpp - Fixed ldexp implementation 2013-09-16 03:03:49 +02:00
core_func_noise.cpp Factorized float to uint and co function code. 2013-09-17 01:06:45 +02:00
core_func_packing.cpp Factorized float to uint and co function code. 2013-09-17 01:06:45 +02:00
core_func_swizzle.cpp Swizzle operators are disabled again by default... :/ 2013-09-15 20:44:33 +02:00
core_func_trigonometric.cpp Updated date 2013-02-20 16:21:56 +01:00
core_func_vector_relational.cpp Merge branch '0.9.4' into 0.9.5 2013-02-20 16:22:07 +01:00
core_setup_message.cpp Fixed build on GCC 2013-09-17 23:56:46 +02:00
core_setup_precision.cpp Fixed half precision implementation 2013-04-15 11:04:24 +02:00
core_type_cast.cpp Fixed merge 2013-05-06 15:34:37 +02:00
core_type_float.cpp Updated date 2013-02-20 16:21:56 +01:00
core_type_int.cpp Updated date 2013-02-20 16:21:56 +01:00
core_type_length.cpp Initial build with half types removed 2013-08-14 00:55:47 +02:00
core_type_mat2x2.cpp Added more initializer lists tests 2013-10-01 01:31:57 +02:00
core_type_mat2x3.cpp Fixed initializer test implementation, simplified packing implementation 2013-10-05 20:06:56 +02:00
core_type_mat2x4.cpp Fixed initializer test implementation, simplified packing implementation 2013-10-05 20:06:56 +02:00
core_type_mat3x2.cpp Added assert for initilizer lists to match sizes 2013-10-05 21:03:53 +02:00
core_type_mat3x3.cpp Fixed initializer test implementation, simplified packing implementation 2013-10-05 20:06:56 +02:00
core_type_mat3x4.cpp Fixed initializer test implementation, simplified packing implementation 2013-10-05 20:06:56 +02:00
core_type_mat4x2.cpp Added more initializer lists tests 2013-10-01 01:31:57 +02:00
core_type_mat4x3.cpp Added C++ 11 initializer list for matrix types 2013-10-01 01:12:21 +02:00
core_type_mat4x4.cpp Added C++ 11 initializer list for matrix types 2013-10-01 01:12:21 +02:00
core_type_vec1.cpp Enabled swizzle operator by default, removed GLM_SWIZZLE and add GLM_SWIZZLE_RELAX for Visual C++ lang extension implementation. 2013-09-15 17:55:05 +02:00
core_type_vec2.cpp Fixed B /= B.y bug for all assignment operators of vector classes. #116 2013-09-17 21:37:40 +02:00
core_type_vec3.cpp Fixed B /= B.y bug for all assignment operators of vector classes. #116 2013-09-17 21:37:40 +02:00
core_type_vec4.cpp fixed: printf -> std::printf and missing include 2013-11-22 21:32:33 +00:00