Commit Graph

3275 Commits

Author SHA1 Message Date
Martin Gerhardy
3f906960db Fixed compiler warnings for g++ 6.2 2016-11-24 19:29:53 +01:00
Christophe
9d411922ed Merge pull request #580 from mgerhardy/patch-1
Fixed compiler warnings  for g++ 6.2 #580
2016-11-24 19:28:17 +01:00
Martin Gerhardy
12d42a2dac Fixed compiler warnings for g++ 6.2 2016-11-24 13:56:30 +01:00
Christophe Riccio
029f1c4738 Merge branch '0.9.8' 2016-11-24 01:27:48 +01:00
Christophe Riccio
ef4425a61d Fixed intersectRayPlane returns true in parallel case #578 2016-11-24 01:27:17 +01:00
Christophe Riccio
098bf5c746 Merge 0.9.8 2016-11-24 01:22:09 +01:00
Christophe Riccio
ba73c5a976 Merge branch '0.9.8' 2016-11-24 01:21:22 +01:00
Christophe Riccio
ff0b1674f4 Fixed POPCNT optimization build in Clang #512 2016-11-24 01:20:49 +01:00
Christophe Riccio
1cbe3dfa60 Added tests on OSX and release and debug mode 2016-11-24 01:19:12 +01:00
Christophe Riccio
4ba6ef9046 Fixed SIMD instruction set selection with Clang 2016-11-24 01:19:04 +01:00
Christophe Riccio
74378ce1b9 Display instruction set used on CMake prepare 2016-11-24 01:18:57 +01:00
Christophe Riccio
b5766d1514 Tentative fix for #512 2016-11-24 01:18:51 +01:00
Christophe Riccio
2c3afed6de Added tests on OSX and release and debug mode 2016-11-24 00:59:20 +01:00
Christophe Riccio
2be54c9759 Fixed SIMD instruction set selection with Clang 2016-11-23 23:39:51 +01:00
Christophe Riccio
50a52756f2 Display instruction set used on CMake prepare 2016-11-23 23:34:39 +01:00
Christophe Riccio
234d442e0a Tentative fix for #512 2016-11-23 23:13:54 +01:00
Christophe Riccio
1a95482b50 Optimized taylorCos 2016-11-21 00:06:05 +01:00
Christophe Riccio
3945098589 Optimised GTX_color_space_YCoCg YCoCgR conversions 2016-11-20 23:44:08 +01:00
Christophe Riccio
b09f395cd2 Optimized GTX_matrix_interpolation axisAngle function 2016-11-20 23:39:22 +01:00
Christophe Riccio
29535189f1 Optimized taylorCos 2016-11-20 23:33:08 +01:00
Christophe Riccio
969394a5eb Optimized noise functions 2016-11-20 23:27:08 +01:00
Christophe Riccio
1bdc671a0d Merge branch '0.9.8' 2016-11-20 23:21:55 +01:00
Christophe Riccio
feef0fb5b9 Fixed Visual C++ 2013 test build 2016-11-20 23:21:14 +01:00
Christophe Riccio
c7e81fb3f7 Merge branch '0.9.8' 2016-11-20 23:04:25 +01:00
Christophe Riccio
9755dea062 Quicker unit tests 2016-11-20 23:02:20 +01:00
Christophe Riccio
c83e38f9fb Prevent TravisCI timeout, shorter test 2016-11-20 22:53:13 +01:00
Christophe Riccio
5b9d5cae99 Fixed tests 2016-11-20 22:28:22 +01:00
Christophe Riccio
8873915118 Fixed glm::decompose #448 2016-11-20 22:24:32 +01:00
Christophe Riccio
572e407d60 Fixed build 2016-11-20 22:10:11 +01:00
Christophe Riccio
b56471f8a7 Merge branch '0.9.8' 2016-11-20 22:08:20 +01:00
Christophe Riccio
9b158c57b9 Added more continous integration system 2016-11-20 22:05:40 +01:00
Christophe Riccio
1253c6a218 Removed debut code 2016-11-20 21:51:09 +01:00
Christophe Riccio
d4019aab40 Moved color_encoding to experimental 2016-11-20 21:50:12 +01:00
Christophe Riccio
e6ee4bc90d Added FAQ 12: Windows headers cause build errors... #557 2016-11-20 21:15:43 +01:00
Christophe Riccio
157b4ffbf8 Merge GLM 0.9.8 branch 2016-11-20 21:01:12 +01:00
Christophe Riccio
deb8048268 Fixed GTC_packing test failing on GCC x86 due to denorms #212 #577 2016-11-20 20:59:54 +01:00
Christophe Riccio
ce8b8bd93e Fixed GTC_packing test failing on GCC x86 due to denorms #212 2016-11-20 20:58:12 +01:00
Christophe Riccio
37e7b6d649 Graft fix for issue 212 2016-11-20 20:54:55 +01:00
Christophe Riccio
7b78138409 Removed debug code 2016-11-20 20:29:21 +01:00
Christophe Riccio
c8e7962fa2 Fixed GTC_packing test on GCC and GLM_ARCH_PURE #577 2016-11-20 20:20:11 +01:00
Christophe Riccio
32cfecba97 Optimized GTC_packing implementation 2016-11-20 19:54:03 +01:00
Christophe Riccio
3cc726c7a4 Trying to figure out what cause the GCC 32bit fail 2016-11-20 18:55:07 +01:00
Christophe Riccio
f26f21fd9d Trying to figure out what cause the GCC 32bit fail 2016-11-20 18:41:46 +01:00
Christophe Riccio
1349bd5555 Trying to figure out what cause the GCC 32bit fail 2016-11-20 18:12:45 +01:00
Christophe Riccio
eb336d64f1 Trying to figure out what cause the GCC 32bit fail 2016-11-20 18:01:05 +01:00
Christophe Riccio
b3cbed5a1e Trying to figure out what cause the GCC 32bit fail 2016-11-20 17:58:45 +01:00
Christophe Riccio
b08d8b95bd Trying to figure out what cause the GCC 32bit fail 2016-11-20 17:43:51 +01:00
Christophe Riccio
c4666ea14c Trying to figure out what cause the GCC 32bit fail 2016-11-20 17:35:13 +01:00
Christophe Riccio
dffcb04e60 Trying to figure out what cause the GCC 32bit fail 2016-11-20 17:25:54 +01:00
Christophe Riccio
1c17d9a27f Trying to figure out what cause the GCC 32bit fail 2016-11-20 17:17:08 +01:00