Christophe Riccio
|
e04ded9e39
|
Fixed glm::isinf and glm::isnan for with Android NDK 9d #191
|
2014-05-05 23:08:49 +02:00 |
|
Christophe Riccio
|
842cea8747
|
Merge 0.9.5
|
2014-05-04 21:07:05 +02:00 |
|
Christophe Riccio
|
a4bb7e1e38
|
Fixed GTX_color_space - saturation #195
|
2014-05-04 17:29:36 +02:00 |
|
Christophe Riccio
|
c80f5bc740
|
Updated readme for GLM 0.9.5.4 with #189
|
2014-05-04 16:55:15 +02:00 |
|
Christophe Riccio
|
7d7444df8d
|
Fixed non-utf8 character #196
|
2014-05-04 16:43:57 +02:00 |
|
Christophe Riccio
|
e5ee35323a
|
Fixed non-utf8 character #196
|
2014-05-04 16:34:46 +02:00 |
|
Christophe Riccio
|
10778448ef
|
Fixed merge
|
2014-04-02 01:31:36 +02:00 |
|
Christophe Riccio
|
6c22a0b82f
|
Updated version for 0.9.5.4
|
2014-04-02 01:23:19 +02:00 |
|
Christophe Riccio
|
a5d2a63ef3
|
- Added workaround for a CUDA compiler bug (#186, #185)
|
2014-04-01 01:20:03 +02:00 |
|
Christophe Riccio
|
e33136538d
|
- Fixed eulerAngle*** not consistent for right-handed coordinate system (#173)
|
2014-03-31 23:50:15 +02:00 |
|
Christophe Riccio
|
3f327d5e70
|
Fixed usubBorrw
|
2014-03-16 12:33:00 +01:00 |
|
Christophe Riccio
|
00e860eeee
|
Fixed missing bitfieldInterleave definisions
|
2014-03-16 11:53:58 +01:00 |
|
Christophe Riccio
|
658d7e2788
|
Fixed strict aliasing warnings in GCC 4.8.1 / Android NDK 9c (#152)
|
2014-03-16 03:08:56 +01:00 |
|
Christophe Riccio
|
693c1ddbc8
|
Merge 0.9.5 branch
|
2014-03-16 02:59:57 +01:00 |
|
Christophe Riccio
|
899f388921
|
Fixed CUDA issues (#169, #168, #183, #182)
|
2014-03-16 02:39:36 +01:00 |
|
Christophe Riccio
|
ce431012c9
|
Fix merge
|
2014-02-25 21:00:25 +01:00 |
|
Christophe Riccio
|
ae2af04599
|
Updated release with GTX_matrix_transform_2d and added blank unit test file for the extension. (#176, #178)
|
2014-02-21 02:18:53 +01:00 |
|
Christophe Riccio
|
016cce7bf1
|
Fixed GTX_raw_data code dependency
|
2014-02-19 02:10:36 +01:00 |
|
Christophe Riccio
|
96861a7e19
|
Fixed GTX_raw_data code dependency
|
2014-02-19 02:09:43 +01:00 |
|
Christophe Riccio
|
13920db617
|
Fixed instruction set detection with GCC
|
2014-02-14 01:37:35 +01:00 |
|
Christophe Riccio
|
e606edf43b
|
Added instruction set auto detection with Visual C++ using _M_IX86_FP - /arch compiler argument
|
2014-02-09 16:25:36 +01:00 |
|
Christophe Riccio
|
4e444fed19
|
Fixed GLM_GTC_constants description brief (#162)
|
2014-02-08 14:16:23 +01:00 |
|
Christophe Riccio
|
a8fd81850f
|
Tentative fix for strict aliasing warning in GCC 4.8.1 / Android NDK 9c (#152)
|
2014-02-08 14:10:00 +01:00 |
|
Christophe Riccio
|
577ee319e6
|
Updated release note
|
2014-02-08 13:46:53 +01:00 |
|
Christophe Riccio
|
6aa34be6ad
|
Fixed GLM_FORCE_RADIANS with <glm/ext.hpp> build error (#165)
|
2014-02-08 13:43:32 +01:00 |
|
Christophe Riccio
|
a310855d23
|
Fixed undefined reference to fastInverseSqrt (#161)
|
2014-02-08 13:34:40 +01:00 |
|
Christophe Riccio
|
1d981dd344
|
Fixed initializer list ambiguity (#159, #160)
|
2014-02-08 12:40:34 +01:00 |
|
Christophe Riccio
|
49cc8e83e4
|
Merge
|
2014-01-18 03:19:46 +01:00 |
|
Christophe Riccio
|
2c6275caed
|
Merge
|
2014-01-18 03:17:36 +01:00 |
|
Christophe Riccio
|
926c8d159c
|
Fixed mix function link error
|
2014-01-18 03:15:54 +01:00 |
|
Christophe Riccio
|
d3b8b2b64e
|
Added move contructors and assignment operators (#141)
|
2014-01-14 22:51:04 +01:00 |
|
Christophe Riccio
|
d7862e4bb5
|
Fixed SSE code included in GLM tests on pure platforms
|
2014-01-14 14:07:09 +01:00 |
|
Christophe Riccio
|
66efbcc597
|
Merge branch '0.9.5' into 0.9.6
|
2014-01-14 09:27:28 +01:00 |
|
Christophe Riccio
|
dd272c52ee
|
Fixed non power of two matrix products
|
2014-01-13 23:41:11 +01:00 |
|
Christophe Riccio
|
c3e4881833
|
Fixed warnings with the Android NDK 9c (#156)
|
2014-01-12 22:48:57 +01:00 |
|
Christophe Riccio
|
022a6f3294
|
Merge 0.9.5
|
2014-01-11 23:52:32 +01:00 |
|
Christophe Riccio
|
9a3781d99a
|
Started GLM 0.9.5.2
|
2014-01-11 23:51:12 +01:00 |
|
Christophe Riccio
|
8a5603342c
|
Merge 0.9.5
|
2014-01-11 23:49:08 +01:00 |
|
Christophe Riccio
|
9f81728602
|
Fixed outerProduct return type (#155)
|
2014-01-11 22:35:19 +01:00 |
|
Christophe Riccio
|
3394af0cf2
|
Fixed build on GCC
|
2014-01-11 19:45:40 +01:00 |
|
Christophe Riccio
|
90a249b5ff
|
Optimized matrix inverse and division code (#149)
|
2014-01-11 16:44:15 +01:00 |
|
Christophe Riccio
|
ccb25c84c7
|
Update copyright year
|
2014-01-04 22:32:28 +01:00 |
|
Christophe Riccio
|
bd8836e53b
|
Merge branch '0.9.5' into 0.9.6
|
2014-01-04 22:29:45 +01:00 |
|
Christophe Riccio
|
aa26672da1
|
Fixed inverse link error when using namespace glm; (#147)
|
2014-01-04 16:34:11 +01:00 |
|
Christophe Riccio
|
aed7317408
|
Fixed declaration and definision mismatches (#148)
|
2014-01-04 13:42:49 +01:00 |
|
Christophe Riccio
|
c6896064ef
|
Fixed rotate function declaration for quat
|
2014-01-04 12:54:27 +01:00 |
|
Christophe Riccio
|
4f2d7a97e0
|
Merge
|
2014-01-01 14:05:48 +01:00 |
|
Christophe Riccio
|
9b57315681
|
Fixed mismatch of GTC_packing declaration and definition prototypes
|
2013-12-28 19:14:11 +01:00 |
|
Christophe Riccio
|
775c6136fc
|
Fixed error 'inverse' is not a member of 'glm' from glm::unProject (#146)
|
2013-12-27 19:23:44 +01:00 |
|
Christophe Riccio
|
d252dd243b
|
Added possible static_cast conversion of GLM types (#72)
|
2013-12-27 00:49:53 +01:00 |
|
Christophe Riccio
|
0d5deadf02
|
Removed GLM_FORCE_RADIANS, now it's the default behaviour
|
2013-12-26 19:15:48 +01:00 |
|
Christophe Riccio
|
1909f512e7
|
Deprecated degrees, display a message for each function using it.
|
2013-12-26 18:58:44 +01:00 |
|
Christophe Riccio
|
d68fd2d97e
|
Fixed space characters
|
2013-12-26 00:32:09 +01:00 |
|
Christophe Riccio
|
fd256dfaa8
|
Updated GLM manual with per feature headers. Fixed io.
|
2013-12-25 23:21:46 +01:00 |
|
Christophe Riccio
|
dc2b2cd5f6
|
_inverse is now private
|
2013-12-24 07:22:02 +01:00 |
|
Christophe Riccio
|
aab47b3587
|
Improved GLM messages enabled with GLM_MESSAGES
|
2013-12-24 06:57:21 +01:00 |
|
Christophe Riccio
|
ca2463d5f2
|
Added per feature headers and added length_t and GLM_FORCE_SIZE_T_LENGTH
|
2013-12-24 06:43:25 +01:00 |
|
Christophe Riccio
|
5ef31a6e18
|
Added per feature headers
|
2013-12-24 06:19:45 +01:00 |
|
Christophe Riccio
|
fa56944171
|
Fixed GTX_io test
|
2013-12-16 23:59:20 +01:00 |
|
Christophe Riccio
|
086706caa5
|
Improved static assert messages
|
2013-10-10 01:29:18 +02:00 |
|
Christophe Riccio
|
66bc06771c
|
usubBorrow and uaddCarry are better implemented as template specialization
|
2013-10-10 01:14:39 +02:00 |
|
Christophe Riccio
|
d4046da22e
|
Fixed umulExtended and imulExtended implementations for vector types (#76)
|
2013-10-10 00:51:29 +02:00 |
|
Christophe Riccio
|
71855943e0
|
Added initializer lists
|
2013-09-29 19:44:59 +02:00 |
|
Christophe Riccio
|
1e69dfe30e
|
Added a quation constructor taking two axis
|
2013-09-22 23:37:55 +02:00 |
|
Christophe Riccio
|
a15201dc59
|
Updated readme
|
2013-09-20 14:04:35 +02:00 |
|
Christophe Riccio
|
b2b40e0f6b
|
Fixed merge
|
2013-09-19 21:49:16 +02:00 |
|
Christophe Riccio
|
15b19a10be
|
Updated readme for GLM 0.9.4.6 release
|
2013-09-19 21:48:06 +02:00 |
|
Christophe Riccio
|
b6f5b4121d
|
Fixed merge
|
2013-09-19 21:46:51 +02:00 |
|
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 |
|