Build errors when defining GLM_ENABLE_EXPERIMENTAL #884 #883

master
Christophe Riccio ago%!(EXTRA string=6 years)
parent 658d8960d0
commit f846aa8334
  1. 2
      glm/gtx/associated_min_max.hpp
  2. 2
      glm/gtx/bit.hpp
  3. 2
      glm/gtx/closest_point.hpp
  4. 4
      glm/gtx/color_encoding.hpp
  5. 2
      glm/gtx/color_space.hpp
  6. 2
      glm/gtx/color_space_YCoCg.hpp
  7. 2
      glm/gtx/common.hpp
  8. 2
      glm/gtx/compatibility.hpp
  9. 2
      glm/gtx/component_wise.hpp
  10. 2
      glm/gtx/dual_quaternion.hpp
  11. 2
      glm/gtx/easing.hpp
  12. 2
      glm/gtx/euler_angles.hpp
  13. 2
      glm/gtx/extend.hpp
  14. 2
      glm/gtx/extended_min_max.hpp
  15. 4
      glm/gtx/exterior_product.hpp
  16. 2
      glm/gtx/fast_exponential.hpp
  17. 2
      glm/gtx/fast_square_root.hpp
  18. 2
      glm/gtx/fast_trigonometry.hpp
  19. 4
      glm/gtx/functions.hpp
  20. 2
      glm/gtx/gradient_paint.hpp
  21. 2
      glm/gtx/handed_coordinate_space.hpp
  22. 2
      glm/gtx/hash.hpp
  23. 2
      glm/gtx/integer.hpp
  24. 2
      glm/gtx/intersect.hpp
  25. 2
      glm/gtx/io.hpp
  26. 2
      glm/gtx/log_base.hpp
  27. 2
      glm/gtx/matrix_cross_product.hpp
  28. 2
      glm/gtx/matrix_decompose.hpp
  29. 2
      glm/gtx/matrix_factorisation.hpp
  30. 2
      glm/gtx/matrix_interpolation.hpp
  31. 2
      glm/gtx/matrix_major_storage.hpp
  32. 2
      glm/gtx/matrix_operation.hpp
  33. 2
      glm/gtx/matrix_query.hpp
  34. 2
      glm/gtx/matrix_transform_2d.hpp
  35. 2
      glm/gtx/mixed_product.hpp
  36. 2
      glm/gtx/norm.hpp
  37. 2
      glm/gtx/normal.hpp
  38. 2
      glm/gtx/normalize_dot.hpp
  39. 2
      glm/gtx/number_precision.hpp
  40. 2
      glm/gtx/optimum_pow.hpp
  41. 2
      glm/gtx/orthonormalize.hpp
  42. 2
      glm/gtx/perpendicular.hpp
  43. 2
      glm/gtx/polar_coordinates.hpp
  44. 2
      glm/gtx/projection.hpp
  45. 2
      glm/gtx/quaternion.hpp
  46. 2
      glm/gtx/range.hpp
  47. 2
      glm/gtx/raw_data.hpp
  48. 2
      glm/gtx/rotate_normalized_axis.hpp
  49. 2
      glm/gtx/rotate_vector.hpp
  50. 2
      glm/gtx/scalar_multiplication.hpp
  51. 2
      glm/gtx/scalar_relational.hpp
  52. 2
      glm/gtx/spline.hpp
  53. 2
      glm/gtx/std_based_type.hpp
  54. 2
      glm/gtx/string_cast.hpp
  55. 2
      glm/gtx/texture.hpp
  56. 2
      glm/gtx/transform.hpp
  57. 2
      glm/gtx/transform2.hpp
  58. 2
      glm/gtx/type_aligned.hpp
  59. 2
      glm/gtx/type_trait.hpp
  60. 2
      glm/gtx/vec_swizzle.hpp
  61. 2
      glm/gtx/vector_angle.hpp
  62. 2
      glm/gtx/vector_query.hpp
  63. 2
      glm/gtx/wrap.hpp
  64. 4
      readme.md

@ -19,7 +19,7 @@
#if GLM_MESSAGES == GLM_ENABLE && !defined(GLM_EXT_INCLUDED)
# ifndef GLM_ENABLE_EXPERIMENTAL
# pragma message("GLM: GLM_GTX_associated_min_max is an experimental extension and may change in the future. Use #define GLM_ENABLE_EXPERIMENTAL before including it, if you really want to use it.")
# elif
# else
# pragma message("GLM: GLM_GTX_associated_min_max extension included")
# endif
#endif

