Commit Graph

59 Commits

Author SHA1 Message Date
Christophe Riccio
5ef31a6e18 Added per feature headers 2013-12-24 06:19:45 +01:00
Christophe Riccio
d37d3539ed - Fixed ldexp implementation
- Increased assert coverage
- Increased static_assert coverage
- Replaced GLM traits by STL traits when possible
- Allowed including individual core feature
2013-09-16 03:03:49 +02:00
Christophe Riccio
1de93021bd Updated compiler detection 2013-08-27 10:50:33 +02:00
Christophe Riccio
5338aaac9e Added half literals 2013-05-07 01:01:56 +02:00
Christophe Riccio
281a391b4d Fixed swizzle build on Visual C++ compiler 2013-05-01 01:54:48 +02:00
Christophe Riccio
c14e2d7fbc Added precision template parameter 2013-04-10 13:46:27 +02:00
Christophe Riccio
589e7cda6b Added forward declarations (glm/fwd.hpp) for faster compilations, issue #56 2013-03-31 11:41:53 +02:00
Christophe Riccio
afb7779baf Added forward declarations (glm/fwd.hpp) for faster compilations, issue #56 2013-03-31 03:35:10 +02:00
Christophe Riccio
39cf417691 Added initial implementation for forward declarations: int and float scalar types, #56 2013-03-31 01:16:13 +01:00
Christophe Riccio
78118204f6 Merge branch '0.9.4' into 0.9.5 2013-02-20 16:22:07 +01:00
Christophe Riccio
2a4434786e Updated date 2013-02-20 16:21:56 +01:00
Christophe Riccio
d52a388000 Refactoring of integer and float details, use of C++11 integer types when available. 2013-01-31 18:02:47 +01:00
Christophe Riccio
1dda2390e5 Fixed warnings on MacOS X 2012-11-04 14:26:54 +01:00
Christophe Riccio
88d3927558 Updated copyright date 2012-01-09 11:20:01 +00:00
Christophe Riccio
dd244d8d25 Fixed MinGW roundEven bug 2011-12-05 18:08:43 +00:00
Christophe Riccio
859833fa62 Fixed doxygen error 2011-10-24 15:47:31 +01:00
Christophe Riccio
671ebd40eb Fixed GCC 4.2.4 build 2011-10-22 02:49:28 +01:00
Christophe Riccio
4843f8ffb9 Added swizzle operator from generated functions for non C++11 compiler 2011-10-19 16:49:28 +01:00
Christophe Riccio
9e735277ad Added explicit swizzle functions 2011-10-18 16:27:20 +01:00
Christophe Riccio
16ef34f9c5 Added log2 for int types 2011-10-13 18:36:44 +01:00
Christophe Riccio
124780e826 Added GLI for GLM tests 2011-06-23 20:07:13 +01:00
Christophe Riccio
78c6305089 Fixed links 2011-06-16 10:02:12 +01:00
Christophe Riccio
fa1d6aaa59 Moved doxy doc 2011-06-16 01:34:07 +01:00
Christophe Riccio
ea3e0d4ebd Fixed headers 2011-06-15 21:35:27 +01:00
Christophe Riccio
3621deaeb5 Removed gtc and gtx namespaces 2011-06-10 16:45:17 +01:00
Christophe Riccio
a672f612ad Moved docygen documentation to each extension file and added missing extension documentation 2011-06-07 16:37:57 +01:00
Christophe Riccio
5acf2d84a0 Fixed namespace issues 2011-06-06 22:06:16 +01:00
Christophe Riccio
76e8fc1f18 Fixed merge 2011-06-02 15:54:04 +01:00
Christophe Riccio
11d67b6749 Fixed namespace visibility 2011-06-02 15:52:36 +01:00
Christophe Riccio
f8473154eb Fixed more typos 2011-06-02 13:25:37 +01:00
Christophe Riccio
0ffce51edf Fixed more typos 2011-06-02 13:22:50 +01:00
Christophe Riccio
96a0a678ad Updated doxygen comment convensions 2011-05-16 18:44:16 +01:00
Christophe Riccio
ad60108e2c Added more doxygen documentation 2011-05-12 17:36:29 +01:00
Christophe Riccio
8f517b7505 Removed define GLMvaltype 2011-03-09 11:54:06 +00:00
Christophe Riccio
1b91fe7790 Started removing GLMvalType 2011-03-03 10:53:20 +00:00
Christophe Riccio
5ac38b0af7 Updated version for GLM 0.9.1 final release 2011-02-28 11:13:04 +00:00
Christophe Riccio
418088a947 Moved setup.hpp 2011-02-22 01:22:38 +00:00
Christophe Riccio
ad84fb61f5 Fixed ticket #44 with name collision 2011-02-21 15:23:10 +00:00
Christophe Riccio
441f8a6575 Factorised code, reduces number of warnings 2011-02-21 14:43:47 +00:00
Christophe Riccio
7cf85dddb0 Fixed typo 2011-02-09 13:55:55 +00:00
Christophe Riccio
0ecbec4f74 removed IMG namespace 2011-02-09 13:53:33 +00:00
Christophe Riccio
7ab3d65253 Doxygen doc udpated, clean up, fixes and stuff 2011-02-08 16:03:45 +00:00
Christophe Riccio
2cf02a836c Apply 'basic grouping patch' Ticket #36 2011-02-05 00:49:50 +00:00
Christophe Riccio
d8606d1825 Updated integer matrix implementation 2011-01-20 12:16:28 +00:00
Christophe Riccio
e4421a9b0f Updated copyright dates 2011-01-20 11:40:14 +00:00
Christophe Riccio
56789da7f0 Fixed build 2011-01-20 11:01:17 +00:00
Christophe Riccio
5811efecad Updated compiler specific qualifier 2011-01-19 17:31:36 +00:00
Christophe Riccio
7c177c0ea3 Updated component modes management 2011-01-19 15:01:17 +00:00
Christophe Riccio
fbd1c49fbc Updated message system 2011-01-19 12:27:30 +00:00
Christophe Riccio
47f1d6e5cc Fixed build on QT Creqtor 2010-12-15 00:03:47 +00:00