Christophe Riccio
|
6e5f42bd28
|
Fixed error message type
|
2016-03-06 12:52:34 +01:00 |
|
Christophe Riccio
|
f48fe286ad
|
Consolidate setup options in setup.hpp
|
2016-03-06 03:36:20 +01:00 |
|
Christophe Riccio
|
a391bc1be6
|
Clean up GTX_matrix_transform coding style
|
2016-03-06 02:28:21 +01:00 |
|
Christophe Riccio
|
ecfebe640f
|
Clean up to close model matrix decompose #227
|
2016-03-06 02:13:45 +01:00 |
|
Christophe Riccio
|
58f432b76d
|
Updated release note to mention #415
|
2016-03-06 00:18:05 +01:00 |
|
Christophe Riccio
|
fe18a36c10
|
- Added right and left handed projection and clip control support #447 #119
|
2016-03-06 00:16:09 +01:00 |
|
Christophe Riccio
|
45d18796e3
|
merge 0.9.7 branch
|
2016-03-05 23:58:38 +01:00 |
|
Christophe Riccio
|
66f37220c9
|
Merge branch '0.9.7'
|
2016-03-05 23:57:42 +01:00 |
|
Paul Konstantin Gerke
|
239cf70ade
|
Fixed: outerProduct was defined incorrectly for unmatched vecX types. E.g. outerProduct(vec2, vec4) did not succeed because the matrix return types were wrong. The computing function seemed fine. I used https://en.wikipedia.org/wiki/Outer_product as reference on what the number of columns/rows ''should'' be and fixed it so that it matches the description from wikipedia
Added: tests for outerProduct with unmatched vector dimensions (actually testing all combinations now)
|
2016-03-05 23:51:20 +01:00 |
|
Paul Konstantin Gerke
|
b3b72527b1
|
Fixed: operator signatures of mat2x4 and vec4 (no guaratees that I found all issues)
|
2016-03-05 23:51:06 +01:00 |
|
Christophe Riccio
|
8e411733b2
|
- Fixed eulerAngles precision error, returns NaN #451
|
2016-03-05 23:49:07 +01:00 |
|
sippeangelo
|
2d813b587a
|
This fixes #461
|
2016-03-05 23:46:39 +01:00 |
|
Christophe Riccio
|
eb33d9c188
|
- Fixed outerProduct defintions and operator signatures for mat2x4 and vec4 #475
|
2016-03-05 23:42:09 +01:00 |
|
Christophe Riccio
|
30ab2ee25b
|
Fixed polar coordinates function latitude #485
|
2016-03-05 23:40:28 +01:00 |
|
Christophe Riccio
|
62717b5159
|
- Fixed polar coordinates function latitude #485
|
2016-03-05 23:36:18 +01:00 |
|
Angelica Wrangler
|
c9720a7f40
|
Merge pull request #485 from NouberNou/NouberNou-Polar-Coordinates-Fix
Fix polar coordinates function latitude. #485
|
2016-03-05 23:35:14 +01:00 |
|
Angelica Wrangler
|
8647d60086
|
Merge pull request #462 from sippeangelo/issue-461
eulerAngles precision error, returns NaN #462 #461
|
2016-03-05 23:27:51 +01:00 |
|
Angelica Wrangler
|
44d773ad5e
|
Merge pull request #480 from ReadmeCritic/master
Correct the spelling of Xcode in README #480
|
2016-03-05 23:24:37 +01:00 |
|
Christophe Riccio
|
bd68af60bd
|
- Fixed outerProduct defintions and operator signatures for mat2x4 and vec4 #475
|
2016-03-05 23:20:12 +01:00 |
|
Angelica Wrangler
|
72a8ba473d
|
Merge pull request #475 from MrApplejuice/master
Fixed: outerProduct defintions and operator signatures for mat2x4 and vec4 #475
|
2016-03-05 23:18:21 +01:00 |
|
Angelica Wrangler
|
2783a490da
|
Merge pull request #478 from hoodie/master
fixed a typo #478
|
2016-03-05 23:12:26 +01:00 |
|
Christophe Riccio
|
251ad15b68
|
Improved GLM_FORCE_EXPLICIT_CTOR coverage #481
|
2016-03-05 23:01:01 +01:00 |
|
Christophe Riccio
|
57bf985fe5
|
Fixed build
|
2016-03-05 22:29:52 +01:00 |
|
Christophe Riccio
|
082272421a
|
Fixed long long warnings when using C++98 on GCC and Clang #482
|
2016-03-05 22:25:17 +01:00 |
|
Christophe Riccio
|
5fad3f437d
|
Added more tests for ceilMultiple
|
2016-03-02 21:44:59 +01:00 |
|
Christophe Riccio
|
57316860a1
|
Fixed ceilMultiple test
|
2016-03-02 21:42:13 +01:00 |
|
Christophe Riccio
|
c6aa981e2a
|
Added ceilMultiple test with integers
|
2016-03-02 21:32:44 +01:00 |
|
NouberNou
|
b189cb2f29
|
Fix polar coordinates function latitude.
Latitude was being computed from `atan`, should be `asin`.
|
2016-02-25 18:18:02 -08:00 |
|
Christophe Riccio
|
cb71d2376d
|
Merge branch '0.9.7'
|
2016-02-21 19:40:47 +01:00 |
|
Christophe Riccio
|
045aa8e541
|
Fixed atanh warning #484
|
2016-02-21 19:40:24 +01:00 |
|
Christophe Riccio
|
4945ec7471
|
Merge 0.9.7 branch
|
2016-02-21 19:00:36 +01:00 |
|
Christophe Riccio
|
0d48c43385
|
Fixed asinh warning with C++98 STL #484
|
2016-02-21 18:59:26 +01:00 |
|
Christophe Riccio
|
1ec8ab365e
|
Merge 0.9.7
|
2016-02-21 14:38:50 +01:00 |
|
Christophe Riccio
|
5809830f64
|
Get ready for 0.9.7.3 release
|
2016-02-21 14:36:38 +01:00 |
|
Christophe Riccio
|
162fad6a31
|
Merge branch '0.9.7'
|
2016-02-21 14:29:31 +01:00 |
|
Christophe Riccio
|
500a955d45
|
Fixed 64 bits constants warnings on GCC #463
|
2016-02-21 14:29:07 +01:00 |
|
Christophe Riccio
|
904db64afd
|
Updated readme for fixed Clang build on Windows #479
|
2016-02-21 14:22:19 +01:00 |
|
Christophe Riccio
|
54ad263974
|
Fixed Clang on Windows build #479
|
2016-02-21 14:15:44 +01:00 |
|
Christophe Riccio
|
14e0a5576a
|
Fixed Clang on Windows build #479
|
2016-02-21 14:15:17 +01:00 |
|
Christophe Riccio
|
907cb9d968
|
Fixed bad merge #483
|
2016-02-21 13:24:29 +01:00 |
|
ReadmeCritic
|
449f785a60
|
Correct the spelling of Xcode in README
|
2016-02-16 13:40:43 -08:00 |
|
Christophe Riccio
|
65e88d9f9d
|
Merge 0.9.7
|
2016-02-15 21:13:42 +01:00 |
|
Christophe Riccio
|
cc2f15803e
|
Added AVX512 detection
|
2016-02-15 21:11:55 +01:00 |
|
Christophe Riccio
|
407a7598aa
|
Improved new version of GCC detection #477
|
2016-02-15 20:29:55 +01:00 |
|
Joonas Sarajärvi
|
bc09ecf898
|
setup: detect GCC 6.0
|
2016-02-15 20:27:10 +01:00 |
|
Angelica Wrangler
|
4afc6b723a
|
Merge pull request #477 from muep/master
Setup: detect GCC 6.0 #477
|
2016-02-15 20:24:54 +01:00 |
|
Christophe Riccio
|
191e2d715b
|
Removed CDash config
|
2016-02-11 00:06:05 +01:00 |
|
Christophe Riccio
|
1ee2f3219e
|
Merged 0.9.7
|
2016-02-11 00:05:27 +01:00 |
|
Hendrik Sollich
|
0476be3e74
|
fixed a typo
|
2016-02-09 12:41:31 +01:00 |
|
Christophe Riccio
|
6ee8b03063
|
Fixed CMake policy warning
|
2016-02-09 01:18:24 +01:00 |
|