Christophe Riccio
|
4e6574749d
|
Fixed references to GLM_FORCE_RADIANS which was removed #642
|
2017-06-23 19:39:11 +02:00 |
|
Christophe Riccio
|
0c3134a52d
|
Fixed usused variable warning in GTX_spline #618
|
2017-06-04 11:42:05 +02:00 |
|
Christophe Riccio
|
a9a832e187
|
- Added error for including of different versions of GLM #619 - Added GLM_FORCE_IGNORE_VERSION to ignore error caused by including different version of GLM #619
|
2017-06-04 11:36:13 +02:00 |
|
Christophe Riccio
|
2834d7376a
|
Fixed dual quaternion != operator #629
|
2017-06-04 10:09:18 +02:00 |
|
Christophe Riccio
|
40398d67cd
|
Added vec2 cross #621
|
2017-04-08 19:37:20 +02:00 |
|
Christophe Riccio
|
ff64d51a1c
|
Merge 0.9.8 branch
|
2017-03-27 00:03:37 +02:00 |
|
Giuseppe Barbieri
|
6d72ce042f
|
Update func_common.hpp
|
2017-03-14 09:53:59 +01:00 |
|
Christophe Riccio
|
bb4f6dc9d4
|
Removed support of boost static_assrt
|
2017-03-10 21:40:48 +01:00 |
|
Magnus Bergsten
|
0ffaea051e
|
Fix some more shadowing warnings that had slipped through.
|
2017-03-03 01:25:26 +09:00 |
|
Christophe Riccio
|
149a6c4258
|
Merge branch 'master' of https://github.com/g-truc/glm
|
2017-02-28 22:22:46 +01:00 |
|
Christophe Riccio
|
d53e36782b
|
- Fixed packF3x9_E1x5 exponent packing #614
|
2017-02-28 22:19:26 +01:00 |
|
BlahGeek
|
0b48eecae8
|
properly set cuda compiler version
|
2017-02-28 10:30:50 +08:00 |
|
Christophe Riccio
|
f048b346fb
|
Merged GLM 0.9.8
|
2017-02-16 01:15:46 +01:00 |
|
Christophe Riccio
|
8d3bc422e1
|
Fixed Clang version detection from source #608
|
2017-02-16 01:07:16 +01:00 |
|
Christophe Riccio
|
4a71e6a02f
|
Merge branch 'master' of https://github.com/g-truc/glm
|
2017-02-16 00:56:04 +01:00 |
|
Giuseppe Barbieri
|
af4499f3ca
|
Update rotate_vector.hpp
|
2017-02-09 17:53:35 +01:00 |
|
Giuseppe Barbieri
|
38b2fef162
|
Update rotate_vector.hpp
|
2017-02-09 17:52:19 +01:00 |
|
Christophe Riccio
|
e4f768102b
|
Fixed define
|
2017-02-09 00:40:37 +01:00 |
|
Christophe
|
7ee363c9fa
|
Merge pull request #606 from nourikhalass/master
Fix build with GCC #606
|
2017-01-21 22:00:35 +01:00 |
|
Christophe Riccio
|
cfbb4d9b91
|
Merged 0.9.8
|
2017-01-21 21:58:58 +01:00 |
|
Christophe Riccio
|
5dcc56489e
|
Fixed GLM_FORCE_CXX11 with Clang and libstlc++ which wasn't using C++11 STL features. #604
|
2017-01-21 21:57:10 +01:00 |
|
Nouri Khalass
|
21b9096428
|
Fixed typo
|
2017-01-21 20:46:11 +01:00 |
|
Nouri Khalass
|
a3a8f84f6b
|
Fix issue #600 and #605
This issue was caused by an incorrect number of template arguments.
|
2017-01-21 19:47:41 +01:00 |
|
Christophe Riccio
|
4875f79eb0
|
Removed old compiler version
|
2017-01-20 22:42:53 +01:00 |
|
Christophe Riccio
|
9f1aae08f7
|
Merge branch 'master' of https://github.com/g-truc/glm
|
2017-01-13 01:17:01 +01:00 |
|
Christophe Riccio
|
f4130c32fd
|
Added template alias for mat types
|
2017-01-10 00:02:16 +01:00 |
|
Christophe
|
c8ddeea744
|
Merge pull request #599 from Matiis/master
Quaternion pitch/eulerAngles singularity handling #599
|
2017-01-07 14:33:14 +01:00 |
|
Christophe Riccio
|
f5ab820ffe
|
Fixed build
|
2017-01-07 12:49:45 +01:00 |
|
Christophe Riccio
|
41cf89516e
|
Bring back compatibility with GLM 0.9.8 for project using tvec* with C++11 compiler that support template alias
|
2017-01-07 12:36:25 +01:00 |
|
Christophe Riccio
|
39f775fa6c
|
Merged 0.9.8 branch
|
2017-01-07 12:15:08 +01:00 |
|
Matiis
|
c9d38fabe6
|
Quaternion pitch/eulerAngles singularity handling
Handling of singularity when using pitch or eulerAngles on quaternions like (0.5,0.5,-0.5,0.5)
|
2017-01-06 23:07:03 +01:00 |
|
Christophe Riccio
|
4e267b1b4f
|
Fixed Visual C++ internal error when declaring a global vec type with siwzzle expression enabled #594
|
2017-01-04 23:56:47 +01:00 |
|
Christophe Riccio
|
bf97e168d5
|
Fixed build
|
2017-01-04 22:12:57 +01:00 |
|
Christophe Riccio
|
eda6c93276
|
More consistent resolution of shadow warnings #595
|
2017-01-04 21:27:43 +01:00 |
|
Martin Gerhardy
|
9e45b45062
|
Fixed more shadow warnings in vec4 simd version
|
2017-01-03 20:30:31 +01:00 |
|
Martin Gerhardy
|
d63d803e8f
|
Fixed shadow warnings for quaternions
|
2017-01-03 20:22:54 +01:00 |
|
Martin Gerhardy
|
bc60ce8cc4
|
Fixed shadow warnings for gcc (vec3 and vec4)
|
2017-01-03 20:19:52 +01:00 |
|
Christophe Riccio
|
b7dac69b6c
|
Fixed build
|
2017-01-03 02:29:03 +01:00 |
|
Christophe Riccio
|
1318f942cf
|
Fixed build
|
2017-01-02 21:24:13 +01:00 |
|
Christophe Riccio
|
7839b862e8
|
Fixed build
|
2017-01-01 01:28:15 +01:00 |
|
Christophe Riccio
|
2908ddfbaa
|
Fixed build
|
2017-01-01 01:13:53 +01:00 |
|
Christophe Riccio
|
1671918bdb
|
Build clang build
|
2016-12-30 20:45:15 +01:00 |
|
Christophe Riccio
|
a8785bdb7a
|
Fixed build
|
2016-12-30 20:42:18 +01:00 |
|
Christophe Riccio
|
c2fe3fccf6
|
Use length_t instead of int for vec and mat lengths #584
|
2016-12-30 20:05:04 +01:00 |
|
Christophe Riccio
|
b92fdf5a59
|
matrix type Parameterize on dimensions #584
|
2016-12-30 16:00:25 +01:00 |
|
Christophe Riccio
|
1477d323d9
|
Fixed build
|
2016-12-30 10:26:12 +01:00 |
|
Christophe Riccio
|
f00d666e22
|
Fixed Visual C++ build #584
|
2016-12-30 01:35:01 +01:00 |
|
Christophe Riccio
|
9a8724925a
|
Uses L for length template argument #584
|
2016-12-30 01:31:34 +01:00 |
|
Christophe Riccio
|
99c19e9fc2
|
Clean up
|
2016-12-30 01:25:09 +01:00 |
|
Christophe Riccio
|
947b07cbc4
|
remove template alias for more compiler support and simplified swizzle expression implementation #584
|
2016-12-30 01:23:29 +01:00 |
|