Commit Graph

  • 311f59ed7e Added vector retionnal with max ULPs arguments Christophe Riccio 2018-09-17 18:46:02 +0200
  • e5d6b1c64b Merged master Christophe Riccio 2018-09-17 11:48:15 +0200
  • 770498a407 updated GLM version for future GLM 0.9.9.3 Christophe Riccio 2018-09-14 13:28:24 +0200
  • 21a30e1116 Updated readme for GLM 0.9.9.2 release Christophe Riccio 2018-09-14 13:12:40 +0200
  • 9c8a348e21 Clean up test Christophe Riccio 2018-09-14 11:21:30 +0200
  • fe83040cbd Fixed default initialization with vector and quaternion types using GLM_FORCE_CTOR_INIT #812 Christophe Riccio 2018-09-10 15:45:01 +0200
  • 72327cea4f Added equal and notEqual overload with max ULPs parameters for scalar numbers #121 Christophe Riccio 2018-09-04 02:14:48 +0200
  • cf6504b65e Fixed GLM_FORCE_CXX** section in the manual Christophe Riccio 2018-09-03 23:53:45 +0200
  • 416fa93e42 Added PDF manual Christophe Riccio 2018-09-03 23:15:27 +0200
  • fc4350f28f Updated image color theme Christophe Riccio 2018-09-03 11:37:05 +0200
  • 86d812d3e9 Removed tabs.css Christophe Riccio 2018-09-03 00:00:43 +0200
  • 0c2e470baf Updated API doc Christophe Riccio 2018-09-02 23:34:18 +0200
  • 49b508a1ab Updated doxygen API documentation Christophe Riccio 2018-08-31 21:32:56 +0200
  • 9dcdae8e8f Updated doxygen API documentation Christophe Riccio 2018-08-31 20:46:32 +0200
  • 0b974f0d00 Improved doxygen API doc Christophe Riccio 2018-08-31 20:23:27 +0200
  • f6be32ed0d Completed manual for GLM 0.9.9.1 Christophe Riccio 2018-08-31 19:02:16 +0200
  • 1ff9f236d2 Merge branch 'master' of https://github.com/g-truc/glm Christophe Riccio 2018-08-31 18:50:08 +0200
  • c334499931 Fixed Clang 3.6 build Christophe Riccio 2018-08-31 18:49:53 +0200
  • 9a42579497 Updated manual Christophe Riccio 2018-08-31 18:24:28 +0200
  • b5dafc0e23 Use Clang 3.6 Christophe Riccio 2018-08-31 00:23:27 +0200
  • a5593b178f Updated manual, EXT extensions Christophe Riccio 2018-08-31 00:20:29 +0200
  • d479d5bf35 Tentative fix Travis Christophe Riccio 2018-08-31 00:20:05 +0200
  • 7e16e6c2a5 Use Clang 3.9 on trusty as Clang 3.6 on precise seems broken Christophe Riccio 2018-08-30 20:54:52 +0200
  • 99eb6b3cc6 Improved manual and API documentations Christophe Riccio 2018-08-30 12:06:10 +0200
  • 8177cf4aa3 Fixed decoloration Christophe Riccio 2018-08-30 01:06:07 +0200
  • 62e4c59d8d More manual documentation Christophe Riccio 2018-08-30 01:04:26 +0200
  • b40c557f25 Improved EXT extensions documentation Christophe Riccio 2018-08-30 00:16:14 +0200
  • 65874078a2 Fixed title Christophe Riccio 2018-08-29 22:34:09 +0200
  • 556f657936 Fixed doxygen failure Christophe Riccio 2018-08-29 21:50:57 +0200
  • 45d7fc8c4e Improved doxygen doc Christophe Riccio 2018-08-29 14:28:01 +0200
  • a0c47aced6 Clean up doxygen documentation Christophe Riccio 2018-08-29 10:56:55 +0200
  • 0e3c9f0d7d Added reference to other extensions Christophe Riccio 2018-08-29 01:34:02 +0200
  • 34f0c510b6 Fixed doxygen Christophe Riccio 2018-08-29 00:05:54 +0200
  • 37504928bb Fixed API documentation references and filenames Christophe Riccio 2018-08-28 21:55:47 +0200
  • b52c256622
    Merge pull request #808 from tigert1998/master Christophe 2018-08-28 12:49:06 +0200
  • 84b6247093 Modify glm::refract according to GLSL man page: return vector zero when full reflection happens #806 tigertang 2018-08-28 11:25:04 +0800
  • b1e8bcad29 Added guide for contributing to GLM and coding style guide #798 Christophe Riccio 2018-08-28 01:13:15 +0200
  • abdb9fa3a2 Fixed display of GLM version as part of GLM build messages Christophe Riccio 2018-08-28 01:12:15 +0200
  • e12d724143 Added backward compatibility with GLM_FORCE_ALIGNED, replaced by GLM_FORCE_DEFAULT_ALIGNED_GENTYPES Christophe Riccio 2018-08-27 23:29:09 +0200
  • 7c445ee93d Clean up GLM_FORCE_DEFAULT_ALIGNED_GENTYPES Christophe Riccio 2018-08-27 23:25:00 +0200
  • 76580af80e Clarified refract valid range of the indices of refraction, between -1 and 1 inclusively #806 Christophe Riccio 2018-08-27 23:13:02 +0200
  • f56011fb20 Fixed aligned test on compilers that doesn't support it Christophe Riccio 2018-08-27 22:11:17 +0200
  • 87f9f3bd78 Added manual documentation for GLM_FORCE_DEFAULT_ALIGNED_GENTYPES Christophe Riccio 2018-08-27 21:33:55 +0200
  • 2fdc2dc748 Clarify the support of constexpr Christophe Riccio 2018-08-27 20:19:19 +0200
  • bde7af55b1 Updated tested compiler versions Christophe Riccio 2018-08-27 19:31:47 +0200
  • a4e9d8b056 Updated manual Christophe Riccio 2018-08-26 01:08:12 +0200
  • 978df09b00 Clean up manual highlight Christophe Riccio 2018-08-25 22:45:01 +0200
  • dd6a42fcf5 Fixed links Christophe Riccio 2018-08-25 22:08:51 +0200
  • cee9de027d Progress on the manual update for GLM 0.9.9.1 Christophe Riccio 2018-08-22 23:10:59 +0200
  • 0fdf6a3f3a Fixed unknown target Christophe Riccio 2018-08-22 22:03:54 +0200
  • d788a8e51b Added unknown test Christophe Riccio 2018-08-22 21:49:31 +0200
  • de4dbc5662 Improved disabling auto detection Christophe Riccio 2018-08-22 21:43:32 +0200
  • b1c2cc64fd Added platform unknown test Christophe Riccio 2018-08-22 21:21:00 +0200
  • f58ccc7cee Fixed summary Christophe Riccio 2018-08-22 21:05:56 +0200
  • 18627cc3d2 When SIMD is enabled, user C++ language extensions on GCC and Clang Christophe Riccio 2018-08-22 01:51:55 +0200
  • 02a794a621 Reorganized section 2 Christophe Riccio 2018-08-22 01:51:12 +0200
  • 80f4ea1a85 Updated headers doc Christophe Riccio 2018-08-20 00:34:43 +0200
  • 2e803c948f Fixed summary Christophe Riccio 2018-08-19 23:51:52 +0200
  • c8adabb801 Prepare EXT extensions doc Christophe Riccio 2018-08-19 23:51:10 +0200
  • b45f286054 Prepare EXT extensions doc Christophe Riccio 2018-08-19 23:48:00 +0200
  • 6543cc9ad1 Reduced dependencies Christophe Riccio 2018-08-19 19:33:11 +0200
  • 0ceb2b755f Removed CMake install Christophe Riccio 2018-08-19 18:02:57 +0200
  • c4f9bc5de6 Fixed ctest Christophe Riccio 2018-08-19 17:55:39 +0200
  • 1647c36272 Added back full appveyor test matrix Christophe Riccio 2018-08-19 17:47:49 +0200
  • 911e952c60 Quiet GLM CMake message on appveyor Christophe Riccio 2018-08-19 17:43:24 +0200
  • aff5b7a02d Added GLM_QUIET Christophe Riccio 2018-08-19 17:42:30 +0200
  • abb52b7dae tentative fix of appveyor script Christophe Riccio 2018-08-19 17:33:15 +0200
  • 469b0cce4d tentative fix of appveyor script Christophe Riccio 2018-08-19 17:31:36 +0200
  • f1b19e7218 tentative fix of appveyor script Christophe Riccio 2018-08-19 17:25:50 +0200
  • 981a625b63 tentative fix of appveyor script Christophe Riccio 2018-08-19 17:21:44 +0200
  • f4331fa74b tentative fix of appveyor script Christophe Riccio 2018-08-19 17:20:35 +0200
  • 3b67e0cfd2 tentative fix of appveyor script Christophe Riccio 2018-08-19 17:09:51 +0200
  • 636515271b Fixed appveyor error Christophe Riccio 2018-08-19 16:59:37 +0200
  • 8d42169c2a Reduce the number of appveyor configurations Christophe Riccio 2018-08-19 16:55:22 +0200
  • d9d1aaf4b4 Reduce the number of appveyor configuration Christophe Riccio 2018-08-19 16:52:06 +0200
  • 89e5c5db49 More readable env argument Christophe Riccio 2018-08-19 16:46:59 +0200
  • 3d16ba7c0a New AppVeyor test matrix Christophe Riccio 2018-08-19 16:43:07 +0200
  • ba0f75fb0a Tentative of full rebuild of appveyor Christophe Riccio 2018-08-19 16:21:21 +0200
  • 10062d5adb Fixed travis script Christophe Riccio 2018-08-19 16:18:02 +0200
  • f69d029438 New list of target for Visual Studio testing Christophe Riccio 2018-08-19 16:15:16 +0200
  • 684eb11993 Test C++98 on Clang Christophe Riccio 2018-08-19 15:44:39 +0200
  • 096eb6726a Reordered target for consistency Christophe Riccio 2018-08-19 15:07:13 +0200
  • 6b2220459d Reordered target for consistency Christophe Riccio 2018-08-19 15:05:02 +0200
  • e10dd77b63 More test on XCode 8 Christophe Riccio 2018-08-19 15:02:52 +0200
  • 4967bb6163 Clean up test order Christophe Riccio 2018-08-19 15:01:05 +0200
  • bbb4164736 Test AVX2 Christophe Riccio 2018-08-19 14:57:50 +0200
  • a6977eafc4 Removed release AVX tests on Linux Christophe Riccio 2018-08-19 14:51:56 +0200
  • 4e5c8e6a27 Simplify messages Christophe Riccio 2018-08-19 14:50:03 +0200
  • 43581a0f3a Removed duplicated messages Christophe Riccio 2018-08-19 14:45:58 +0200
  • f84216c735 Clean up messages Christophe Riccio 2018-08-19 14:35:30 +0200
  • 84797af694 Added transpose test Christophe Riccio 2018-08-19 14:02:47 +0200
  • 007fe0ff65 Fixed perf mat div test to avoid NaN Christophe Riccio 2018-08-19 13:36:31 +0200
  • 89f345d5fb Added perf tests Christophe Riccio 2018-08-19 12:13:55 +0200
  • 133b1f9223 Added SIMD tests Christophe Riccio 2018-08-19 11:24:56 +0200
  • 0c6473ac5c appveyor only build in 32 bits... Christophe Riccio 2018-08-19 04:00:53 +0200
  • fc522257cf Trying to get 64 bits build on AppVeyor Christophe Riccio 2018-08-19 03:51:05 +0200
  • 1294a9758d Fixed travis for ssse3 Christophe Riccio 2018-08-19 03:40:48 +0200
  • fc921e7838 /verbosity:minimal Christophe Riccio 2018-08-19 03:30:43 +0200
  • a99185a6c2 quiet msbuild Christophe Riccio 2018-08-19 03:26:06 +0200
  • 355f1e7514 Added more SIMD configuration Christophe Riccio 2018-08-19 03:19:07 +0200