2300 Commits

Author SHA1 Message Date
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
Christophe Riccio
4dd748f380 Renamed tvec into vec 2016-12-30 00:03:34 +01:00
John McFarlane
d7fd5a61da fixes VS2013 compiler errors 2016-12-29 07:25:18 -08:00
John McFarlane
26672ab0de fixes VS2015 compiler errors 2016-12-29 06:57:20 -08:00
John McFarlane
506a487d24 parameterize number of dimensions of vector in tvec<D, T, P>
- specializes for 1, 2, 3 and 4-dimensional vector types
  which are then aliased as tvec1, tvec2, tvec3 and tvec4
- requires C++11 aliases; breaks compatability with C++03
- tested on:
  - clang-3.5.2, clang-3.8.0
  - gcc 4.8.5, gcc 5.4.1, gcc 6.2.0

TODO:
- still uses template template parameters - most can probably be removed
- some definitions might now be de-duplicated
2016-12-28 17:07:12 -08:00
Christophe Riccio
06f084063f Clean up GLM_STATIC_CONST_MEMBERS #591 2016-12-17 19:47:11 +01:00
Giuseppe Barbieri
6f61dd9021 Update matrix_transform.hpp
Typo
2016-12-14 16:20:14 +01:00
Christophe Riccio
85bd36806c Merge branch 'master' of https://github.com/g-truc/glm 2016-12-02 01:14:52 +01:00
Christophe Riccio
dd48b56e44 Updated list of supported compilers 2016-12-02 01:14:36 +01:00
Christophe Riccio
2dda5af72c Fixed GCC 4.5 and older build #566 2016-12-01 23:05:43 +01:00
Stefan Winkler
f02ce4d6d3 Fix typo in experimental extension warnings 2016-11-30 20:26:35 +01:00
pbruvoll
d48ce7da53 Update sign of all components of scale.
Update all components of scale when determinant is negateve,, not just x component
2016-11-25 21:17:41 +01:00