glm/test/gtx
2024-03-12 15:57:53 +01:00
..
CMakeLists.txt Fix master build 2023-12-21 18:14:20 +01:00
gtx_associated_min_max.cpp Added GLM_ENABLE_EXPERIMENTAL 2016-11-12 14:19:22 +01:00
gtx_closest_point.cpp Added GLM_ENABLE_EXPERIMENTAL 2016-11-12 14:19:22 +01:00
gtx_color_encoding.cpp Remove disabled warnings (#1213) 2024-01-20 10:11:13 +01:00
gtx_color_space_YCoCg.cpp Remove disabled warnings (#1213) 2024-01-20 10:11:13 +01:00
gtx_color_space.cpp Fix epsilon not declared in color_space.inl #1233 2024-02-06 20:37:11 +01:00
gtx_common.cpp Remove disabled warnings (#1213) 2024-01-20 10:11:13 +01:00
gtx_compatibility.cpp Added GLM_ENABLE_EXPERIMENTAL 2016-11-12 14:19:22 +01:00
gtx_component_wise.cpp fcomp: Fix build in C++98 mode 2024-02-07 14:20:28 +01:00
gtx_dual_quaternion.cpp Remove disabled warnings (#1213) 2024-01-20 10:11:13 +01:00
gtx_easing.cpp Supporess unused-variable warnings 2024-03-12 15:57:53 +01:00
gtx_euler_angle.cpp Remove disabled warnings (#1213) 2024-01-20 10:11:13 +01:00
gtx_extend.cpp Added GLM_ENABLE_EXPERIMENTAL 2016-11-12 14:19:22 +01:00
gtx_extended_min_max.cpp Remove disabled warnings (#1213) 2024-01-20 10:11:13 +01:00
gtx_extented_min_max.cpp Fixed GTX_extended_min_max filename typo #386 2015-10-07 22:04:33 +02:00
gtx_exterior_product.cpp Remove disabled warnings (#1213) 2024-01-20 10:11:13 +01:00
gtx_fast_exponential.cpp Added GLM_ENABLE_EXPERIMENTAL 2016-11-12 14:19:22 +01:00
gtx_fast_square_root.cpp Remove disabled warnings (#1213) 2024-01-20 10:11:13 +01:00
gtx_fast_trigonometry.cpp Fix sequence-point warnings 2024-03-12 15:57:53 +01:00
gtx_functions.cpp Remove disabled warnings (#1213) 2024-01-20 10:11:13 +01:00
gtx_gradient_paint.cpp Remove disabled warnings (#1213) 2024-01-20 10:11:13 +01:00
gtx_handed_coordinate_space.cpp Added GLM_ENABLE_EXPERIMENTAL 2016-11-12 14:19:22 +01:00
gtx_hash.cpp Remove disabled warnings (#1213) 2024-01-20 10:11:13 +01:00
gtx_int_10_10_10_2.cpp Fixed SSE code included in GLM tests on pure platforms 2014-01-14 14:07:09 +01:00
gtx_integer.cpp Remove disabled warnings (#1213) 2024-01-20 10:11:13 +01:00
gtx_intersect.cpp Remove disabled warnings (#1213) 2024-01-20 10:11:13 +01:00
gtx_io.cpp Remove disabled warnings (#1213) 2024-01-20 10:11:13 +01:00
gtx_load.cpp Remove disabled warnings (#1213) 2024-01-20 10:11:13 +01:00
gtx_log_base.cpp Remove disabled warnings (#1213) 2024-01-20 10:11:13 +01:00
gtx_matrix_cross_product.cpp Added GLM_ENABLE_EXPERIMENTAL 2016-11-12 14:19:22 +01:00
gtx_matrix_decompose.cpp Remove disabled warnings (#1213) 2024-01-20 10:11:13 +01:00
gtx_matrix_factorisation.cpp Remove disabled warnings (#1213) 2024-01-20 10:11:13 +01:00
gtx_matrix_interpolation.cpp Remove disabled warnings (#1213) 2024-01-20 10:11:13 +01:00
gtx_matrix_major_storage.cpp Added GLM_ENABLE_EXPERIMENTAL 2016-11-12 14:19:22 +01:00
gtx_matrix_operation.cpp Remove disabled warnings (#1213) 2024-01-20 10:11:13 +01:00
gtx_matrix_query.cpp Remove disabled warnings (#1213) 2024-01-20 10:11:13 +01:00
gtx_matrix_transform_2d.cpp Added GLM_ENABLE_EXPERIMENTAL 2016-11-12 14:19:22 +01:00
gtx_mixed_product.cpp Fixed SSE code included in GLM tests on pure platforms 2014-01-14 14:07:09 +01:00
gtx_norm.cpp Fix GTX_norm cyclic include 2024-03-06 10:58:47 +01:00
gtx_normal.cpp Added GLM_ENABLE_EXPERIMENTAL 2016-11-12 14:19:22 +01:00
gtx_normalize_dot.cpp Added GLM_ENABLE_EXPERIMENTAL 2016-11-12 14:19:22 +01:00
gtx_optimum_pow.cpp Added GLM_ENABLE_EXPERIMENTAL 2016-11-12 14:19:22 +01:00
gtx_orthonormalize.cpp Added GLM_ENABLE_EXPERIMENTAL 2016-11-12 14:19:22 +01:00
gtx_pca.cpp Fixed typos 2024-03-05 00:21:20 +01:00
gtx_perpendicular.cpp Added GLM_ENABLE_EXPERIMENTAL 2016-11-12 14:19:22 +01:00
gtx_polar_coordinates.cpp Added GLM_ENABLE_EXPERIMENTAL 2016-11-12 14:19:22 +01:00
gtx_projection.cpp Added GLM_ENABLE_EXPERIMENTAL 2016-11-12 14:19:22 +01:00
gtx_quaternion.cpp Remove disabled warnings (#1213) 2024-01-20 10:11:13 +01:00
gtx_random.cpp Updated copyright date 2012-01-09 11:20:01 +00:00
gtx_range.cpp Remove disabled warnings (#1213) 2024-01-20 10:11:13 +01:00
gtx_rotate_normalized_axis.cpp Added GLM_ENABLE_EXPERIMENTAL 2016-11-12 14:19:22 +01:00
gtx_rotate_vector.cpp Remove disabled warnings (#1213) 2024-01-20 10:11:13 +01:00
gtx_scalar_multiplication.cpp Remove disabled warnings (#1213) 2024-01-20 10:11:13 +01:00
gtx_scalar_relational.cpp Fixed relational code, reduced header dependencies 2018-08-05 18:24:22 +02:00
gtx_simd_mat4.cpp Fixed build, updated manual for 0.9.8 2016-03-13 13:17:51 +01:00
gtx_simd_vec4.cpp Simplify code removing GLM_FORCE_SIZE_FUNC, GLM_META_PROG_HELPERS, GLM_STATIC_CONST_MEMBERS and 'type' type trait. Added experiments for GTX_type_trait 2016-03-13 12:56:26 +01:00
gtx_spline.cpp Remove disabled warnings (#1213) 2024-01-20 10:11:13 +01:00
gtx_string_cast.cpp Remove disabled warnings (#1213) 2024-01-20 10:11:13 +01:00
gtx_texture.cpp Remove disabled warnings (#1213) 2024-01-20 10:11:13 +01:00
gtx_type_aligned.cpp Remove disabled warnings (#1213) 2024-01-20 10:11:13 +01:00
gtx_type_trait.cpp Remove disabled warnings (#1213) 2024-01-20 10:11:13 +01:00
gtx_vec_swizzle.cpp Added GLM_ENABLE_EXPERIMENTAL 2016-11-12 14:19:22 +01:00
gtx_vector_angle.cpp Remove disabled warnings (#1213) 2024-01-20 10:11:13 +01:00
gtx_vector_query.cpp Remove disabled warnings (#1213) 2024-01-20 10:11:13 +01:00
gtx_wrap.cpp Remove disabled warnings (#1213) 2024-01-20 10:11:13 +01:00
gtx.cpp Added glm/ext.hpp build test 2017-08-16 14:27:06 +02:00