@ -18,7 +18,7 @@
#if GLM_MESSAGES == GLM_ENABLE && !defined(GLM_EXT_INCLUDED)
# ifndef GLM_ENABLE_EXPERIMENTAL
# pragma message("GLM: GLM_GTX_bit is an experimental extension and may change in the future. Use #define GLM_ENABLE_EXPERIMENTAL before including it, if you really want to use it.")
# elif
# else
# pragma message("GLM: GLM_GTX_bit extension included")
# endif
#endif

@ -18,7 +18,7 @@
#if GLM_MESSAGES == GLM_ENABLE && !defined(GLM_EXT_INCLUDED)
# ifndef GLM_ENABLE_EXPERIMENTAL
# pragma message("GLM: GLM_GTX_closest_point is an experimental extension and may change in the future. Use #define GLM_ENABLE_EXPERIMENTAL before including it, if you really want to use it.")
# elif
# else
# pragma message("GLM: GLM_GTX_closest_point extension included")
# endif
#endif

@ -20,8 +20,12 @@
#include <limits>
#if GLM_MESSAGES == GLM_ENABLE && !defined(GLM_EXT_INCLUDED)
# ifndef GLM_ENABLE_EXPERIMENTAL
# pragma message("GLM: GLM_GTC_color_encoding is an experimental extension and may change in the future. Use #define GLM_ENABLE_EXPERIMENTAL before including it, if you really want to use it.")
# else
# pragma message("GLM: GLM_GTC_color_encoding extension included")
# endif
#endif
namespace glm
{

@ -18,7 +18,7 @@
#if GLM_MESSAGES == GLM_ENABLE && !defined(GLM_EXT_INCLUDED)
# ifndef GLM_ENABLE_EXPERIMENTAL
# pragma message("GLM: GLM_GTX_color_space is an experimental extension and may change in the future. Use #define GLM_ENABLE_EXPERIMENTAL before including it, if you really want to use it.")
# elif
# else
# pragma message("GLM: GLM_GTX_color_space extension included")
# endif
#endif

@ -18,7 +18,7 @@
#if GLM_MESSAGES == GLM_ENABLE && !defined(GLM_EXT_INCLUDED)
# ifndef GLM_ENABLE_EXPERIMENTAL
# pragma message("GLM: GLM_GTX_color_space_YCoCg is an experimental extension and may change in the future. Use #define GLM_ENABLE_EXPERIMENTAL before including it, if you really want to use it.")
# elif
# else
# pragma message("GLM: GLM_GTX_color_space_YCoCg extension included")
# endif
#endif

@ -21,7 +21,7 @@
#if GLM_MESSAGES == GLM_ENABLE && !defined(GLM_EXT_INCLUDED)
# ifndef GLM_ENABLE_EXPERIMENTAL
# pragma message("GLM: GLM_GTX_common is an experimental extension and may change in the future. Use #define GLM_ENABLE_EXPERIMENTAL before including it, if you really want to use it.")
# elif
# else
# pragma message("GLM: GLM_GTX_common extension included")
# endif
#endif

@ -19,7 +19,7 @@
#if GLM_MESSAGES == GLM_ENABLE && !defined(GLM_EXT_INCLUDED)
# ifndef GLM_ENABLE_EXPERIMENTAL
# pragma message("GLM: GLM_GTX_compatibility is an experimental extension and may change in the future. Use #define GLM_ENABLE_EXPERIMENTAL before including it, if you really want to use it.")
# elif
# else
# pragma message("GLM: GLM_GTX_compatibility extension included")
# endif
#endif

@ -21,7 +21,7 @@
#if GLM_MESSAGES == GLM_ENABLE && !defined(GLM_EXT_INCLUDED)
# ifndef GLM_ENABLE_EXPERIMENTAL
# pragma message("GLM: GLM_GTX_component_wise is an experimental extension and may change in the future. Use #define GLM_ENABLE_EXPERIMENTAL before including it, if you really want to use it.")
# elif
# else
# pragma message("GLM: GLM_GTX_component_wise extension included")
# endif
#endif

@ -23,7 +23,7 @@
#if GLM_MESSAGES == GLM_ENABLE && !defined(GLM_EXT_INCLUDED)
# ifndef GLM_ENABLE_EXPERIMENTAL
# pragma message("GLM: GLM_GTX_dual_quaternion is an experimental extension and may change in the future. Use #define GLM_ENABLE_EXPERIMENTAL before including it, if you really want to use it.")
# elif
# else
# pragma message("GLM: GLM_GTX_dual_quaternion extension included")
# endif
#endif

@ -24,7 +24,7 @@
#if GLM_MESSAGES == GLM_ENABLE && !defined(GLM_EXT_INCLUDED)
# ifndef GLM_ENABLE_EXPERIMENTAL
# pragma message("GLM: GLM_GTX_easing is an experimental extension and may change in the future. Use #define GLM_ENABLE_EXPERIMENTAL before including it, if you really want to use it.")
# elif
# else
# pragma message("GLM: GLM_GTX_easing extension included")
# endif
#endif

@ -21,7 +21,7 @@
#if GLM_MESSAGES == GLM_ENABLE && !defined(GLM_EXT_INCLUDED)
# ifndef GLM_ENABLE_EXPERIMENTAL
# pragma message("GLM: GLM_GTX_euler_angles is an experimental extension and may change in the future. Use #define GLM_ENABLE_EXPERIMENTAL before including it, if you really want to use it.")
# elif
# else
# pragma message("GLM: GLM_GTX_euler_angles extension included")
# endif
#endif

@ -18,7 +18,7 @@
#if GLM_MESSAGES == GLM_ENABLE && !defined(GLM_EXT_INCLUDED)
# ifndef GLM_ENABLE_EXPERIMENTAL
# pragma message("GLM: GLM_GTX_extend is an experimental extension and may change in the future. Use #define GLM_ENABLE_EXPERIMENTAL before including it, if you really want to use it.")
# elif
# else
# pragma message("GLM: GLM_GTX_extend extension included")
# endif
#endif

@ -18,7 +18,7 @@
#if GLM_MESSAGES == GLM_ENABLE && !defined(GLM_EXT_INCLUDED)
# ifndef GLM_ENABLE_EXPERIMENTAL
# pragma message("GLM: GLM_GTX_extented_min_max is an experimental extension and may change in the future. Use #define GLM_ENABLE_EXPERIMENTAL before including it, if you really want to use it.")
# elif
# else
# pragma message("GLM: GLM_GTX_extented_min_max extension included")
# endif
#endif

@ -18,8 +18,12 @@
#include "../detail/qualifier.hpp"
#if GLM_MESSAGES == GLM_ENABLE && !defined(GLM_EXT_INCLUDED)
# ifndef GLM_ENABLE_EXPERIMENTAL
# pragma message("GLM: GLM_GTX_exterior_product is an experimental extension and may change in the future. Use #define GLM_ENABLE_EXPERIMENTAL before including it, if you really want to use it.")
# else
# pragma message("GLM: GLM_GTX_exterior_product extension included")
# endif
#endif
namespace glm
{

@ -19,7 +19,7 @@
#if GLM_MESSAGES == GLM_ENABLE && !defined(GLM_EXT_INCLUDED)
# ifndef GLM_ENABLE_EXPERIMENTAL
# pragma message("GLM: GLM_GTX_fast_exponential is an experimental extension and may change in the future. Use #define GLM_ENABLE_EXPERIMENTAL before including it, if you really want to use it.")
# elif
# else
# pragma message("GLM: GLM_GTX_fast_exponential extension included")
# endif
#endif

@ -22,7 +22,7 @@
#if GLM_MESSAGES == GLM_ENABLE && !defined(GLM_EXT_INCLUDED)
# ifndef GLM_ENABLE_EXPERIMENTAL
# pragma message("GLM: GLM_GTX_fast_square_root is an experimental extension and may change in the future. Use #define GLM_ENABLE_EXPERIMENTAL before including it, if you really want to use it.")
# elif
# else
# pragma message("GLM: GLM_GTX_fast_square_root extension included")
# endif
#endif

@ -18,7 +18,7 @@
#if GLM_MESSAGES == GLM_ENABLE && !defined(GLM_EXT_INCLUDED)
# ifndef GLM_ENABLE_EXPERIMENTAL
# pragma message("GLM: GLM_GTX_fast_trigonometry is an experimental extension and may change in the future. Use #define GLM_ENABLE_EXPERIMENTAL before including it, if you really want to use it.")
# elif
# else
# pragma message("GLM: GLM_GTX_fast_trigonometry extension included")
# endif
#endif

@ -19,8 +19,12 @@
#include "../detail/type_vec2.hpp"
#if GLM_MESSAGES == GLM_ENABLE && !defined(GLM_EXT_INCLUDED)
# ifndef GLM_ENABLE_EXPERIMENTAL
# pragma message("GLM: GLM_GTX_functions is an experimental extension and may change in the future. Use #define GLM_ENABLE_EXPERIMENTAL before including it, if you really want to use it.")
# else
# pragma message("GLM: GLM_GTX_functions extension included")
# endif
#endif
namespace glm
{

@ -20,7 +20,7 @@
#if GLM_MESSAGES == GLM_ENABLE && !defined(GLM_EXT_INCLUDED)
# ifndef GLM_ENABLE_EXPERIMENTAL
# pragma message("GLM: GLM_GTX_gradient_paint is an experimental extension and may change in the future. Use #define GLM_ENABLE_EXPERIMENTAL before including it, if you really want to use it.")
# elif
# else
# pragma message("GLM: GLM_GTX_gradient_paint extension included")
# endif
#endif

@ -18,7 +18,7 @@
#if GLM_MESSAGES == GLM_ENABLE && !defined(GLM_EXT_INCLUDED)
# ifndef GLM_ENABLE_EXPERIMENTAL
# pragma message("GLM: GLM_GTX_handed_coordinate_space is an experimental extension and may change in the future. Use #define GLM_ENABLE_EXPERIMENTAL before including it, if you really want to use it.")
# elif
# else
# pragma message("GLM: GLM_GTX_handed_coordinate_space extension included")
# endif
#endif

@ -15,7 +15,7 @@
#if GLM_MESSAGES == GLM_ENABLE && !defined(GLM_EXT_INCLUDED)
# ifndef GLM_ENABLE_EXPERIMENTAL
# pragma message("GLM: GLM_GTX_hash is an experimental extension and may change in the future. Use #define GLM_ENABLE_EXPERIMENTAL before including it, if you really want to use it.")
# elif
# else
# pragma message("GLM: GLM_GTX_hash extension included")
# endif
#endif

@ -19,7 +19,7 @@
#if GLM_MESSAGES == GLM_ENABLE && !defined(GLM_EXT_INCLUDED)
# ifndef GLM_ENABLE_EXPERIMENTAL
# pragma message("GLM: GLM_GTX_integer is an experimental extension and may change in the future. Use #define GLM_ENABLE_EXPERIMENTAL before including it, if you really want to use it.")
# elif
# else
# pragma message("GLM: GLM_GTX_integer extension included")
# endif
#endif

@ -24,7 +24,7 @@
#if GLM_MESSAGES == GLM_ENABLE && !defined(GLM_EXT_INCLUDED)
# ifndef GLM_ENABLE_EXPERIMENTAL
# pragma message("GLM: GLM_GTX_closest_point is an experimental extension and may change in the future. Use #define GLM_ENABLE_EXPERIMENTAL before including it, if you really want to use it.")
# elif
# else
# pragma message("GLM: GLM_GTX_closest_point extension included")
# endif
#endif

@ -26,7 +26,7 @@
#if GLM_MESSAGES == GLM_ENABLE && !defined(GLM_EXT_INCLUDED)
# ifndef GLM_ENABLE_EXPERIMENTAL
# pragma message("GLM: GLM_GTX_io is an experimental extension and may change in the future. Use #define GLM_ENABLE_EXPERIMENTAL before including it, if you really want to use it.")
# elif
# else
# pragma message("GLM: GLM_GTX_io extension included")
# endif
#endif

@ -18,7 +18,7 @@
#if GLM_MESSAGES == GLM_ENABLE && !defined(GLM_EXT_INCLUDED)
# ifndef GLM_ENABLE_EXPERIMENTAL
# pragma message("GLM: GLM_GTX_log_base is an experimental extension and may change in the future. Use #define GLM_ENABLE_EXPERIMENTAL before including it, if you really want to use it.")
# elif
# else
# pragma message("GLM: GLM_GTX_log_base extension included")
# endif
#endif

@ -19,7 +19,7 @@
#if GLM_MESSAGES == GLM_ENABLE && !defined(GLM_EXT_INCLUDED)
# ifndef GLM_ENABLE_EXPERIMENTAL
# pragma message("GLM: GLM_GTX_matrix_cross_product is an experimental extension and may change in the future. Use #define GLM_ENABLE_EXPERIMENTAL before including it, if you really want to use it.")
# elif
# else
# pragma message("GLM: GLM_GTX_matrix_cross_product extension included")
# endif
#endif

@ -23,7 +23,7 @@
#if GLM_MESSAGES == GLM_ENABLE && !defined(GLM_EXT_INCLUDED)
# ifndef GLM_ENABLE_EXPERIMENTAL
# pragma message("GLM: GLM_GTX_matrix_decompose is an experimental extension and may change in the future. Use #define GLM_ENABLE_EXPERIMENTAL before including it, if you really want to use it.")
# elif
# else
# pragma message("GLM: GLM_GTX_matrix_decompose extension included")
# endif
#endif

@ -18,7 +18,7 @@
#if GLM_MESSAGES == GLM_ENABLE && !defined(GLM_EXT_INCLUDED)
# ifndef GLM_ENABLE_EXPERIMENTAL
# pragma message("GLM: GLM_GTX_matrix_factorisation is an experimental extension and may change in the future. Use #define GLM_ENABLE_EXPERIMENTAL before including it, if you really want to use it.")
# elif
# else
# pragma message("GLM: GLM_GTX_matrix_factorisation extension included")
# endif
#endif

@ -19,7 +19,7 @@
#if GLM_MESSAGES == GLM_ENABLE && !defined(GLM_EXT_INCLUDED)
# ifndef GLM_ENABLE_EXPERIMENTAL
# pragma message("GLM: GLM_GTX_matrix_interpolation is an experimental extension and may change in the future. Use #define GLM_ENABLE_EXPERIMENTAL before including it, if you really want to use it.")
# elif
# else
# pragma message("GLM: GLM_GTX_matrix_interpolation extension included")
# endif
#endif

@ -19,7 +19,7 @@
#if GLM_MESSAGES == GLM_ENABLE && !defined(GLM_EXT_INCLUDED)
# ifndef GLM_ENABLE_EXPERIMENTAL
# pragma message("GLM: GLM_GTX_matrix_major_storage is an experimental extension and may change in the future. Use #define GLM_ENABLE_EXPERIMENTAL before including it, if you really want to use it.")
# elif
# else
# pragma message("GLM: GLM_GTX_matrix_major_storage extension included")
# endif
#endif

@ -18,7 +18,7 @@
#if GLM_MESSAGES == GLM_ENABLE && !defined(GLM_EXT_INCLUDED)
# ifndef GLM_ENABLE_EXPERIMENTAL
# pragma message("GLM: GLM_GTX_matrix_operation is an experimental extension and may change in the future. Use #define GLM_ENABLE_EXPERIMENTAL before including it, if you really want to use it.")
# elif
# else
# pragma message("GLM: GLM_GTX_matrix_operation extension included")
# endif
#endif

@ -21,7 +21,7 @@
#if GLM_MESSAGES == GLM_ENABLE && !defined(GLM_EXT_INCLUDED)
# ifndef GLM_ENABLE_EXPERIMENTAL
# pragma message("GLM: GLM_GTX_matrix_query is an experimental extension and may change in the future. Use #define GLM_ENABLE_EXPERIMENTAL before including it, if you really want to use it.")
# elif
# else
# pragma message("GLM: GLM_GTX_matrix_query extension included")
# endif
#endif

@ -20,7 +20,7 @@
#if GLM_MESSAGES == GLM_ENABLE && !defined(GLM_EXT_INCLUDED)
# ifndef GLM_ENABLE_EXPERIMENTAL
# pragma message("GLM: GLM_GTX_matrix_transform_2d is an experimental extension and may change in the future. Use #define GLM_ENABLE_EXPERIMENTAL before including it, if you really want to use it.")
# elif
# else
# pragma message("GLM: GLM_GTX_matrix_transform_2d extension included")
# endif
#endif

@ -18,7 +18,7 @@
#if GLM_MESSAGES == GLM_ENABLE && !defined(GLM_EXT_INCLUDED)
# ifndef GLM_ENABLE_EXPERIMENTAL
# pragma message("GLM: GLM_GTX_mixed_product is an experimental extension and may change in the future. Use #define GLM_ENABLE_EXPERIMENTAL before including it, if you really want to use it.")
# elif
# else
# pragma message("GLM: GLM_GTX_mixed_product extension included")
# endif
#endif

@ -20,7 +20,7 @@
#if GLM_MESSAGES == GLM_ENABLE && !defined(GLM_EXT_INCLUDED)
# ifndef GLM_ENABLE_EXPERIMENTAL
# pragma message("GLM: GLM_GTX_norm is an experimental extension and may change in the future. Use #define GLM_ENABLE_EXPERIMENTAL before including it, if you really want to use it.")
# elif
# else
# pragma message("GLM: GLM_GTX_norm extension included")
# endif
#endif

@ -19,7 +19,7 @@
#if GLM_MESSAGES == GLM_ENABLE && !defined(GLM_EXT_INCLUDED)
# ifndef GLM_ENABLE_EXPERIMENTAL
# pragma message("GLM: GLM_GTX_normal is an experimental extension and may change in the future. Use #define GLM_ENABLE_EXPERIMENTAL before including it, if you really want to use it.")
# elif
# else
# pragma message("GLM: GLM_GTX_normal extension included")
# endif
#endif

@ -19,7 +19,7 @@
#if GLM_MESSAGES == GLM_ENABLE && !defined(GLM_EXT_INCLUDED)
# ifndef GLM_ENABLE_EXPERIMENTAL
# pragma message("GLM: GLM_GTX_normalize_dot is an experimental extension and may change in the future. Use #define GLM_ENABLE_EXPERIMENTAL before including it, if you really want to use it.")
# elif
# else
# pragma message("GLM: GLM_GTX_normalize_dot extension included")
# endif
#endif

@ -21,7 +21,7 @@
#if GLM_MESSAGES == GLM_ENABLE && !defined(GLM_EXT_INCLUDED)
# ifndef GLM_ENABLE_EXPERIMENTAL
# pragma message("GLM: GLM_GTX_number_precision is an experimental extension and may change in the future. Use #define GLM_ENABLE_EXPERIMENTAL before including it, if you really want to use it.")
# elif
# else
# pragma message("GLM: GLM_GTX_number_precision extension included")
# endif
#endif

@ -18,7 +18,7 @@
#if GLM_MESSAGES == GLM_ENABLE && !defined(GLM_EXT_INCLUDED)
# ifndef GLM_ENABLE_EXPERIMENTAL
# pragma message("GLM: GLM_GTX_optimum_pow is an experimental extension and may change in the future. Use #define GLM_ENABLE_EXPERIMENTAL before including it, if you really want to use it.")
# elif
# else
# pragma message("GLM: GLM_GTX_optimum_pow extension included")
# endif
#endif

@ -21,7 +21,7 @@
#if GLM_MESSAGES == GLM_ENABLE && !defined(GLM_EXT_INCLUDED)
# ifndef GLM_ENABLE_EXPERIMENTAL
# pragma message("GLM: GLM_GTX_orthonormalize is an experimental extension and may change in the future. Use #define GLM_ENABLE_EXPERIMENTAL before including it, if you really want to use it.")
# elif
# else
# pragma message("GLM: GLM_GTX_orthonormalize extension included")
# endif
#endif

@ -20,7 +20,7 @@
#if GLM_MESSAGES == GLM_ENABLE && !defined(GLM_EXT_INCLUDED)
# ifndef GLM_ENABLE_EXPERIMENTAL
# pragma message("GLM: GLM_GTX_perpendicular is an experimental extension and may change in the future. Use #define GLM_ENABLE_EXPERIMENTAL before including it, if you really want to use it.")
# elif
# else
# pragma message("GLM: GLM_GTX_perpendicular extension included")
# endif
#endif

@ -18,7 +18,7 @@
#if GLM_MESSAGES == GLM_ENABLE && !defined(GLM_EXT_INCLUDED)
# ifndef GLM_ENABLE_EXPERIMENTAL
# pragma message("GLM: GLM_GTX_polar_coordinates is an experimental extension and may change in the future. Use #define GLM_ENABLE_EXPERIMENTAL before including it, if you really want to use it.")
# elif
# else
# pragma message("GLM: GLM_GTX_polar_coordinates extension included")
# endif
#endif

@ -18,7 +18,7 @@
#if GLM_MESSAGES == GLM_ENABLE && !defined(GLM_EXT_INCLUDED)
# ifndef GLM_ENABLE_EXPERIMENTAL
# pragma message("GLM: GLM_GTX_projection is an experimental extension and may change in the future. Use #define GLM_ENABLE_EXPERIMENTAL before including it, if you really want to use it.")
# elif
# else
# pragma message("GLM: GLM_GTX_projection extension included")
# endif
#endif

@ -23,7 +23,7 @@
#if GLM_MESSAGES == GLM_ENABLE && !defined(GLM_EXT_INCLUDED)
# ifndef GLM_ENABLE_EXPERIMENTAL
# pragma message("GLM: GLM_GTX_quaternion is an experimental extension and may change in the future. Use #define GLM_ENABLE_EXPERIMENTAL before including it, if you really want to use it.")
# elif
# else
# pragma message("GLM: GLM_GTX_quaternion extension included")
# endif
#endif

@ -18,7 +18,7 @@
#if GLM_MESSAGES == GLM_ENABLE && !defined(GLM_EXT_INCLUDED)
# ifndef GLM_ENABLE_EXPERIMENTAL
# pragma message("GLM: GLM_GTX_range is an experimental extension and may change in the future. Use #define GLM_ENABLE_EXPERIMENTAL before including it, if you really want to use it.")
# elif
# else
# pragma message("GLM: GLM_GTX_range extension included")
# endif
#endif

@ -19,7 +19,7 @@
#if GLM_MESSAGES == GLM_ENABLE && !defined(GLM_EXT_INCLUDED)
# ifndef GLM_ENABLE_EXPERIMENTAL
# pragma message("GLM: GLM_GTX_raw_data is an experimental extension and may change in the future. Use #define GLM_ENABLE_EXPERIMENTAL before including it, if you really want to use it.")
# elif
# else
# pragma message("GLM: GLM_GTX_raw_data extension included")
# endif
#endif

@ -22,7 +22,7 @@
#if GLM_MESSAGES == GLM_ENABLE && !defined(GLM_EXT_INCLUDED)
# ifndef GLM_ENABLE_EXPERIMENTAL
# pragma message("GLM: GLM_GTX_rotate_normalized_axis is an experimental extension and may change in the future. Use #define GLM_ENABLE_EXPERIMENTAL before including it, if you really want to use it.")
# elif
# else
# pragma message("GLM: GLM_GTX_rotate_normalized_axis extension included")
# endif
#endif

@ -22,7 +22,7 @@
#if GLM_MESSAGES == GLM_ENABLE && !defined(GLM_EXT_INCLUDED)
# ifndef GLM_ENABLE_EXPERIMENTAL
# pragma message("GLM: GLM_GTX_rotate_vector is an experimental extension and may change in the future. Use #define GLM_ENABLE_EXPERIMENTAL before including it, if you really want to use it.")
# elif
# else
# pragma message("GLM: GLM_GTX_rotate_vector extension included")
# endif
#endif

@ -19,7 +19,7 @@
#if GLM_MESSAGES == GLM_ENABLE && !defined(GLM_EXT_INCLUDED)
# ifndef GLM_ENABLE_EXPERIMENTAL
# pragma message("GLM: GLM_GTX_scalar_multiplication is an experimental extension and may change in the future. Use #define GLM_ENABLE_EXPERIMENTAL before including it, if you really want to use it.")
# elif
# else
# pragma message("GLM: GLM_GTX_scalar_multiplication extension included")
# endif
#endif

@ -18,7 +18,7 @@
#if GLM_MESSAGES == GLM_ENABLE && !defined(GLM_EXT_INCLUDED)
# ifndef GLM_ENABLE_EXPERIMENTAL
# pragma message("GLM: GLM_GTX_extend is an experimental extension and may change in the future. Use #define GLM_ENABLE_EXPERIMENTAL before including it, if you really want to use it.")
# elif
# else
# pragma message("GLM: GLM_GTX_extend extension included")
# endif
#endif

@ -19,7 +19,7 @@
#if GLM_MESSAGES == GLM_ENABLE && !defined(GLM_EXT_INCLUDED)
# ifndef GLM_ENABLE_EXPERIMENTAL
# pragma message("GLM: GLM_GTX_spline is an experimental extension and may change in the future. Use #define GLM_ENABLE_EXPERIMENTAL before including it, if you really want to use it.")
# elif
# else
# pragma message("GLM: GLM_GTX_spline extension included")
# endif
#endif

@ -20,7 +20,7 @@
#if GLM_MESSAGES == GLM_ENABLE && !defined(GLM_EXT_INCLUDED)
# ifndef GLM_ENABLE_EXPERIMENTAL
# pragma message("GLM: GLM_GTX_std_based_type is an experimental extension and may change in the future. Use #define GLM_ENABLE_EXPERIMENTAL before including it, if you really want to use it.")
# elif
# else
# pragma message("GLM: GLM_GTX_std_based_type extension included")
# endif
#endif

@ -27,7 +27,7 @@
#if GLM_MESSAGES == GLM_ENABLE && !defined(GLM_EXT_INCLUDED)
# ifndef GLM_ENABLE_EXPERIMENTAL
# pragma message("GLM: GLM_GTX_string_cast is an experimental extension and may change in the future. Use #define GLM_ENABLE_EXPERIMENTAL before including it, if you really want to use it.")
# elif
# else
# pragma message("GLM: GLM_GTX_string_cast extension included")
# endif
#endif

@ -20,7 +20,7 @@
#if GLM_MESSAGES == GLM_ENABLE && !defined(GLM_EXT_INCLUDED)
# ifndef GLM_ENABLE_EXPERIMENTAL
# pragma message("GLM: GLM_GTX_texture is an experimental extension and may change in the future. Use #define GLM_ENABLE_EXPERIMENTAL before including it, if you really want to use it.")
# elif
# else
# pragma message("GLM: GLM_GTX_texture extension included")
# endif
#endif

@ -22,7 +22,7 @@
#if GLM_MESSAGES == GLM_ENABLE && !defined(GLM_EXT_INCLUDED)
# ifndef GLM_ENABLE_EXPERIMENTAL
# pragma message("GLM: GLM_GTX_transform is an experimental extension and may change in the future. Use #define GLM_ENABLE_EXPERIMENTAL before including it, if you really want to use it.")
# elif
# else
# pragma message("GLM: GLM_GTX_transform extension included")
# endif
#endif

@ -20,7 +20,7 @@
#if GLM_MESSAGES == GLM_ENABLE && !defined(GLM_EXT_INCLUDED)
# ifndef GLM_ENABLE_EXPERIMENTAL
# pragma message("GLM: GLM_GTX_transform2 is an experimental extension and may change in the future. Use #define GLM_ENABLE_EXPERIMENTAL before including it, if you really want to use it.")
# elif
# else
# pragma message("GLM: GLM_GTX_transform2 extension included")
# endif
#endif

@ -20,7 +20,7 @@
#if GLM_MESSAGES == GLM_ENABLE && !defined(GLM_EXT_INCLUDED)
# ifndef GLM_ENABLE_EXPERIMENTAL
# pragma message("GLM: GLM_GTX_type_aligned is an experimental extension and may change in the future. Use #define GLM_ENABLE_EXPERIMENTAL before including it, if you really want to use it.")
# elif
# else
# pragma message("GLM: GLM_GTX_type_aligned extension included")
# endif
#endif

@ -15,7 +15,7 @@
#if GLM_MESSAGES == GLM_ENABLE && !defined(GLM_EXT_INCLUDED)
# ifndef GLM_ENABLE_EXPERIMENTAL
# pragma message("GLM: GLM_GTX_type_trait is an experimental extension and may change in the future. Use #define GLM_ENABLE_EXPERIMENTAL before including it, if you really want to use it.")
# elif
# else
# pragma message("GLM: GLM_GTX_type_trait extension included")
# endif
#endif

@ -17,7 +17,7 @@
#if GLM_MESSAGES == GLM_ENABLE && !defined(GLM_EXT_INCLUDED)
# ifndef GLM_ENABLE_EXPERIMENTAL
# pragma message("GLM: GLM_GTX_vec_swizzle is an experimental extension and may change in the future. Use #define GLM_ENABLE_EXPERIMENTAL before including it, if you really want to use it.")
# elif
# else
# pragma message("GLM: GLM_GTX_vec_swizzle extension included")
# endif
#endif

@ -23,7 +23,7 @@
#if GLM_MESSAGES == GLM_ENABLE && !defined(GLM_EXT_INCLUDED)
# ifndef GLM_ENABLE_EXPERIMENTAL
# pragma message("GLM: GLM_GTX_vector_angle is an experimental extension and may change in the future. Use #define GLM_ENABLE_EXPERIMENTAL before including it, if you really want to use it.")
# elif
# else
# pragma message("GLM: GLM_GTX_vector_angle extension included")
# endif
#endif

@ -20,7 +20,7 @@
#if GLM_MESSAGES == GLM_ENABLE && !defined(GLM_EXT_INCLUDED)
# ifndef GLM_ENABLE_EXPERIMENTAL
# pragma message("GLM: GLM_GTX_vector_query is an experimental extension and may change in the future. Use #define GLM_ENABLE_EXPERIMENTAL before including it, if you really want to use it.")
# elif
# else
# pragma message("GLM: GLM_GTX_vector_query extension included")
# endif
#endif

@ -19,7 +19,7 @@
#if GLM_MESSAGES == GLM_ENABLE && !defined(GLM_EXT_INCLUDED)
# ifndef GLM_ENABLE_EXPERIMENTAL
# pragma message("GLM: GLM_GTX_wrap is an experimental extension and may change in the future. Use #define GLM_ENABLE_EXPERIMENTAL before including it, if you really want to use it.")
# elif
# else
# pragma message("GLM: GLM_GTX_wrap extension included")
# endif
#endif

@ -52,6 +52,10 @@ glm::mat4 camera(float Translate, glm::vec2 const& Rotate)
## Release notes
### [GLM 0.9.9.5](https://github.com/g-truc/glm/releases/tag/0.9.9.5) - 2019-04-01
#### Fixes:
- Build errors when defining GLM_ENABLE_EXPERIMENTAL #884 #883
### [GLM 0.9.9.4](https://github.com/g-truc/glm/releases/tag/0.9.9.4) - 2019-03-19
#### Features:
- Added mix implementation for matrices in EXT_matrix_common #842

Loading…
Cancel
Save