Commit Graph

277 Commits

Author SHA1 Message Date
Christophe Riccio
52d86dcc19 Fixed merge 2013-09-17 23:30:37 +02:00
Christophe Riccio
579ab2b7d2 Fixed const ref issue for vector types. Backport from GLM 0.9.5 branch #116 2013-09-17 23:02:04 +02:00
Christophe Riccio
aa0b2a5e28 Fixed ldexp and frexp implementations 2013-09-17 01:16:00 +02:00
Christophe Riccio
d37d3539ed - Fixed ldexp implementation
- Increased assert coverage
- Increased static_assert coverage
- Replaced GLM traits by STL traits when possible
- Allowed including individual core feature
2013-09-16 03:03:49 +02:00
Christophe Riccio
eeacdf37a0 Added low precision specializations of inversesqrt 2013-09-15 13:45:51 +02:00
Christophe Riccio
a2f3154129 Updated readme.txt 2013-09-15 04:46:25 +02:00
Christophe Riccio
795744906b Merge branch '0.9.4' into 0.9.5 2013-09-15 04:18:54 +02:00
Christophe Riccio
b9afb5e8b3 Updated readme for release of 0.9.4.6 2013-09-15 03:43:19 +02:00
Christophe Riccio
cc02b86fb1 Fixed merge 2013-09-15 03:30:20 +02:00
Christophe Riccio
cd186dadb3 Optimized packing and unpacking functions 2013-09-08 17:56:18 +02:00
Christophe Riccio
c9f623e717 Fixed glm::orientation with GLM_FORCE_RADIANS defined #112 2013-09-08 15:23:13 +02:00
Christophe Riccio
2a0d6e804b Updated readme 2013-09-08 03:46:49 +02:00
Christophe Riccio
d3f0262a27 Fixed .length() that should return a int and not a size_t 2013-09-08 00:25:26 +02:00
Christophe Riccio
b9266c07b0 Using C++ casts 2013-09-08 00:22:17 +02:00
Christophe Riccio
4ed278b9c7 Fixed merge 2013-08-28 10:57:51 +02:00
Christophe Riccio
c6062115c6 Removed l-value swizzle operators 2013-08-28 00:13:02 +02:00
Christophe Riccio
6e82d7ba31 Remove unsupported compiler detection 2013-08-27 11:05:06 +02:00
Christophe Riccio
80f6c06c78 Fixed merge 2013-08-27 10:16:33 +02:00
Christophe Riccio
9464e5b590 Added error for unsupported compiler versions 2013-08-20 23:25:38 +02:00
Christophe Riccio
da38a6e58c Better compiler detection in CMake. Language detection for Clang 2013-08-20 23:07:04 +02:00
Christophe Riccio
eb9fde1429 Redefined highp_int to int following GLM 0.9.5 conventions 2013-08-18 21:53:11 +02:00
Christophe Riccio
1ab7271e7d Fixed is_int and is_uint code duplication with GCC and C++11 #107 2013-08-18 21:33:13 +02:00
Christophe Riccio
eb07c880c3 Merge branch '0.9.4' of https://github.com/g-truc/glm into 0.9.4 2013-08-18 21:12:25 +02:00
Christophe Riccio
caf8f991ca Fixed detection to select the last known compiler if newer version #106 2013-08-18 21:07:47 +02:00
Christophe Riccio
d0e382592a Fixed C++0X on VisualC++ 2012+ 2013-08-18 19:53:03 +02:00
Christophe Riccio
c93ff0a6aa Fixed merge 2013-08-18 19:25:18 +02:00
Christophe Riccio
4570daf7d2 Fixed merge 2013-08-18 14:06:38 +02:00
Christophe Riccio
37ae8da67c Updated readme for release 2013-08-12 23:18:28 +02:00
Christophe Riccio
b592d9ff83 Added WINCE detection #92 2013-08-12 23:05:29 +02:00
Christophe Riccio
bcbffbea58 Fixed merge conflicts 2013-08-12 22:44:31 +02:00
Christophe Riccio
1375a99b83 Added missing non-const value_ptr fort quat #99 2013-08-12 22:26:23 +02:00
Christophe Riccio
b27ab93b19 Updated release date fo GLM 0.9.4.5 2013-07-15 10:33:00 +02:00
Christophe Riccio
2d983ed9cf Added WINCE detection 2013-07-15 10:18:32 +02:00
Christophe Riccio
4e43b388bd Updated release note for bug #97 2013-07-14 20:24:40 +02:00
Christophe Riccio
5f0c0a6f21 Fixed merge 2013-06-13 16:53:22 +00:00
Christophe Riccio
4688f896f9 Fixed language detection on GCC when the C++0x mode isn't enabled #95 2013-06-13 16:50:27 +00:00
Christophe Riccio
119b36c4f2 Updated revision number for GLM 0.9.4.5 release 2013-06-13 16:41:39 +00:00
Christophe Riccio
74d1f84e32 Fixed merge 2013-05-28 03:50:41 +02:00
Christophe Riccio
bbf9989334 Fixed test crash due to the normalization of a nan vector 2013-05-28 03:48:41 +02:00
Christophe Riccio
11cf1126a9 Fixed merge 2013-05-28 03:14:17 +02:00
Christophe Riccio
e5df5fb0b3 Updated GLM 0.9.4.4 release note 2013-05-28 02:17:27 +02:00
Christophe Riccio
056e053b3f Fixed merge 2013-05-16 14:36:51 +00:00
Christophe Riccio
b95a53095b Added assert in inversesqrt to detect division by zero. #61 2013-05-16 14:36:04 +00:00
Christophe Riccio
8ec6166072 Merge branch '0.9.4' into 0.9.5 2013-05-16 13:50:26 +00:00
Christophe Riccio
bc9aaa4033 Fixed glm.natvis, issue #82 2013-05-16 13:49:54 +00:00
Christophe Riccio
01a98e97c1 Fixed perspective with zNear == 0 (#71) 2013-05-12 15:36:29 +02:00
Christophe Riccio
691f04e14f Fixed post in/decrement operators 2013-05-08 21:52:21 +02:00
Christophe Riccio
f1967b5fb3 Removed GTX_ocl_type, issue #64 2013-04-19 21:53:31 +02:00
Christophe Riccio
85ae145cf5 Fixed merge 2013-04-19 21:38:57 +02:00
Christophe Riccio
073675d970 Updated readme for issue #70 2013-04-19 21:36:10 +02:00
Christophe Riccio
e72f18997c Fixed GTX_multiple for negative values, issue #51 2013-04-19 21:30:52 +02:00
Christophe Riccio
abbb0fc7cb Added component wise comparison operators for quaternion 2013-04-17 11:16:54 +02:00
Christophe Riccio
afb7779baf Added forward declarations (glm/fwd.hpp) for faster compilations, issue #56 2013-03-31 03:35:10 +02:00
Christophe Riccio
78d3e5ca66 Updated readme 2013-03-27 02:33:59 +01:00
Christophe Riccio
7739e9c3e3 Fixed merge 2013-03-20 01:49:22 +01:00
Christophe Riccio
c097769bad Updated readme 2013-03-19 20:16:11 +01:00
Christophe Riccio
dab66f81e5 Fixed mix function for bool and bvec* type third parameter, issue #59 2013-03-17 14:03:37 +01:00
Christophe Riccio
e7a5e50fc8 Fixed merge 2013-03-16 18:16:36 +01:00
Christophe Riccio
c3af426eb1 Added mix function tests 2013-03-16 02:46:41 +01:00
Christophe Riccio
003c547e43 Fixed isnan and isinf on Android with Clang, issue #54 2013-03-16 01:34:37 +01:00
Christophe Riccio
7c0cdb32ae Merge branch '0.9.4' into 0.9.5 2013-02-22 15:29:39 +01:00
Christophe Riccio
4c89167ac9 Clarifies the license applying on the manual and added a docx copy of the manual to the source 2013-02-22 15:28:33 +01:00
Christophe Riccio
5c44c6e9fc Merge branch '0.9.4' into 0.9.5 2013-02-22 10:49:00 +01:00
Christophe Riccio
bea3bd277f Updated readme 2013-02-22 10:48:47 +01:00
Christophe Riccio
982bb5ce5d Added rotation function, issue #22 2013-02-22 01:08:33 +01:00
Christophe Riccio
a454354dfa Updated readme 2013-02-21 23:24:00 +01:00
Christophe Riccio
8320f165df Merge branch '0.9.4' into 0.9.5 2013-02-21 22:00:24 +01:00
Christophe Riccio
e53c8b8529 Fixed issue #48 2013-02-21 21:58:37 +01:00
Christophe Riccio
a445d5ee68 Updated readme for GLM 0.9.5.0 2013-02-20 16:10:35 +01:00
Christophe Riccio
eafe125d95 Updated readme for GLM 0.9.4.3 2013-02-20 16:08:01 +01:00
Christophe Riccio
c868666c79 Fixed merge 2013-02-14 11:38:40 +01:00
Christophe Riccio
0df4b94c4b Fixed CUDA warnings and errors, #43 2013-02-14 01:08:24 +01:00
Christophe Riccio
fc77c7a54e Fixed documentation warnings, issue #46 2013-02-14 00:55:22 +01:00
Christophe Riccio
59b9a780e9 Added GTX_scalar_relational implementation and tests 2013-02-04 19:04:32 +01:00
Christophe Riccio
c57a000791 Added bitfieldInterleave implementation 2013-02-01 23:55:25 +01:00
Christophe Riccio
1cebfa7bda Improved Intel Compiler detection 2013-02-01 00:45:24 +01:00
Christophe Riccio
a4aa39f9bd Fixed 0x2013 dash character in comments that cause issue in Windows 2013-01-23 02:27:59 +01:00
Christophe Riccio
37e380ca9b Fixed packDouble2x32 on XCode 4.5, issue #37 2013-01-23 01:49:42 +01:00
Christophe Riccio
a33a2b2c42 Fixed merge 2013-01-23 00:56:56 +01:00
Christophe Riccio
e7173dd156 Fixed compAdd, issue #40 2013-01-23 00:55:09 +01:00
Christophe Riccio
68cf8d5fe5 Updated readme.txt 2013-01-07 23:50:21 +00:00
Christophe Riccio
9a625f4d5b Fixed SIMD support for Intel compiler on Windows, issue #32 2013-01-07 23:37:59 +00:00
Christophe Riccio
87a54a52a0 Updated release date 2012-12-22 14:44:11 +01:00
Christophe Riccio
29805391bd Added tests for slerp function 2012-12-22 00:32:07 +01:00
Christophe Riccio
b5274bfa52 Updated readme.txt for GLM 0.9.4.1 release 2012-12-21 00:18:34 +01:00
Christophe Riccio
560b474008 Fixed quat slerp using mix function when cosTheta close to 1 2012-12-20 18:13:04 +01:00
Christophe Riccio
ec05d43d7d Updated readme for GLM 0.9.4.1 release 2012-12-16 22:05:23 +01:00
Christophe Riccio
753d5db251 Updated documentation 2012-11-18 14:05:52 +01:00
Christophe Riccio
9d9a625493 Renamed equalEpsilon function into epsilonEqual and added tests 2012-11-05 19:39:22 +01:00
Christophe Riccio
44e7f41bf5 Fixed readme 2012-10-18 12:13:21 +02:00
Christophe Riccio
d18a415ddd Updated readme with Apple platform update 2012-10-13 22:47:49 +02:00
Christophe Riccio
7e3f00d034 Added missing test files 2012-09-19 15:34:23 +02:00
Christophe Riccio
69dd0d26b5 Updated readme.txt for 0.9.4.0 release 2012-09-13 00:45:20 +02:00
Christophe Riccio
5506d67789 Getting GLM 0.9.3.4 release 2012-06-30 14:05:52 +01:00
Christophe Riccio
ac8ec9b97c Fixed SSE includes with GCC 2012-06-30 01:05:45 +01:00
Christophe Riccio
3ab80ffe6d Fixed #187, fixed bitfieldExtract for vector based type 2012-06-28 19:40:42 +01:00
Christophe Riccio
a979cb483e Updated readme for GLM 0.9.3.4 release 2012-06-28 19:15:57 +01:00
Christophe Riccio
a5e450cc01 Merge branch '0.9.3' of github.com:Groovounet/glm into 0.9.3 2012-06-20 15:09:56 +01:00
Christophe Riccio
ba6807b754 Added SSE4 and AVX2 detection, most changes from d9dc21328f 2012-06-03 02:17:36 +01:00
Christophe Riccio
c4d886a3d6 Updared readme 2012-05-10 00:14:20 +01:00
Christophe Riccio
965873430c Prepare GLM 0.9.3.3 release 2012-05-09 23:59:42 +01:00
Christophe Riccio
6920963069 Updated readme.txt 2012-05-02 11:28:34 +01:00
Christophe Riccio
4585395a89 Added CMake test build options 2012-04-14 18:19:28 +01:00
Christophe Riccio
82f86a8057 Added GLM 0.9.3.2 release 2012-03-17 00:04:21 +00:00
Christophe Riccio
92de55115b Release 0.9.3.1 2012-01-25 13:01:21 +00:00
Christophe Riccio
18a500a0f5 Getting GLM 0.9.3.1 release ready 2012-01-25 12:56:50 +00:00
Christophe Riccio
1490f7e6e8 Updated 0.9.3.0 post 2012-01-09 21:36:50 +00:00
Christophe Riccio
92c5d07aa1 Getting the release of 0.9.3.0 ready 2012-01-09 21:32:54 +00:00
Christophe Riccio
953c80a1d6 Merge branch '0.9.3' of ssh://ogl-math.git.sourceforge.net/gitroot/ogl-math/ogl-math into 0.9.3 2012-01-09 11:21:48 +00:00
Christophe Riccio
88d3927558 Updated copyright date 2012-01-09 11:20:01 +00:00
Christophe Riccio
c3b722a733 Preparing GLM 0.9.3 release 2012-01-09 00:26:47 +00:00
Christophe Riccio
22ebdf4b08 Added CPP Check project 2012-01-03 16:22:37 +00:00
Christophe Riccio
77253ea03f Removed GLM 0.9.2.8 released... 2011-12-12 15:04:31 +00:00
Christophe Riccio
76f274d856 Getting GLM 0.9.3B release ready 2011-12-12 13:49:32 +00:00
Christophe Riccio
7ff95df5e6 Fixed ticket #153, vector and matrix queries 2011-12-06 12:22:43 +00:00
Christophe Riccio
e03c9687d8 Merge branch '0.9.2' into 0.9.3 2011-11-22 18:55:54 +00:00
Christophe Riccio
e71dd49d61 Fixed outerProduct 2011-11-22 18:55:32 +00:00
Christophe Riccio
04958c1564 Added Chrone Native Client support 2011-11-22 18:34:09 +00:00
Christophe Riccio
f46601489d Merge branch '0.9.2' into 0.9.3 2011-11-14 12:26:41 +00:00
Christophe Riccio
993cba7cca Updated GLM 0.9.2.8 changelog 2011-11-14 12:26:20 +00:00
Christophe Riccio
8dfbda3f8e Fixed changelog 2011-11-14 12:02:21 +00:00
Christophe Riccio
0f676cfa11 updated manual version 2011-11-14 12:00:26 +00:00
Christophe Riccio
e00d9b7e73 Updated changelog 2011-11-14 11:58:27 +00:00
Christophe Riccio
7f153a2b62 Fixed modf 2011-11-14 11:55:03 +00:00
Christophe Riccio
ce5969017b Added documentation 2011-11-13 00:30:05 +00:00
Christophe Riccio
50673be1bd Added 0.9.3 documentation 2011-11-12 23:26:02 +00:00
Christophe Riccio
a408687624 Merge branch '0.9.2' into 0.9.3 2011-10-24 15:25:03 +01:00
Christophe Riccio
729462911c Document GLM 0.9.2.7 release 2011-10-24 14:57:12 +01:00
Christophe Riccio
499e5291e4 Merge branch '0.9.2' into 0.9.3 2011-10-24 00:42:34 +01:00
Christophe Riccio
25b4a14df2 Added missing none squared products 2011-10-24 00:42:24 +01:00
Christophe Riccio
30e2682230 Merge branch '0.9.2' into 0.9.3 2011-10-02 01:29:07 +01:00
Christophe Riccio
fe47d4e2e2 Updated GLM 0.9.2.7 feature list 2011-10-02 01:28:56 +01:00
Christophe Riccio
96902ecaef Merge branch '0.9.2' into 0.9.3 2011-10-01 11:55:45 +01:00
Christophe Riccio
b7ae077826 Updated GLM 0.9.2.6 release note 2011-09-30 16:38:29 +01:00
Christophe Riccio
7f6387f213 Updated GLM 0.9.3 feature lsit 2011-09-30 16:06:22 +01:00
Christophe Riccio
264054d59d Fixed merge 2011-09-30 15:05:43 +01:00
Christophe Riccio
21942860b9 updated readme for release 2011-09-30 14:52:27 +01:00
Christophe Riccio
edff9f7bf2 Merge branch '0.9.2' into 0.9.3 2011-09-20 00:57:38 +01:00
Christophe Riccio
82bad5f4e5 Listed fixed hvec* (and hmat*) types, ticket #117 2011-09-20 00:47:06 +01:00
Christophe Riccio
5498879b8a Released GLM 0.9.2.5 2011-09-20 00:19:53 +01:00
Christophe Riccio
1457961340 Fixed merge 2011-09-15 14:44:27 +01:00
Christophe Riccio
830988ae52 Updated readme for GLM 0.9.2.5 release 2011-09-14 16:09:59 +01:00
Christophe Riccio
0abfe343a5 Merge branch '0.9.2' into 0.9.3 2011-09-09 11:01:31 +01:00
Christophe Riccio
fb2d15b5df updated readme 2011-09-03 21:53:18 +01:00
Christophe Riccio
535806abf9 Fixed merge 2011-08-04 22:50:28 +01:00
Christophe Riccio
c6fcd6c8d0 Getting ready GLM 0.9.2.4 release 2011-08-01 16:17:54 +01:00
Christophe Riccio
828f7cf546 Updated readme for GLM 0.9.3.0 release 2011-06-10 18:28:14 +01:00
Christophe Riccio
7559439c93 Getting ready for GLM 0.9.2.3 release 2011-06-09 10:16:41 +01:00
Christophe Riccio
852ada9c3d Typo 2011-06-02 12:51:52 +01:00
Christophe Riccio
d373c85b67 Updated documentation for 0.9.2.2 release 2011-06-01 19:01:44 +01:00