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 |
|
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 |
|
Christophe Riccio
|
251ad15b68
|
Improved GLM_FORCE_EXPLICIT_CTOR coverage #481
|
2016-03-05 23:01:01 +01: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
|
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 |
|
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 |
|
Joonas Sarajärvi
|
f0acbbd4ac
|
setup: detect GCC 6.0
|
2016-02-04 19:42:25 +02:00 |
|
Paul Konstantin Gerke
|
fb309e0eff
|
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-01-24 21:14:25 +01:00 |
|
Paul Konstantin Gerke
|
2c7430e9bc
|
Fixed: operator signatures of mat2x4 and vec4 (no guaratees that I found all issues)
|
2016-01-24 19:34:26 +01:00 |
|
Christophe Riccio
|
8bcc4e0045
|
merge 0.9.7
|
2016-01-03 18:46:43 +01:00 |
|
Christophe Riccio
|
ebdb7aa45b
|
Added unary + operator #435
|
2016-01-03 18:39:40 +01:00 |
|
Christophe Riccio
|
1709e9abca
|
Added unary + operator #435
|
2016-01-03 18:37:46 +01:00 |
|
Christophe Riccio
|
268af877ab
|
Cygwin GCC doesn't have a C++11 STL library
|
2016-01-03 18:32:26 +01:00 |
|
Stephen Hill
|
c83add59b3
|
Fixed various 'X is not defined' warnings
|
2016-01-03 18:27:12 +01:00 |
|
Stephen Hill
|
ba46e0500e
|
Fixed 'GLM_COMPILER_VC2005 is not defined' warning
This GLM compiler version isn't defined, so I just removed the legacy functions.
|
2016-01-03 18:27:00 +01:00 |
|
Stephen Hill
|
4bb352b628
|
Fixed "Declaration shadows a field" warning
|
2016-01-03 18:26:54 +01:00 |
|
Adrian Krupa
|
c9400562ec
|
Fixed build
|
2016-01-03 18:25:45 +01:00 |
|
humbletim
|
52c9f124e3
|
Fixed ldexp and frexp compilation errors
|
2016-01-03 18:20:13 +01:00 |
|
Christophe Riccio
|
a754ab2e7e
|
Fixed ICC on Linux build errors #449
|
2016-01-03 18:10:46 +01:00 |
|
Christophe Riccio
|
adb03bee5c
|
Fixed ICC on Linux build errors #449
|
2016-01-03 18:08:00 +01:00 |
|
Christophe Riccio
|
7a1c042d8b
|
Fixed ICC on Linux build errors #449
|
2016-01-03 17:10:24 +01:00 |
|
Christophe Riccio
|
2f2782d72a
|
Fixed ICC on Linux build errors #449
|
2016-01-03 16:03:30 +01:00 |
|
Christophe R
|
8d4d9d1877
|
Merge pull request #466 from humbletim/master
Fixed ldexp compilation error #466
|
2016-01-01 14:34:04 +01:00 |
|
Stephen Hill
|
47a2a6adfb
|
Fixed various 'X is not defined' warnings
|
2015-12-23 12:19:13 -05:00 |
|
Stephen Hill
|
89cecd373a
|
Fixed 'GLM_COMPILER_VC2005 is not defined' warning
This GLM compiler version isn't defined, so I just removed the legacy functions.
|
2015-12-23 12:18:14 -05:00 |
|
Stephen Hill
|
22467f00f8
|
Fixed "Declaration shadows a field" warning
|
2015-12-23 12:16:31 -05:00 |
|
humbletim
|
8c55a64fdd
|
Fixed ldexp compilation error
|
2015-12-19 19:22:33 -05:00 |
|
Adrian Krupa
|
8fd8c56074
|
Fixed frexp compilation error
|
2015-11-29 20:53:04 +01:00 |
|
Christophe Riccio
|
254ea0ee24
|
Tentative fix for ICC errors #449
|
2015-11-21 11:27:09 +01:00 |
|
Laurie
|
f66c5ef004
|
Fixed build by adding missing scope
|
2015-11-07 09:08:37 +00:00 |
|
Christophe Riccio
|
0af2e05b1b
|
Merge 0.9.7 branch
|
2015-10-22 00:32:47 +02:00 |
|
Christophe Riccio
|
627d36fd47
|
Updated GLM version
|
2015-10-22 00:31:15 +02:00 |
|
Christophe Riccio
|
85e88a366d
|
Cygwin GCC doesn't have a C++11 STL library
|
2015-10-22 00:27:10 +02:00 |
|
Christophe Riccio
|
32fc69ee11
|
- Added unary + operator #435
|
2015-10-17 04:11:52 +02:00 |
|
Christophe Riccio
|
5cd49977e6
|
Fixed build
|
2015-10-15 04:38:26 +02:00 |
|
Christophe Riccio
|
a257beb5de
|
Added missing bvec* && and || operators
|
2015-10-15 04:28:08 +02:00 |
|
Christophe R.
|
143c4c336a
|
Merge pull request #429 from JesseTG/jtg/static-const
Add GLM_STATIC_CONST_MEMBERS #429
|
2015-10-07 22:28:49 +02:00 |
|
Christophe Riccio
|
1329c64f9b
|
Updated GLM version
|
2015-10-07 21:28:53 +02:00 |
|
Christophe Riccio
|
d0c57e7afd
|
Revert
|
2015-10-07 21:06:01 +02:00 |
|
lucasb-eyer
|
5e994bcf39
|
dummy.cpp CRLF->LF
|
2015-10-07 20:39:20 +02:00 |
|
Jesse Talavera-Greenberg
|
ef320a2a2f
|
Simplify the static const definitions for vectors and quaternions
- DRY, baby!
|
2015-10-05 19:30:16 -04:00 |
|
Jesse Talavera-Greenberg
|
9604a7549f
|
Add IDENTITY and ZERO constants for all matrices
- Tests, too
|
2015-10-05 19:26:30 -04:00 |
|