From 5506d6778927a6609118ed7843a0f9d3eee2ea1e Mon Sep 17 00:00:00 2001 From: Christophe Riccio Date: Sat, 30 Jun 2012 14:05:52 +0100 Subject: [PATCH 1/5] Getting GLM 0.9.3.4 release --- doc/src/data.xml | 25 +++++++++++++++++++++++++ readme.txt | 2 +- 2 files changed, 26 insertions(+), 1 deletion(-) diff --git a/doc/src/data.xml b/doc/src/data.xml index 94812601..c12fc587 100644 --- a/doc/src/data.xml +++ b/doc/src/data.xml @@ -176,6 +176,31 @@ + + + GLM 0.9.3.4 fixes quite few issues with GCC. + + + + Fixed incompatibility generated with GCC + Fixed C++11 compiler option for GCC + Removed MS language extension option for GCC + Fixed bitfieldExtract for vector types + Fixed warnings + Fixed SSE includes + + + + If you encounter bugs, don't hesitate to report them. + + + GLM 0.9.3.4 (zip) + GLM 0.9.3.4 (7z) + Submit a bug report + GLM 0.9.3 Manual + GLM 0.9.3 API + + Nearly two months since the previous release of a GLM revision gave enough time to fix few things reported. diff --git a/readme.txt b/readme.txt index f186d8aa..c65e7a5a 100644 --- a/readme.txt +++ b/readme.txt @@ -37,7 +37,7 @@ More informations in GLM manual: http://glm.g-truc.net/glm-0.9.3.pdf ================================================================================ -GLM 0.9.3.4: 2012-06-28 +GLM 0.9.3.4: 2012-06-30 -------------------------------------------------------------------------------- - Added SSE4 and AVX2 detection. - Removed VIRTREV_xstream and the incompatibility generated with GCC From 485700a54648d43ea977c15af73bcf3e56e271be Mon Sep 17 00:00:00 2001 From: Christophe Riccio Date: Sat, 30 Jun 2012 14:45:56 +0100 Subject: [PATCH 2/5] Updated downloads --- doc/src/data.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/src/data.xml b/doc/src/data.xml index c12fc587..cf91d1c7 100644 --- a/doc/src/data.xml +++ b/doc/src/data.xml @@ -3,6 +3,7 @@
+ @@ -76,6 +77,7 @@
+ From ab552c3acdcae6a77b0e73fa513be30b5b772b89 Mon Sep 17 00:00:00 2001 From: Christophe Riccio Date: Sat, 30 Jun 2012 19:36:05 +0100 Subject: [PATCH 3/5] Compiled GLM site --- doc/about.html | 4 ++-- doc/code.html | 4 ++-- doc/download.html | 12 +++++++----- doc/goodies.html | 4 ++-- doc/index.html | 8 +++++--- 5 files changed, 18 insertions(+), 14 deletions(-) diff --git a/doc/about.html b/doc/about.html index 46b3b01c..05f2d362 100644 --- a/doc/about.html +++ b/doc/about.html @@ -11,8 +11,8 @@ ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); })(); -
OpenGL Mathematics
GLSL + Optional features = OpenGL Mathematics (GLM)
A C++ mathematics library for graphics programming


+
OpenGL Mathematics
GLSL + Optional features = OpenGL Mathematics (GLM)
A C++ mathematics library for graphics programming


OpenGL Mathematics (GLM) is a header only C++ mathematics library for graphics software based on the OpenGL Shading Language (GLSL) specification.

diff --git a/doc/code.html b/doc/code.html index 8f29008b..1f57328b 100644 --- a/doc/code.html +++ b/doc/code.html @@ -11,8 +11,8 @@ ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); })(); -
OpenGL Mathematics
GLSL + Optional features = OpenGL Mathematics (GLM)
A C++ mathematics library for graphics programming


Compute a triangle normal: