Skip to content

Commit

Permalink
update c++ libs
Browse files Browse the repository at this point in the history
  • Loading branch information
mattvchandler committed Mar 28, 2019
1 parent 3b68db9 commit b74f38c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion libraries/freetype
Submodule freetype updated from bf04c5 to fdb10e
2 changes: 1 addition & 1 deletion libraries/glm
Submodule glm updated 79 files
+2 −0 CMakeLists.txt
+4 −0 glm/CMakeLists.txt
+3 −3 glm/detail/func_common.inl
+0 −1 glm/detail/setup.hpp
+36 −0 glm/ext/matrix_common.hpp
+16 −0 glm/ext/matrix_common.inl
+3 −3 glm/ext/scalar_int_sized.hpp
+3 −3 glm/fwd.hpp
+13 −14 glm/gtc/matrix_inverse.inl
+5 −5 glm/gtx/associated_min_max.hpp
+4 −4 glm/gtx/associated_min_max.inl
+5 −5 glm/gtx/bit.hpp
+5 −5 glm/gtx/closest_point.hpp
+5 −5 glm/gtx/color_space.hpp
+5 −5 glm/gtx/color_space_YCoCg.hpp
+5 −5 glm/gtx/common.hpp
+5 −5 glm/gtx/compatibility.hpp
+5 −5 glm/gtx/component_wise.hpp
+5 −5 glm/gtx/dual_quaternion.hpp
+5 −5 glm/gtx/easing.hpp
+5 −5 glm/gtx/euler_angles.hpp
+5 −5 glm/gtx/extend.hpp
+5 −5 glm/gtx/extended_min_max.hpp
+5 −5 glm/gtx/fast_exponential.hpp
+5 −5 glm/gtx/fast_square_root.hpp
+5 −5 glm/gtx/fast_trigonometry.hpp
+5 −5 glm/gtx/gradient_paint.hpp
+5 −5 glm/gtx/handed_coordinate_space.hpp
+6 −2 glm/gtx/hash.hpp
+5 −5 glm/gtx/integer.hpp
+5 −5 glm/gtx/intersect.hpp
+5 −5 glm/gtx/io.hpp
+5 −5 glm/gtx/log_base.hpp
+5 −5 glm/gtx/matrix_cross_product.hpp
+5 −5 glm/gtx/matrix_decompose.hpp
+1 −1 glm/gtx/matrix_decompose.inl
+5 −5 glm/gtx/matrix_factorisation.hpp
+5 −5 glm/gtx/matrix_interpolation.hpp
+5 −5 glm/gtx/matrix_major_storage.hpp
+5 −5 glm/gtx/matrix_operation.hpp
+5 −5 glm/gtx/matrix_query.hpp
+5 −5 glm/gtx/matrix_transform_2d.hpp
+5 −5 glm/gtx/mixed_product.hpp
+5 −5 glm/gtx/norm.hpp
+5 −5 glm/gtx/normal.hpp
+5 −5 glm/gtx/normalize_dot.hpp
+5 −5 glm/gtx/number_precision.hpp
+5 −5 glm/gtx/optimum_pow.hpp
+5 −5 glm/gtx/orthonormalize.hpp
+5 −5 glm/gtx/perpendicular.hpp
+5 −5 glm/gtx/polar_coordinates.hpp
+8 −5 glm/gtx/projection.hpp
+5 −5 glm/gtx/quaternion.hpp
+6 −6 glm/gtx/range.hpp
+5 −5 glm/gtx/raw_data.hpp
+5 −5 glm/gtx/rotate_normalized_axis.hpp
+5 −5 glm/gtx/rotate_vector.hpp
+6 −6 glm/gtx/scalar_multiplication.hpp
+5 −5 glm/gtx/scalar_relational.hpp
+5 −5 glm/gtx/spline.hpp
+5 −5 glm/gtx/std_based_type.hpp
+6 −6 glm/gtx/string_cast.hpp
+5 −5 glm/gtx/texture.hpp
+5 −5 glm/gtx/transform.hpp
+5 −5 glm/gtx/transform2.hpp
+5 −5 glm/gtx/type_aligned.hpp
+6 −6 glm/gtx/type_trait.hpp
+6 −2 glm/gtx/vec_swizzle.hpp
+5 −5 glm/gtx/vector_angle.hpp
+5 −5 glm/gtx/vector_query.hpp
+5 −5 glm/gtx/wrap.hpp
+1 −1 glm/simd/common.h
+12 −2 readme.md
+3 −3 test/core/core_func_exponential.cpp
+1 −0 test/ext/CMakeLists.txt
+53 −0 test/ext/ext_matrix_common.cpp
+19 −0 test/gtc/gtc_bitfield.cpp
+1 −0 test/gtc/gtc_matrix_transform.cpp
+2 −2 test/gtx/gtx_easing.cpp
2 changes: 1 addition & 1 deletion libraries/json
Submodule json updated 120 files

0 comments on commit b74f38c

Please sign in to comment.