Skip to content

Commit

Permalink
Merge pull request #58 from nightingazer/dependabot/submodules/AGE/ve…
Browse files Browse the repository at this point in the history
…ndor/glm-fc8f4bb

Bump AGE/vendor/glm from `cc98465` to `fc8f4bb`
  • Loading branch information
Alex Grishan authored Jan 25, 2023
2 parents 2c0da6a + aa324fe commit 7953ca4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion AGE/vendor/glm
Submodule glm updated 59 files
+1 −1 doc/api/a00242.html
+32 −4 glm/detail/setup.hpp
+2 −2 glm/detail/type_mat2x2.hpp
+2 −2 glm/detail/type_mat2x2.inl
+2 −2 glm/detail/type_mat2x3.hpp
+2 −2 glm/detail/type_mat2x3.inl
+2 −2 glm/detail/type_mat2x4.hpp
+2 −2 glm/detail/type_mat2x4.inl
+2 −2 glm/detail/type_mat3x2.hpp
+2 −2 glm/detail/type_mat3x2.inl
+2 −2 glm/detail/type_mat3x3.hpp
+2 −2 glm/detail/type_mat3x3.inl
+2 −2 glm/detail/type_mat3x4.hpp
+2 −2 glm/detail/type_mat3x4.inl
+2 −2 glm/detail/type_mat4x2.hpp
+2 −2 glm/detail/type_mat4x2.inl
+2 −2 glm/detail/type_mat4x3.hpp
+2 −2 glm/detail/type_mat4x3.inl
+2 −2 glm/detail/type_mat4x4.hpp
+2 −2 glm/detail/type_mat4x4.inl
+13 −0 glm/detail/type_vec4_simd.inl
+1 −1 glm/exponential.hpp
+128 −0 glm/ext/_matrix_vectorize.hpp
+9 −9 glm/ext/matrix_clip_space.hpp
+4 −1 glm/ext/matrix_common.hpp
+18 −0 glm/ext/matrix_common.inl
+1 −1 glm/ext/matrix_float3x2.hpp
+1 −1 glm/ext/matrix_uint2x3.hpp
+1 −1 glm/ext/matrix_uint2x4_sized.hpp
+1 −1 glm/ext/matrix_uint3x2.hpp
+1 −1 glm/ext/quaternion_geometric.hpp
+3 −0 glm/ext/scalar_relational.hpp
+3 −0 glm/ext/scalar_ulp.hpp
+1 −1 glm/ext/vector_reciprocal.hpp
+3 −0 glm/ext/vector_ulp.hpp
+5 −4 glm/glm.hpp
+1 −1 glm/gtc/integer.hpp
+2 −2 glm/gtc/matrix_inverse.hpp
+4 −4 glm/gtc/random.hpp
+3 −0 glm/gtc/ulp.hpp
+1 −1 glm/gtx/associated_min_max.hpp
+1 −1 glm/gtx/easing.hpp
+4 −4 glm/gtx/extended_min_max.hpp
+1 −1 glm/gtx/handed_coordinate_space.hpp
+15 −15 glm/gtx/hash.hpp
+15 −24 glm/gtx/hash.inl
+1 −1 glm/gtx/io.hpp
+1 −1 glm/gtx/normalize_dot.hpp
+8 −4 glm/gtx/pca.hpp
+1 −1 glm/gtx/quaternion.hpp
+8 −1 glm/gtx/scalar_multiplication.hpp
+5 −1 glm/gtx/vec_swizzle.hpp
+1 −1 glm/gtx/vector_query.hpp
+1 −0 glm/simd/platform.h
+64 −46 manual.md
+4 −4 readme.md
+183 −0 test/ext/ext_matrix_common.cpp
+1 −0 test/gtx/CMakeLists.txt
+55 −0 test/gtx/gtx_hash.cpp

0 comments on commit 7953ca4

Please sign in to comment.