Commit Graph

  • 84b4c0422e Merge pull request #117 from ramassin/0.9.5 Christophe Riccio 2013-09-20 03:20:14 -0700
  • 1ea60c4db0 Merge 95fc01aede into b2b40e0f6b ramassin 2013-09-20 01:01:43 -0700
  • 95fc01aede Merge branch '0.9.5' of https://github.com/ramassin/glm into 0.9.5 Filippo Ramaciotti 2013-09-20 09:51:26 +0200
  • 3eb1f70758 Changed sign for eulerAngleY to make it consistent with the others Filippo Ramaciotti 2013-09-20 09:49:51 +0200
  • 00bb64f412 Changed sign for eulerAngleY to make it consistent with the others unknown 2013-09-20 09:42:27 +0200
  • ce40906a5a Added GLM 0.9.5 PDF manual Christophe Riccio 2013-09-19 22:37:43 +0200
  • b2b40e0f6b Fixed merge Christophe Riccio 2013-09-19 21:49:16 +0200
  • 15b19a10be Updated readme for GLM 0.9.4.6 release 0.9.4.6 Christophe Riccio 2013-09-19 21:48:06 +0200
  • b6f5b4121d Fixed merge Christophe Riccio 2013-09-19 21:46:51 +0200
  • 843cc7bd61 Fixed eulerAngleY rotation orientation Christophe Riccio 2013-09-19 21:33:29 +0200
  • 61589b8a28 Added a GTX_euler_angle unit test Christophe Riccio 2013-09-18 23:05:50 +0200
  • df152fa9db Updated version for next release Christophe Riccio 2013-09-18 00:28:36 +0200
  • 08c95429fe Fixed build on GCC Christophe Riccio 2013-09-17 23:56:46 +0200
  • 52d86dcc19 Fixed merge Christophe Riccio 2013-09-17 23:30:37 +0200
  • da67a79222 Removed invalid *= operators for non square matrix Christophe Riccio 2013-09-17 23:10:39 +0200
  • 579ab2b7d2 Fixed const ref issue for vector types. Backport from GLM 0.9.5 branch #116 Christophe Riccio 2013-09-17 23:02:04 +0200
  • 0a9162e189 Fixed const ref issue for matrix types. Backport from GLM 0.9.5 branch #116 Christophe Riccio 2013-09-17 22:52:37 +0200
  • dbef0b4eb5 Fixed build Christophe Riccio 2013-09-17 22:51:39 +0200
  • 33a482a6be Added GCC49 detection Christophe Riccio 2013-09-17 22:51:24 +0200
  • 55c242c15c Added GCC49 detection Christophe Riccio 2013-09-17 22:51:04 +0200
  • da6e485aad Fixed B /= B.y bug for all assignment operators of matrix classes. #116 Christophe Riccio 2013-09-17 22:27:29 +0200
  • b258af3e67 Fixed B /= B.y bug for all assignment operators of vector classes. #116 Christophe Riccio 2013-09-17 21:37:40 +0200
  • aa0b2a5e28 Fixed ldexp and frexp implementations Christophe Riccio 2013-09-17 01:16:00 +0200
  • dddcbe58e6 Factorized float to uint and co function code. Christophe Riccio 2013-09-17 01:06:45 +0200
  • 4707333a58 Added std::round test Christophe Riccio 2013-09-16 03:14:44 +0200
  • d37d3539ed - Fixed ldexp implementation - Increased assert coverage - Increased static_assert coverage - Replaced GLM traits by STL traits when possible - Allowed including individual core feature Christophe Riccio 2013-09-16 03:03:49 +0200
  • cd0519d24b Optimized header inclusion of swizzle operator code. Not included when not enabled Christophe Riccio 2013-09-16 00:43:24 +0200
  • 8eea3c7645 Remove tref* Christophe Riccio 2013-09-16 00:39:19 +0200
  • 3e82b598b4 Completed swizzle operator documentation Christophe Riccio 2013-09-15 21:27:35 +0200
  • 0a23b0a796 Added default template arguments to vector and matrix types Christophe Riccio 2013-09-15 21:00:14 +0200
  • b72ce6addc Swizzle operators are disabled again by default... :/ Christophe Riccio 2013-09-15 20:44:33 +0200
  • 1d9e6dc95c Enabled swizzle operator by default, removed GLM_SWIZZLE and add GLM_SWIZZLE_RELAX for Visual C++ lang extension implementation. Christophe Riccio 2013-09-15 17:55:05 +0200
  • 5d66caa7da Removed vector type functions named swizzle Christophe Riccio 2013-09-15 14:45:29 +0200
  • ca3927b61a Fixed swizzle tests Christophe Riccio 2013-09-15 14:40:21 +0200
  • 6838815f9f Factorized fastInversesqrt code Christophe Riccio 2013-09-15 14:39:59 +0200
  • eeacdf37a0 Added low precision specializations of inversesqrt Christophe Riccio 2013-09-15 13:45:51 +0200
  • 4bd84e1a0c Added low precision specializations of inversesqrt Christophe Riccio 2013-09-15 13:36:05 +0200
  • 741756f17d Added comment on implementation details Christophe Riccio 2013-09-15 12:44:11 +0200
  • 1a7dfa03ea Restore value_type member to vectors Christophe Riccio 2013-09-15 12:41:43 +0200
  • a2f3154129 Updated readme.txt Christophe Riccio 2013-09-15 04:46:25 +0200
  • 795744906b Merge branch '0.9.4' into 0.9.5 Christophe Riccio 2013-09-15 04:18:54 +0200
  • 79405910bb Fixed superfluous up normalization in glm::lookAt() #114 Christophe Riccio 2013-09-15 04:17:10 +0200
  • ba1ccbaba2 Fixed merge Christophe Riccio 2013-09-15 03:57:12 +0200
  • b9afb5e8b3 Updated readme for release of 0.9.4.6 Christophe Riccio 2013-09-15 03:43:19 +0200
  • fadbc78307 Reorder slow functions... still to be tested. Christophe Riccio 2013-09-15 03:31:38 +0200
  • cc02b86fb1 Fixed merge Christophe Riccio 2013-09-15 03:30:20 +0200
  • bb9cc43a6d Updated CMake instruction set selection Christophe Riccio 2013-09-15 03:09:10 +0200
  • 8658704bf6 Merge branch '0.9.5' of https://github.com/g-truc/glm into 0.9.5 Christophe Riccio 2013-09-11 01:09:21 +0200
  • 08ada74f36 More precise C++ features detection Christophe Riccio 2013-09-11 01:06:11 +0200
  • 6d2170adb3 Fixed C++11 activation on XCode for the CMake test suite ID Christophe Riccio 2013-09-10 19:58:02 +0200
  • 5c84e480bf Fixed warnings generated by GLM_COMPONENT* #113 Christophe Riccio 2013-09-10 00:01:25 +0200
  • c038e80e9f Optimized GTC packing functions Christophe Riccio 2013-09-09 15:16:14 +0200
  • cd186dadb3 Optimized packing and unpacking functions Christophe Riccio 2013-09-08 17:56:18 +0200
  • 804078f690 Fixed test against GLM_COMPILER_GCC31 and GLM_COMPILER_VC2005 that doesn't exist in GLM 0.9.5 #111 Christophe Riccio 2013-09-08 15:32:30 +0200
  • c9f623e717 Fixed glm::orientation with GLM_FORCE_RADIANS defined #112 Christophe Riccio 2013-09-08 15:23:13 +0200
  • 98a277d6af Removed a static_assert Christophe Riccio 2013-09-08 15:17:45 +0200
  • 2a0d6e804b Updated readme Christophe Riccio 2013-09-08 03:46:49 +0200
  • 966c049ce6 Fixed Snorm2x16 packing Christophe Riccio 2013-09-08 03:45:30 +0200
  • f9b944bd31 Fixed an overload resolution bug generating chains of convertions. Christophe Riccio 2013-09-08 03:14:31 +0200
  • 0ff1026dbb Removed value_type and size_type Christophe Riccio 2013-09-08 02:30:16 +0200
  • d3f0262a27 Fixed .length() that should return a int and not a size_t Christophe Riccio 2013-09-08 00:25:26 +0200
  • b9266c07b0 Using C++ casts Christophe Riccio 2013-09-08 00:22:17 +0200
  • b7c020b6fe Updated GLM 0.9.5 doc Christophe Riccio 2013-09-07 18:35:01 +0200
  • 72db321c68 Updated documentation Christophe Riccio 2013-09-07 13:09:28 +0200
  • f511121559 Merge nohalf Christophe Riccio 2013-09-06 02:17:09 +0200
  • e413381fad Merge Christophe Riccio 2013-09-06 02:14:15 +0200
  • eb7059ff26 Updated precision qualifier documentation nohalf-closed Christophe Riccio 2013-09-02 00:50:26 +0200
  • 82a3f8fafb Updated documentation for GLM 0.9.5 updates Christophe Riccio 2013-09-02 00:17:59 +0200
  • 16b9c79acc Added implicit conversion of types with different precision qualifier Christophe Riccio 2013-09-02 00:16:41 +0200
  • 635d2d0eca Fixed GTC_packing build Christophe Riccio 2013-09-01 18:22:47 +0200
  • 8e955736ac Removed GTC_swizzle Christophe Riccio 2013-08-31 12:00:10 +0200
  • 36a5f1cc20 Fixed merge Christophe Riccio 2013-08-31 11:53:05 +0200
  • 0464c836cb Fixed merge Christophe Riccio 2013-08-31 11:50:30 +0200
  • f1e175e2e6 Updated doc Christophe Riccio 2013-08-31 11:47:10 +0200
  • d757ee2bfc Updated GLM 0.9.5 documentation Christophe Riccio 2013-08-31 01:56:02 +0200
  • e8f0499e2a Always enable swizzle operators preview1 Christophe Riccio 2013-08-29 01:22:32 +0200
  • 9e7e7ceafd Fixed merge Christophe Riccio 2013-08-29 01:19:47 +0200
  • 7673080359 Clean up unused defines Christophe Riccio 2013-08-28 11:12:21 +0200
  • 3948f7d46e Merge branch '0.9.5' into nohalf Christophe Riccio 2013-08-28 11:06:29 +0200
  • 35b0d2afd8 Fixed a Visual C++ 10 bug regarding declaration of templates Christophe Riccio 2013-08-28 11:06:11 +0200
  • 4ed278b9c7 Fixed merge Christophe Riccio 2013-08-28 10:57:51 +0200
  • c6062115c6 Removed l-value swizzle operators Christophe Riccio 2013-08-28 00:13:02 +0200
  • 4b7862b314 Fixed issues with ref types for l-value swizzle operators Christophe Riccio 2013-08-27 13:50:55 +0200
  • b3d70c635b Bring back CXXMS and CXX98 code pass for swizzle operators Christophe Riccio 2013-08-27 12:15:53 +0200
  • bc72fafdd9 Removed multiple component selection code Christophe Riccio 2013-08-27 11:35:58 +0200
  • 6e82d7ba31 Remove unsupported compiler detection Christophe Riccio 2013-08-27 11:05:06 +0200
  • 1de93021bd Updated compiler detection Christophe Riccio 2013-08-27 10:50:33 +0200
  • 4dd2b6893e Removed multiple code path for vector components Christophe Riccio 2013-08-27 10:49:04 +0200
  • 22ab3bd59d Merge branch '0.9.5' into nohalf Christophe Riccio 2013-08-27 10:39:34 +0200
  • 5be36e0ddc Merge branch 'packing' of https://github.com/g-truc/glm into packing packing-closed Christophe Riccio 2013-08-27 10:38:39 +0200
  • 0330485171 Merge branch '0.9.5' into packing Christophe Riccio 2013-08-27 10:16:55 +0200
  • 80f6c06c78 Fixed merge Christophe Riccio 2013-08-27 10:16:33 +0200
  • b1230f2adc Fixed build Christophe Riccio 2013-08-26 11:14:46 +0200
  • 0abec19bc1 Added missing documentation, missing 4x16 half packing functions, added initial tests Christophe Riccio 2013-08-26 08:28:17 +0200
  • fb13e7bf8a Added unpack 111110 implementation, missing inf and NaN code path Christophe Riccio 2013-08-26 07:38:34 +0200
  • 6fd6cf2c8c Fixed packing implementation function names, added missing (un)PackUnom3x10_1_2 implementations, fixed rounding and clamping on (un)packSnom3x10_1x2 implementations Christophe Riccio 2013-08-25 22:50:48 +0200
  • 5645369d56 Fixed packing implementation function names Christophe Riccio 2013-08-25 22:30:52 +0200
  • 65d29dddaa Completed GTC_packing documentation Christophe Riccio 2013-08-25 22:26:10 +0200
  • 44f9db1c3b Added documentation for GTC+packing Christophe Riccio 2013-08-25 00:02:03 +0200
  • 965b641722 Added documentation for GTC+packing Christophe Riccio 2013-08-24 23:38:36 +0200