Commit Graph

  • 4d3af10700 Fixed space characters Christophe Riccio 2012-11-08 15:00:50 +01:00
  • 669ace8067 Fixed space character Christophe Riccio 2012-11-08 14:34:22 +01:00
  • bfec0e2388 Fixed epsilon for half types Christophe Riccio 2012-11-06 02:26:31 +01:00
  • 1fb8bec873 Fixed abs function for half based types Christophe Riccio 2012-11-06 01:23:14 +01:00
  • cdf5d19275 Fixed space characters, using tab Christophe Riccio 2012-11-06 00:44:48 +01:00
  • 415c970188 Renamed equalEpsilon function into epsilonEqual and added tests Christophe Riccio 2012-11-05 19:43:23 +01:00
  • 9d9a625493 Renamed equalEpsilon function into epsilonEqual and added tests Christophe Riccio 2012-11-05 19:39:22 +01:00
  • a350a26e3b Fixed merge Christophe Riccio 2012-11-04 21:59:53 +01:00
  • 16876bef5a Fixed merge Christophe Riccio 2012-11-04 21:57:19 +01:00
  • 1dda2390e5 Fixed warnings on MacOS X Christophe Riccio 2012-11-04 14:26:54 +01:00
  • 1cc7448c43 Fixed CUDA 5 warning due to parameter name mismatch between the declaration and the definition Christophe Riccio 2012-11-03 00:34:19 +01:00
  • e2bc911f00 Fixed component swapping in tmat2x2::_inverse(). Tim Howard 2012-10-22 17:23:03 -04:00
  • 1ded040f23 Merge branch 'master' into 0.9.4 Christophe Riccio 2012-10-18 12:16:52 +02:00
  • 44e7f41bf5 Fixed readme Christophe Riccio 2012-10-18 12:13:21 +02:00
  • af2debfd43 Fixed spaces Christophe Riccio 2012-10-18 12:12:32 +02:00
  • 346e305593 Updated doxyfile for version 1.8.0 Christophe Riccio 2012-10-18 12:11:48 +02:00
  • e1afbc9cea Merge pull request #22 from progschj/master Christophe Riccio 2012-10-18 03:04:29 -07:00
  • 476abb8be0 removed \ from commented out out macro on line 564 to avoid compiler warnings for multiline comments Jakob Progsch 2012-10-18 11:56:54 +02:00
  • 9e6a23aaed Merge branch 'master' of https://github.com/g-truc/glm into 0.9.4 Christophe Riccio 2012-10-13 23:04:00 +02:00
  • 5868f20644 Merge pull request #3 from greenboxal/master Christophe Riccio 2012-10-13 14:02:07 -07:00
  • d18a415ddd Updated readme with Apple platform update Christophe Riccio 2012-10-13 22:47:49 +02:00
  • c899d63725 Fixed Clang and LLVM GCC detection Christophe Riccio 2012-10-13 18:26:04 +02:00
  • 88092b1c19 Merge branch '0.9.4' of https://github.com/g-truc/glm into 0.9.4 Christophe Riccio 2012-10-09 20:36:31 +02:00
  • 3647c867e5 updated spaces Christophe Riccio 2012-10-09 20:36:02 +02:00
  • 7d9c22094c Added debbugger visualizers for Visual Studio 2012. Jonathan Lima 2012-10-05 11:56:50 -03:00
  • e7233b20a8 Merge branch 'master' of https://github.com/Groovounet/glm into 0.9.4 Christophe Riccio 2012-09-25 00:28:42 +02:00
  • 5adff62c34 Merge pull request #19 from cneumann/master Christophe Riccio 2012-09-24 15:27:22 -07:00
  • ed2f46f2fa make FindGLM.cmake more compliant with cmake module recommendations Carsten Neumann 2012-09-24 15:20:02 -05:00
  • b9d9ae4ec5 updated CLang version detection Christophe Riccio 2012-09-23 15:30:17 +01:00
  • 8b5e63375f updated CLang version detection Christophe Riccio 2012-09-23 15:27:47 +01:00
  • 3fc42c9e9e Simplify Compilation build model detection Christophe Riccio 2012-09-20 17:31:32 +02:00
  • 8aa2eafc36 Added experiment in comment to auto detect the instruction set Christophe Riccio 2012-09-20 16:35:10 +02:00
  • 8c4ea6ebb2 Fixed isnan on GCC Christophe Riccio 2012-09-20 12:28:12 +02:00
  • c6d87a9458 Added compiler detection Christophe Riccio 2012-09-20 11:40:15 +02:00
  • 1eac545656 Fixed Intel compiler detection Christophe Riccio 2012-09-20 10:28:39 +02:00
  • b012c80771 Fixed isnan for Intel compiler Christophe Riccio 2012-09-20 10:17:03 +02:00
  • b1ecabdd28 Fixed GTX_matrix_interpolation, issue #9 Christophe Riccio 2012-09-19 19:14:45 +02:00
  • 7e3f00d034 Added missing test files Christophe Riccio 2012-09-19 15:34:23 +02:00
  • c2eea6da26 Removed floor_log2, comment that isnan and isinf are not working on MinGW Christophe Riccio 2012-09-18 01:52:16 +02:00
  • c7812d44cf Added findLSB test Christophe Riccio 2012-09-16 23:26:25 +02:00
  • 56738ee5cb Added idea for SSE2 implementation of findMSB Christophe Riccio 2012-09-13 02:14:41 +02:00
  • 69dd0d26b5 Updated readme.txt for 0.9.4.0 release Christophe Riccio 2012-09-13 00:45:20 +02:00
  • 8a7d6080d1 Fixed findMSB generic path Christophe Riccio 2012-09-13 00:43:46 +02:00
  • a2ba0ea86f Merge branch '0.9.3' of https://github.com/Groovounet/glm into 0.9.4 Christophe Riccio 2012-09-12 15:59:17 +02:00
  • d6bbf90670 Merge pull request #17 from muep/fix_msb Christophe Riccio 2012-09-12 06:56:44 -07:00
  • ad3422f6aa Better fix glm::findMSB for GCC >= 4.0 Joonas Sarajärvi 2012-09-12 15:17:21 +03:00
  • daa51e42bb Fix glm::findMSB for GCC >= 4.0 Joonas Sarajärvi 2012-09-12 01:44:34 +03:00
  • da530ac46e Fix integer version of glm::log2 for GCC Joonas Sarajärvi 2012-09-12 01:30:12 +03:00
  • 1822f9dd04 Added Intel compiler support Christophe Riccio 2012-09-11 02:30:28 +02:00
  • e8cbc50343 Fixed SSE detection on Visual C++ Christophe Riccio 2012-09-06 20:05:11 +02:00
  • 88cbbebac6 Merge branch 'master' into 0.9.4 Christophe Riccio 2012-09-06 18:45:15 +02:00
  • ef86084b84 Removed GLM website from the source repository Christophe Riccio 2012-09-06 00:30:34 +02:00
  • c588e9fa1e Merge pull request #16 from gigadude/master Christophe Riccio 2012-09-05 15:03:27 -07:00
  • 311c64c3d3 Fixed SSE detection Ed Hutchins 2012-09-05 14:48:02 -07:00
  • 2f3dd90aca Merge branch '0.9.3' into 0.9.4 Christophe Riccio 2012-09-05 23:45:12 +02:00
  • 72a01d3432 Experiment to do Christophe Riccio 2012-08-22 18:22:06 +01:00
  • 09a8d5a621 Fixed warning from #123 comments Christophe Riccio 2012-07-01 11:32:55 +01:00
  • ab552c3acd Compiled GLM site Christophe Riccio 2012-06-30 19:36:05 +01:00
  • 485700a546 Updated downloads Christophe Riccio 2012-06-30 14:45:56 +01:00
  • 5506d67789 Getting GLM 0.9.3.4 release Christophe Riccio 2012-06-30 14:05:52 +01:00
  • 35995e40f0 Merge branch '0.9.3' into 0.9.4 Christophe Riccio 2012-06-30 01:11:36 +01:00
  • ac8ec9b97c Fixed SSE includes with GCC Christophe Riccio 2012-06-30 01:05:45 +01:00
  • 9bd19663c1 Fixed #186, fixed warning Christophe Riccio 2012-06-28 19:45:28 +01:00
  • 3ab80ffe6d Fixed #187, fixed bitfieldExtract for vector based type Christophe Riccio 2012-06-28 19:40:42 +01:00
  • a979cb483e Updated readme for GLM 0.9.3.4 release Christophe Riccio 2012-06-28 19:15:57 +01:00
  • e26b0587b2 Deleted VIRTREV_xstream Christophe Riccio 2012-06-28 17:01:02 +01:00
  • 4797b4922a Fixed comflict Christophe Riccio 2012-06-20 15:13:19 +01:00
  • bfae1e09f5 Merge branch '0.9.4' of github.com:Groovounet/glm into 0.9.4 Christophe Riccio 2012-06-20 15:11:50 +01:00
  • 6eeec5c191 Updated index Christophe Riccio 2012-06-20 15:11:30 +01:00
  • a5e450cc01 Merge branch '0.9.3' of github.com:Groovounet/glm into 0.9.3 Christophe Riccio 2012-06-20 15:09:56 +01:00
  • ba6807b754 Added SSE4 and AVX2 detection, most changes from d9dc21328f Christophe Riccio 2012-06-03 02:17:36 +01:00
  • b88c550a10 Updated version for next release Christophe Riccio 2012-06-03 01:11:35 +01:00
  • fa0cc7a319 Merge branch '0.9.3' of github.com:Groovounet/glm into 0.9.4 Christophe Riccio 2012-05-20 11:14:42 +01:00
  • febf667159 Updated links Christophe Riccio 2012-05-12 15:42:33 +01:00
  • c4d886a3d6 Updared readme Christophe Riccio 2012-05-10 00:14:20 +01:00
  • 965873430c Prepare GLM 0.9.3.3 release Christophe Riccio 2012-05-09 23:59:42 +01:00
  • ac0c938442 Fixed VC warning Christophe Riccio 2012-05-09 22:39:17 +01:00
  • 921b2d8404 Merge branch '0.9.3' into 0.9.4 Christophe Riccio 2012-05-09 20:56:32 +01:00
  • 40622b0e79 Fixed merge Christophe Riccio 2012-05-08 21:01:40 +01:00
  • ff3ad788df Merge branch '0.9.3' of github.com:Groovounet/glm into 0.9.3 Christophe Riccio 2012-05-08 20:58:01 +01:00
  • 6654df6a10 Merge branch '0.9.3' into 0.9.4 Christophe Riccio 2012-05-02 13:09:48 +01:00
  • ade527271e Fixed transpose test Christophe Riccio 2012-05-02 12:34:07 +01:00
  • 45f82ab884 Added transpose test Christophe Riccio 2012-05-02 12:25:15 +01:00
  • 34dc3a6ef6 Fixed matrixCompMult function for none square matrix Christophe Riccio 2012-05-02 13:06:00 +01:00
  • 77eabf703a Merge branch '0.9.3' into 0.9.4 Christophe Riccio 2012-05-02 13:07:06 +01:00
  • 05426e7398 Fixed matrixCompMult function for none square matrix Christophe Riccio 2012-05-02 13:06:00 +01:00
  • dadf53884e Fixed transpose test Christophe Riccio 2012-05-02 12:34:07 +01:00
  • bcc40eb6d6 Added transpose test Christophe Riccio 2012-05-02 12:25:15 +01:00
  • 6920963069 Updated readme.txt Christophe Riccio 2012-05-02 11:28:34 +01:00
  • a5fdf3c1bf Fixed ticket #182, isnan and isinf conflicts Christophe Riccio 2012-04-30 22:23:08 +01:00
  • 928ed30fe0 Fixed namespace issue with stream operators Christophe Riccio 2012-04-23 15:41:18 +01:00
  • fb220d3f84 Fixed warnings: cast and redefined defines Christophe Riccio 2012-04-23 15:34:29 +01:00
  • 4989ad5a97 Fixed android detection #180 Christophe Riccio 2012-04-23 14:58:46 +01:00
  • 17eb14125a Merge branch '0.9.3' of github.com:Groovounet/glm into 0.9.3 Christophe Riccio 2012-04-19 11:30:28 +01:00
  • 958bb6f6ca Fixed GTX_compatibility on Android r7 Christophe Riccio 2012-04-19 11:29:57 +01:00
  • 4585395a89 Added CMake test build options Christophe Riccio 2012-04-14 18:19:28 +01:00
  • ac768ea12b Added an alias (slerp) for mix with quaternions Christophe Riccio 2012-04-14 15:33:44 +01:00
  • 80a4a7973c Merge branch '0.9.3' into 0.9.4 Christophe Riccio 2012-04-14 14:49:59 +01:00
  • 874a675bb9 Fixed nextafter for float on Intel compiler Christophe Riccio 2012-04-14 14:45:27 +01:00
  • 535f67e45e Ticket #176, workaround for Intel compiler which has a bug with lookAt Christophe Riccio 2012-04-14 14:32:30 +01:00