Commit Graph

  • ff1f50bb15 Added GTX_wrap Christophe Riccio 2015-06-27 19:36:03 +02:00
  • 08eedc6209 Added experiment for new fastCos. More sRGB tests. Christophe Riccio 2015-06-27 18:36:17 +02:00
  • 2ee6151a40 Use unions for type punning Carsten Neumann 2015-05-18 12:20:55 -05:00
  • d69aa08187 Small documentation mistake in intersect.hpp, plane instead of triangle. morgan 2015-05-16 12:29:37 +02:00
  • 83409a0720 Merge pull request #335 from shaxbee/master Christophe Riccio 2015-05-04 09:50:39 +02:00
  • 60ccb43b14 Improve compatibility with old CMake versions Zbigniew Mandziejewicz 2015-05-02 16:03:24 +08:00
  • d7fa6d318c - Removed -m64 causing build issues on Linux 32 #331 Christophe Riccio 2015-05-02 00:26:12 +02:00
  • 25ccac2fd3 Fixed release note Christophe Riccio 2015-05-02 00:08:47 +02:00
  • c1377bc360 - Clarified manual regarding angle unit in GLM, added FAQ 11 #336 Christophe Riccio 2015-05-02 00:07:35 +02:00
  • ea36f44294 Fixed perspective fovy argument documentation #327 Christophe Riccio 2015-05-01 23:46:09 +02:00
  • 0d1e2d5e8a Updated release note for Added master branch continuous integration service on Linux 64 #332 Christophe Riccio 2015-05-01 23:37:48 +02:00
  • 3a1c510999 Updated lastest release in readme.md Christophe Riccio 2015-05-01 22:42:30 +02:00
  • 909e3c2e29 Updated lasest release. Christophe Riccio 2015-05-01 22:35:05 +02:00
  • b05536dee8 Added link to releases Christophe Riccio 2015-05-01 22:32:13 +02:00
  • 08937e2702 Added lastest release on release.md Christophe Riccio 2015-05-01 22:25:24 +02:00
  • 6b47f41387 Fixed automated tests compiler versions Christophe Riccio 2015-05-01 21:39:36 +02:00
  • 303a523325 Fixed C++98 build Christophe Riccio 2015-05-01 20:49:58 +02:00
  • 084804111e Fixed CMake build on 2.8 versions Christophe Riccio 2015-05-01 20:40:45 +02:00
  • 476ea7bbe1 Merge pull request #324 from shaxbee/master Christophe Riccio 2015-05-01 20:20:50 +02:00
  • df8cd22706 Fixed specifier removal by 'std::make_pair<>' #333 Christophe Riccio 2015-05-01 20:01:07 +02:00
  • 5f784d812a Updated readme.md with more link Christophe Riccio 2015-05-01 19:40:03 +02:00
  • 7cdc3aa4e0 Updated readme.md formatting Christophe Riccio 2015-05-01 16:58:02 +02:00
  • 376ca3351f Updated readme.md Christophe Riccio 2015-05-01 16:46:45 +02:00
  • ff05442b0b Updated readme.md Christophe Riccio 2015-05-01 16:22:00 +02:00
  • 3164671f77 Updated readme.md Christophe Riccio 2015-05-01 16:19:21 +02:00
  • 6309159683 Updated readme.md Christophe Riccio 2015-05-01 16:16:36 +02:00
  • 20d1e6b06a Updated readme.rd Christophe Riccio 2015-05-01 16:07:48 +02:00
  • 1fe65522c9 Added GLM description to GLM readme.md Christophe Riccio 2015-05-01 15:46:53 +02:00
  • d1f36ac419 Added logo Christophe Riccio 2015-05-01 15:30:52 +02:00
  • 7f291cdbeb Renamed readme.md Christophe Riccio 2015-05-01 15:05:16 +02:00
  • 099bef4d16 Fixed GCC build Christophe Riccio 2015-05-01 14:48:55 +02:00
  • e590111375 added: 'operator<<(std::pair<tmat4x4<T,P>, tmat4x4<T,P>>)' routed to 'operator<<(std::pair<tmat4x4<T,P> const, tmat4x4<T,P> const>)' to avoid specifier removal by 'std::make_pair<>' and follow-up type-deduction problems; see [http://stackoverflow.com/questions/29985791/] jan p springer 2015-05-01 13:42:56 +01:00
  • a472f50767 Fixed C++98 build Christophe Riccio 2015-05-01 14:13:48 +02:00
  • 37f7df3dc0 Simplified build tree CMake config Zbigniew Mandziejewicz 2015-04-10 00:04:52 +08:00
  • 29940ee443 Export build tree package Zbigniew Mandziejewicz 2015-04-09 11:20:58 +08:00
  • 62a7daddcf Removed obsolete FindGLM Zbigniew Mandziejewicz 2015-03-30 01:21:56 +08:00
  • 288d1af309 Export glm as interface library for CMake 2.8.12 and newer Zbigniew Mandziejewicz 2015-03-29 10:41:09 +08:00
  • e1c3c531dd Fixed warnings Christophe Riccio 2015-03-16 23:29:13 +01:00
  • f51bcc70cc Added <glm/gtx/hash.hpp> to perform to perform std::hash on GLM types #320 Christophe Riccio 2015-03-15 23:52:22 +01:00
  • 61e9b88db0 Merge pull request #320 from plasmacel/master Christophe Riccio 2015-03-15 22:49:29 +01:00
  • 102c223aa2 Don't show status message in 'FindGLM' if 'QUIET' option is set. #317 Christophe Riccio 2015-03-15 21:50:46 +01:00
  • 7cd4a531ec Merge pull request #317 from camio/find_quietly Christophe Riccio 2015-03-15 21:48:51 +01:00
  • a8203ac034 Fixed multi-line comment warning in g++. #315 Christophe Riccio 2015-03-15 21:45:57 +01:00
  • ee222f4bfc Merge pull request #315 from BryceMehring/master Christophe Riccio 2015-03-15 21:40:17 +01:00
  • 3252b53841 Added functions eulerAngleXYZ and extractEulerAngleXYZ #311 Christophe Riccio 2015-03-15 21:36:56 +01:00
  • 14c3673b39 Merge pull request #311 from jzrake/master Christophe Riccio 2015-03-15 21:34:52 +01:00
  • 417676566e Fixed (u)int64 MSB/LSB handling on BE archs #306 Christophe Riccio 2015-03-15 21:31:51 +01:00
  • 05eac3c8b2 Merge pull request #306 from jcajka/master Christophe Riccio 2015-03-15 21:27:35 +01:00
  • b1c45d3ce3 add precision support to std::hash glm specializations Thom de Villa 2015-03-07 14:25:59 +01:00
  • 36e2bdd294 comment fix Thom de Villa 2015-03-07 14:04:56 +01:00
  • 44c3453c84 std::hash support for glm types Thom de Villa 2015-03-07 14:01:55 +01:00
  • 23007136cf Merge pull request #3 from g-truc/master Thom de Villa 2015-03-07 13:44:48 +01:00
  • 5ac752262a Don't show status message in 'FindGLM' if 'QUIET' option is set. David J. Sankel 2015-02-26 11:12:02 -07:00
  • 47116d8c28 Fixed multi-line comment warning in g++. BryceMehring 2015-02-22 14:32:55 -06:00
  • f380d9e6f4 Updated readme #314 Christophe Riccio 2015-02-22 21:28:44 +01:00
  • 88f4a5ed82 Merge pull request #314 from amc522/master Christophe Riccio 2015-02-22 21:22:41 +01:00
  • 982e395331 Accidentally changed spaces to tabs. Reverting that change. Aaron Cooper 2015-02-21 14:43:07 -05:00
  • 490cfbea3a Added left handed functions for perspective, perspectiveFov, and lookAt. Aaron Cooper 2015-02-21 14:39:45 -05:00
  • dc86af5d29 Merge 0.9.6 Christophe Riccio 2015-02-19 12:04:37 +01:00
  • 7e6b502639 Fixed default precision for quat and dual_quat type #312 Christophe Riccio 2015-02-19 11:57:35 +01:00
  • b94aa556c5 add default precision to quat type plasmacel 2015-02-17 07:05:37 +01:00
  • a131b4e5dc Merge pull request #312 from plasmacel/master Christophe Riccio 2015-02-19 11:36:33 +01:00
  • 62658e8dce add default precision to quat type plasmacel 2015-02-17 07:05:37 +01:00
  • 69a824c478 Merge pull request #2 from g-truc/master plasmacel 2015-02-17 07:03:37 +01:00
  • d3313421c6 Add functions eulerAngleXYZ and extractEulerAngleXYZ Jonathan Zrake 2015-02-15 14:29:49 -05:00
  • 6af33a31fd Merged 0.9.6 branch Christophe Riccio 2015-02-15 16:35:46 +01:00
  • ba68939dec Updated readme for 0.9.6.4 Christophe Riccio 2015-02-15 16:32:26 +01:00
  • 7b9c7008eb Updated version Christophe Riccio 2015-02-15 16:30:39 +01:00
  • 567157fc8c Updated version Christophe Riccio 2015-02-15 16:23:13 +01:00
  • 09241ec000 Updated readme 0.9.6.3 Christophe Riccio 2015-02-15 16:12:54 +01:00
  • 9a8cffd83a Fixed Android doesn't have C++ 11 STL #284 Christophe Riccio 2015-02-15 15:33:14 +01:00
  • 042270d049 Added 'fmod' overload to GTX_common with tests, Removed integer specification for 'mod' in GTC_integer #308 Christophe Riccio 2015-02-15 12:38:23 +01:00
  • 7844332816 Fixed memory corruption (undefined behaviour) #303 Christophe Riccio 2015-02-14 13:56:48 +01:00
  • f1d4c39622 Fixed memory corruption (undefined behaviour) #303 Christophe Riccio 2015-02-14 01:11:10 +01:00
  • 594380dcb6 Merge 0.9.6 Christophe Riccio 2015-02-14 00:52:30 +01:00
  • 49cf8d8964 Disable GLM_HAS_TRIVIAL_QUERIES Christophe Riccio 2015-02-14 00:51:10 +01:00
  • cb427b053d 64 bits GCC build Christophe Riccio 2015-02-14 00:50:00 +01:00
  • 7751bd4af4 Fixed MinGW32 build Christophe Riccio 2015-02-14 00:19:47 +01:00
  • d33974afa6 Fixed warning Christophe Riccio 2015-02-13 23:24:12 +01:00
  • c279ed0ef9 Specialized integer implementation of YCoCg-R #310 Christophe Riccio 2015-02-13 18:23:14 +01:00
  • c51422c375 Merge pull request #310 from Mokosha/SpecializeYCoCg Christophe Riccio 2015-02-13 17:54:43 +01:00
  • 2ba1ae95c2 Remove testing #ifdefs Pavel Krajcevski 2015-02-13 00:30:25 -08:00
  • a53696a2dc Specialize template for integer YCoCgR conversion to use bitshifts Pavel Krajcevski 2015-02-13 00:22:03 -08:00
  • 387df50459 Updated GTC_color Christophe Riccio 2015-02-12 21:21:50 +01:00
  • 3ea110b44d Added GTC_color documentation Christophe Riccio 2015-02-11 00:14:17 +01:00
  • 40d0bc2e85 Added GTC_color, rgbToSrgb and srgbToRgb with tests Christophe Riccio 2015-02-10 23:49:49 +01:00
  • 72691336c7 Fixed functions not inlined with Clang #302 Christophe Riccio 2015-02-10 01:00:25 +01:00
  • 2fc4532931 Fixed functions not inlined with Clang #302 Christophe Riccio 2015-02-10 00:59:57 +01:00
  • 3b93835801 Merge branch '0.9.6' Christophe Riccio 2015-02-10 00:06:07 +01:00
  • d8576b94f3 Clarify GLM licensing Christophe Riccio 2015-02-10 00:05:34 +01:00
  • 4ad2ad84a8 Merge pull request #301 from regnirpsj/master Christophe Riccio 2015-02-09 23:05:10 +01:00
  • 93d07fdc39 Merge 0.9.6 branch Christophe Riccio 2015-02-09 22:30:29 +01:00
  • ade5ad88fd Updated readme Christophe Riccio 2015-02-09 22:19:36 +01:00
  • 969daee26d Merge pull request #307 from aubreyrjones/intel_has_include_fix Christophe Riccio 2015-02-09 22:08:20 +01:00
  • 19066e9940 Added partial constexpr support detection Christophe Riccio 2015-02-09 22:02:03 +01:00
  • 5d421b27b2 Changed usage of __has_include to support Intel compiler. Aubrey R. Jones 2015-02-05 11:08:43 -07:00
  • 8977e6d010 Fixed (u)int64 MSB/LSB handling on BE archs Jakub Čajka 2015-01-28 09:57:55 +01:00
  • fad35c4e87 Removed temp file that should not have been commited Christophe Riccio 2015-01-25 21:09:17 +01:00
  • 387f931feb Fixed Visual C++ 2015 constexpr errors: Disabled only partial support Christophe Riccio 2015-01-25 21:06:07 +01:00
  • d30aba45e0 added: operator<< for tvec1<> jan p springer 2015-01-14 22:10:55 +00:00