Browse Source

Merge 0.9.7 branch

Christophe Riccio 9 years ago
parent
commit
1d9f8408e6
2 changed files with 7 additions and 0 deletions
  1. 1 0
      glm/detail/setup.hpp
  2. 6 0
      readme.md

+ 1 - 0
glm/detail/setup.hpp

@@ -62,6 +62,7 @@
 #define GLM_PLATFORM_UNIX			0x00400000
 #define GLM_PLATFORM_UNIX			0x00400000
 #define GLM_PLATFORM_QNXNTO			0x00800000
 #define GLM_PLATFORM_QNXNTO			0x00800000
 #define GLM_PLATFORM_WINCE			0x01000000
 #define GLM_PLATFORM_WINCE			0x01000000
+#define GLM_PLATFORM_CYGWIN			0x02000000
 
 
 #ifdef GLM_FORCE_PLATFORM_UNKNOWN
 #ifdef GLM_FORCE_PLATFORM_UNKNOWN
 #	define GLM_PLATFORM GLM_PLATFORM_UNKNOWN
 #	define GLM_PLATFORM GLM_PLATFORM_UNKNOWN

+ 6 - 0
readme.md

@@ -51,6 +51,7 @@ glm::mat4 camera(float Translate, glm::vec2 const & Rotate)
 
 
 ## Release notes
 ## Release notes
 
 
+<<<<<<< HEAD
 #### [GLM 0.9.8.0](https://github.com/g-truc/glm/releases/latest) - 2016-XX-XX
 #### [GLM 0.9.8.0](https://github.com/g-truc/glm/releases/latest) - 2016-XX-XX
 ##### Features:
 ##### Features:
 - Added right and left handed projection and clip control support #447 #415 #119
 - Added right and left handed projection and clip control support #447 #415 #119
@@ -77,12 +78,17 @@ glm::mat4 camera(float Translate, glm::vec2 const & Rotate)
 - Removed GLM_FORCE_SIZE_FUNC define
 - Removed GLM_FORCE_SIZE_FUNC define
 
 
 #### [GLM 0.9.7.4](https://github.com/g-truc/glm/tree/0.9.7) - 2016-XX-XX
 #### [GLM 0.9.7.4](https://github.com/g-truc/glm/tree/0.9.7) - 2016-XX-XX
+=======
+#### [GLM 0.9.7.4](https://github.com/g-truc/glm/releases/tag/0.9.7.4) - 2016-03-19
+>>>>>>> 0.9.7
 ##### Fixes:
 ##### Fixes:
 - Fixed asinh and atanh warning with C++98 STL #484
 - Fixed asinh and atanh warning with C++98 STL #484
 - Fixed polar coordinates function latitude #485
 - Fixed polar coordinates function latitude #485
 - Fixed outerProduct defintions and operator signatures for mat2x4 and vec4 #475
 - Fixed outerProduct defintions and operator signatures for mat2x4 and vec4 #475
 - Fixed eulerAngles precision error, returns NaN  #451
 - Fixed eulerAngles precision error, returns NaN  #451
 - Fixed undefined reference errors #489
 - Fixed undefined reference errors #489
+- Fixed missing GLM_PLATFORM_CYGWIN declaration #495
+- Fixed various undefined reference errors #490
 
 
 #### [GLM 0.9.7.3](https://github.com/g-truc/glm/releases/tag/0.9.7.3) - 2016-02-21
 #### [GLM 0.9.7.3](https://github.com/g-truc/glm/releases/tag/0.9.7.3) - 2016-02-21
 ##### Improvements:
 ##### Improvements: