Christophe Riccio
|
e9bb34fb78
|
- Fixed Visual C++ SIMD instruction set automatic detection in 64 bits
|
2016-04-30 16:27:19 +02:00 |
|
Christophe Riccio
|
8cf76f049b
|
Fixed Visual C++ SIMD instruction set automatic detection in 64 bits
|
2016-04-30 16:23:55 +02:00 |
|
Christophe Riccio
|
939eb940d4
|
Renamed GLM_RESTRICT, still unused in the code base
|
2016-04-30 15:00:37 +02:00 |
|
Christophe Riccio
|
79643cf4fa
|
Merge 0.9.7 branch
|
2016-04-24 14:58:57 +02:00 |
|
Christophe Riccio
|
9770c9f73d
|
Fixed uaddCarry warning #497
|
2016-04-24 14:56:44 +02:00 |
|
Hauke Rehfeld
|
c479e444a4
|
fix: cuda can use anonymous unions
|
2016-04-15 12:44:36 +02:00 |
|
Hauke Rehfeld
|
30f014472d
|
add: CUDA in setup.hpp
|
2016-04-15 12:38:08 +02:00 |
|
Eric Engestrom
|
ca46062bea
|
Fix spelling mistakes
|
2016-04-03 00:50:25 +01:00 |
|
Christophe Riccio
|
66b714c418
|
Finishing up removing GLM_FORCE_SIZE_FUNC define and passing by copy scalars
|
2016-03-23 02:01:16 +05:30 |
|
Christophe Riccio
|
bbe076549a
|
Improved coding style consistency, scalars are passed by copy
|
2016-03-19 17:10:42 +01:00 |
|
Christophe Riccio
|
1d9f8408e6
|
Merge 0.9.7 branch
|
2016-03-19 12:53:27 +01:00 |
|
Sami Kankaristo
|
578c4f4f9f
|
Rename tvec1 parameters from scalar to v1/v2
|
2016-03-19 12:35:12 +01:00 |
|
Sami Kankaristo
|
8662a567b2
|
Add const & to POD to match other functions in the class
|
2016-03-19 12:34:09 +01:00 |
|
Sami Kankaristo
|
b7fef63ef8
|
Remove const & from POD to match other functions in class
|
2016-03-19 12:33:42 +01:00 |
|
Sami Kankaristo
|
d3036fd010
|
Add missing operator function definitions
|
2016-03-19 12:32:42 +01:00 |
|
Sami Kankaristo
|
785c8892d9
|
Add missing const to declaration
|
2016-03-19 12:32:24 +01:00 |
|
Christophe Riccio
|
6c61c332f4
|
Fixed missing GLM_PLATFORM_CYGWIN declaration #495
|
2016-03-19 12:31:19 +01:00 |
|
Christophe Riccio
|
61d58b0296
|
Fixed missing GLM_PLATFORM_CYGWIN declaration #495
|
2016-03-19 12:28:18 +01:00 |
|
Sami Kankaristo
|
99d3486e1f
|
Rename tvec1 parameters from scalar to v1/v2
|
2016-03-15 03:24:53 +02:00 |
|
Sami Kankaristo
|
236fed9d93
|
Add const & to POD to match other functions in the class
|
2016-03-15 02:21:42 +02:00 |
|
Sami Kankaristo
|
1e192be370
|
Remove const & from POD to match other functions in class
|
2016-03-15 02:20:15 +02:00 |
|
Sami Kankaristo
|
798e4f0e78
|
Remove (old?) operator/ member functions
These don't seem to have matching definitions and they conflict with
similar functions in the glm namespace (in the same header files).
|
2016-03-13 21:32:41 +02:00 |
|
Sami Kankaristo
|
8e7a3a9053
|
Add missing operator function definitions
|
2016-03-13 21:32:33 +02:00 |
|
Sami Kankaristo
|
b968defd22
|
Add missing const to declaration
|
2016-03-13 21:32:06 +02:00 |
|
Christophe Riccio
|
234d7d4ba9
|
Simplify code removing GLM_FORCE_SIZE_FUNC, GLM_META_PROG_HELPERS, GLM_STATIC_CONST_MEMBERS and 'type' type trait. Added experiments for GTX_type_trait
|
2016-03-13 12:56:26 +01:00 |
|
Sami Kankaristo
|
e60273daff
|
Add missing vec4 operator definitions
Also rename the parameters to match similar functions in other vector
classes.
|
2016-03-12 20:33:53 +01:00 |
|
Sami Kankaristo
|
3ec43e9522
|
Fix incorrect declaration (now matches definition)
|
2016-03-12 20:33:49 +01:00 |
|
Sami Kankaristo
|
a848fa69be
|
Remove duplicate function declarations
|
2016-03-12 20:33:45 +01:00 |
|
Christophe Riccio
|
95cf1825d5
|
Merge branch 'master' of https://github.com/g-truc/glm
|
2016-03-12 20:31:29 +01:00 |
|
Sami Kankaristo
|
3860fbaa9a
|
Add missing vec4 operator definitions
Also rename the parameters to match similar functions in other vector
classes.
|
2016-03-12 18:34:50 +02:00 |
|
Sami Kankaristo
|
780d5f403b
|
Fix incorrect declaration (now matches definition)
|
2016-03-12 18:31:43 +02:00 |
|
Sami Kankaristo
|
5222e0baca
|
Remove duplicate function declarations
|
2016-03-12 18:30:07 +02:00 |
|
Christophe Riccio
|
b14e39b4cf
|
Added target to build optional static and dynamic GLM library
|
2016-03-12 01:32:40 +01:00 |
|
Christophe Riccio
|
6e5f42bd28
|
Fixed error message type
|
2016-03-06 12:52:34 +01:00 |
|
Christophe Riccio
|
f48fe286ad
|
Consolidate setup options in setup.hpp
|
2016-03-06 03:36:20 +01:00 |
|
Paul Konstantin Gerke
|
239cf70ade
|
Fixed: outerProduct was defined incorrectly for unmatched vecX types. E.g. outerProduct(vec2, vec4) did not succeed because the matrix return types were wrong. The computing function seemed fine. I used https://en.wikipedia.org/wiki/Outer_product as reference on what the number of columns/rows ''should'' be and fixed it so that it matches the description from wikipedia
Added: tests for outerProduct with unmatched vector dimensions (actually testing all combinations now)
|
2016-03-05 23:51:20 +01:00 |
|
Paul Konstantin Gerke
|
b3b72527b1
|
Fixed: operator signatures of mat2x4 and vec4 (no guaratees that I found all issues)
|
2016-03-05 23:51:06 +01:00 |
|
Angelica Wrangler
|
72a8ba473d
|
Merge pull request #475 from MrApplejuice/master
Fixed: outerProduct defintions and operator signatures for mat2x4 and vec4 #475
|
2016-03-05 23:18:21 +01:00 |
|
Christophe Riccio
|
251ad15b68
|
Improved GLM_FORCE_EXPLICIT_CTOR coverage #481
|
2016-03-05 23:01:01 +01:00 |
|
Christophe Riccio
|
cb71d2376d
|
Merge branch '0.9.7'
|
2016-02-21 19:40:47 +01:00 |
|
Christophe Riccio
|
045aa8e541
|
Fixed atanh warning #484
|
2016-02-21 19:40:24 +01:00 |
|
Christophe Riccio
|
4945ec7471
|
Merge 0.9.7 branch
|
2016-02-21 19:00:36 +01:00 |
|
Christophe Riccio
|
0d48c43385
|
Fixed asinh warning with C++98 STL #484
|
2016-02-21 18:59:26 +01:00 |
|
Christophe Riccio
|
54ad263974
|
Fixed Clang on Windows build #479
|
2016-02-21 14:15:44 +01:00 |
|
Christophe Riccio
|
14e0a5576a
|
Fixed Clang on Windows build #479
|
2016-02-21 14:15:17 +01:00 |
|
Christophe Riccio
|
907cb9d968
|
Fixed bad merge #483
|
2016-02-21 13:24:29 +01:00 |
|
Christophe Riccio
|
65e88d9f9d
|
Merge 0.9.7
|
2016-02-15 21:13:42 +01:00 |
|
Christophe Riccio
|
cc2f15803e
|
Added AVX512 detection
|
2016-02-15 21:11:55 +01:00 |
|
Christophe Riccio
|
407a7598aa
|
Improved new version of GCC detection #477
|
2016-02-15 20:29:55 +01:00 |
|
Joonas Sarajärvi
|
bc09ecf898
|
setup: detect GCC 6.0
|
2016-02-15 20:27:10 +01:00 |
|