Commit Graph

238 Commits

Author SHA1 Message Date
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
Christophe Riccio
a87ce5d164 Updated documentation for GLM 0.9.2.1 release 2011-05-24 12:19:51 +01:00
Christophe Riccio
c99e2f523f Improved compiler detection 2011-05-17 18:57:45 +01:00
Christophe Riccio
bc272cd8df Get ready GLM 0.9.2.1 release 2011-05-17 15:39:25 +01:00
Christophe Riccio
f3f1f8a8f3 Fixed release date 2011-05-09 01:54:02 +01:00
Christophe Riccio
073b1d763f Added post draft for GLM 0.9.2 release 2011-05-08 11:12:12 +01:00
Christophe Riccio
025d3a04cd Getting ready GLM 0.9.2 release 2011-05-08 01:43:40 +01:00
Christophe Riccio
793d0a6f59 Getting ready GLM 0.9.1.3 release 2011-05-07 00:30:59 +01:00
Christophe Riccio
951e1d6777 Preparing release of GLM 0.9.1.2 2011-04-15 20:12:49 +01:00
Christophe Riccio
facf7a84c5 Getting ready GLM 0.9.1.2 release 2011-04-12 22:39:52 +01:00
Christophe Riccio
0cd245d2ed Getting ready GLM 0.9.1.1 release 2011-03-17 20:58:53 +00:00
Christophe Riccio
89a01a4470 Added 0.9.1.0 info 2011-02-28 17:16:11 +00:00
Christophe Riccio
be2e12332a Added changelog for GLM 0.9.1.B 2011-02-12 23:55:30 +00:00
Christophe Riccio
9858a7c9b7 Fixed merge 2011-02-12 23:50:25 +00:00
Christophe Riccio
ba681f16c1 Updated readme.txt for GLM 0.9.0.8 2011-02-12 23:02:27 +00:00
Christophe Riccio
c07a33334b Fixed merge 2011-02-08 12:00:35 +00:00
Christophe Riccio
b8190d15d9 Updated readme formatting and added a usage section 2011-02-08 11:31:09 +00:00
Christophe Riccio
e6cff263e5 Preparing GLM 0.9.1.A release 2011-01-31 23:39:08 +00:00
Christophe Riccio
3c088ce202 Updated readme for GLM 0.9.0.6 release 2010-12-20 01:38:26 +00:00
Christophe Riccio
81456e8b62 Added release info for GLM 0.9.0.5 2010-11-01 22:59:32 +00:00
Christophe Riccio
81b92599dc Updated readme for GLM 0.9.0. 2010-10-04 14:46:53 +01:00
Christophe Riccio
120161a148 Prepare for release 2010-08-26 18:56:06 +01:00
Christophe Riccio
3df06bee41 Fixed extension dependence 2010-07-08 12:24:33 +01:00
Christophe Riccio
2dd7de37c5 Updated documentation 2010-06-21 00:17:28 +01:00
Christophe Riccio
478e3ffaad Updated email 2010-05-28 18:16:16 +01:00
Christophe Riccio
e6afe0076b Release 0.9.0.0 2010-05-25 11:46:00 +01:00
Christophe Riccio
d066a02b7c Updated readme.txt 2010-05-24 01:57:36 +01:00
Christophe Riccio
6210685f5b Updated readme 2010-04-30 13:20:45 +01:00