Skip to content

Commit 1341669

Browse files
committed
Added link to release tags
1 parent cedaed6 commit 1341669

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

readme.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ glm::mat4 camera(float Translate, glm::vec2 const & Rotate)
5050
5151
## Release notes
5252
53-
#### GLM 0.9.7.0 - 2015-08-02
53+
#### [GLM 0.9.7.0](https://github.com/g-truc/glm/releases/tag/0.9.7.0) - 2015-08-02
5454
##### Features:
5555
- Added GTC_color_space: convertLinearToSRGB and convertSRGBToLinear functions
5656
- Added 'fmod' overload to GTX_common with tests #308
@@ -89,11 +89,11 @@ glm::mat4 camera(float Translate, glm::vec2 const & Rotate)
8989
- Removed GTX_multiple, replaced by GTC_round
9090
9191
--------------------------------------------------------------------------------
92-
#### [GLM 0.9.6.3 - 2015-02-15](https://github.com/g-truc/glm/releases/tag/0.9.6.3)
92+
#### [GLM 0.9.6.3](https://github.com/g-truc/glm/releases/tag/0.9.6.3) - 2015-02-15
9393
- Fixed Android doesn't have C++ 11 STL #284
9494
9595
--------------------------------------------------------------------------------
96-
#### GLM 0.9.6.2 - 2015-02-15
96+
#### [GLM 0.9.6.2](https://github.com/g-truc/glm/releases/tag/0.9.6.2) - 2015-02-15
9797
##### Features:
9898
- Added display of GLM version with other GLM_MESSAGES
9999
- Added ARM instruction set detection
@@ -119,7 +119,7 @@ glm::mat4 camera(float Translate, glm::vec2 const & Rotate)
119119
- Fixed memory corruption (undefined behaviour) #303
120120
121121
--------------------------------------------------------------------------------
122-
#### GLM 0.9.6.1 - 2014-12-10
122+
#### [GLM 0.9.6.1](https://github.com/g-truc/glm/releases/tag/0.9.6.1) - 2014-12-10
123123
##### Features:
124124
- Added GLM_LANG_CXX14_FLAG and GLM_LANG_CXX1Z_FLAG language feature flags
125125
- Added C++14 detection
@@ -141,7 +141,7 @@ glm::mat4 camera(float Translate, glm::vec2 const & Rotate)
141141
- Fixed C++ language restriction using GLM_FORCE_CXX**
142142
143143
--------------------------------------------------------------------------------
144-
#### GLM 0.9.6.0 - 2014-11-30
144+
#### [GLM 0.9.6.0](https://github.com/g-truc/glm/releases/tag/0.9.6.0) - 2014-11-30
145145
##### Features:
146146
- Exposed template vector and matrix types in 'glm' namespace #239, #244
147147
- Added GTX_scalar_multiplication for C++ 11 compiler only #242
@@ -304,7 +304,7 @@ glm::mat4 camera(float Translate, glm::vec2 const & Rotate)
304304
- Hidden matrix _inverse function implementation detail into private section
305305
306306
--------------------------------------------------------------------------------
307-
#### [GLM 0.9.4.6 - 2013-09-20](https://github.com/g-truc/glm/releases/tag/0.9.4.6)
307+
#### [GLM 0.9.4.6](https://github.com/g-truc/glm/releases/tag/0.9.4.6) - 2013-09-20
308308
- Fixed detection to select the last known compiler if newer version #106
309309
- Fixed is_int and is_uint code duplication with GCC and C++11 #107
310310
- Fixed test suite build while using Clang in C++11 mode
@@ -390,7 +390,7 @@ glm::mat4 camera(float Translate, glm::vec2 const & Rotate)
390390
- Added debugger visualizers for Visual C++ 2012
391391
392392
--------------------------------------------------------------------------------
393-
#### [GLM 0.9.3.4 - 2012-06-30](https://github.com/g-truc/glm/releases/tag/0.9.3.4)
393+
#### [GLM 0.9.3.4](https://github.com/g-truc/glm/releases/tag/0.9.3.4) - 2012-06-30
394394
- Added SSE4 and AVX2 detection.
395395
- Removed VIRTREV_xstream and the incompatibility generated with GCC
396396
- Fixed C++11 compiler option for GCC
@@ -458,12 +458,12 @@ generation distribution
458458
- Added GLSL core noise functions
459459
460460
--------------------------------------------------------------------------------
461-
#### GLM 0.9.2.7 - 2011-10-24
461+
#### [GLM 0.9.2.7](https://github.com/g-truc/glm/releases/tag/0.9.2.7) - 2011-10-24
462462
- Added more swizzling constructors
463463
- Added missing none-squared matrix products
464464
465465
--------------------------------------------------------------------------------
466-
#### GLM 0.9.2.6 - 2011-10-01
466+
#### [GLM 0.9.2.6](https://github.com/g-truc/glm/releases/tag/0.9.2.6) - 2011-10-01
467467
- Fixed half based type build on old GCC
468468
- Fixed /W4 warnings on Visual C++
469469
- Fixed some missing l-value swizzle operators
@@ -506,7 +506,7 @@ generation distribution
506506
- Updated quaternion slerp interpolation
507507
508508
--------------------------------------------------------------------------------
509-
#### GLM 0.9.1.3 - 2011-05-07
509+
#### [GLM 0.9.1.3](https://github.com/g-truc/glm/releases/tag/0.9.1.3) - 2011-05-07
510510
- Fixed bugs
511511
512512
--------------------------------------------------------------------------------
@@ -528,7 +528,7 @@ generation distribution
528528
- Fixed Linux build
529529
530530
--------------------------------------------------------------------------------
531-
#### GLM 0.9.0.8 - 2011-02-13
531+
#### [GLM 0.9.0.8](https://github.com/g-truc/glm/releases/tag/0.9.0.8) - 2011-02-13
532532
- Added quaternion product operator.
533533
- Clarify that GLM is a header only library.
534534
@@ -542,7 +542,7 @@ generation distribution
542542
- Fixed trunc implementation
543543
544544
--------------------------------------------------------------------------------
545-
#### GLM 0.9.0.7 - 2011-01-30
545+
#### [GLM 0.9.0.7](https://github.com/g-truc/glm/releases/tag/0.9.0.7) - 2011-01-30
546546
- Added GLSL 4.10 packing functions
547547
- Added == and != operators for every types.
548548

0 commit comments

Comments
 (0)