Christophe Riccio
|
d8d954fca0
|
- Fixed builtin bitscan always used even when GLM_FORCE_PURE requested #392
|
2015-09-06 22:02:54 +02:00 |
|
Daniel Limberger
|
1c6eff28fc
|
rename scalar parameters in vec1, vec2, vec3, and vec4
|
2015-09-04 16:15:35 +02:00 |
|
Christophe Riccio
|
d7b01eb9ad
|
Updated revision number for upcoming release
|
2015-08-31 22:55:00 +02:00 |
|
Christophe Riccio
|
3356896a3a
|
Fixed build
|
2015-08-31 22:21:03 +02:00 |
|
Christophe Riccio
|
1d266efe20
|
- Improved constexpr for constant functions coverage #198
|
2015-08-31 22:14:45 +02:00 |
|
Christophe Riccio
|
c10df14b58
|
Fixed strict alignment warnings #235 #370
|
2015-08-31 18:55:45 +02:00 |
|
Christophe Riccio
|
2f4338269d
|
Fixed reliability issue of GLM_HAS caps #377
|
2015-08-31 18:14:54 +02:00 |
|
Christophe Riccio
|
6aabe5a07d
|
Fixed warnings
|
2015-08-31 18:13:46 +02:00 |
|
Christophe Riccio
|
debed28149
|
Fixed link errors on compilers not supported default function #377
|
2015-08-31 18:01:51 +02:00 |
|
Christophe R
|
79f6d92c8a
|
Added GLM_SIMD to enable automatic SIMD code generation for generic GLM types #235 #370
|
2015-08-09 10:50:29 +02:00 |
|
Nik Voss
|
d48a70d0da
|
Fixed typo resulting in warnings when building with -Wpedantic.
|
2015-08-05 16:32:24 +02:00 |
|
Christophe Riccio
|
cedaed68f6
|
Updated version for final 0.9.7.0 release
|
2015-08-02 10:23:58 +02:00 |
|
Christophe Riccio
|
e0c4a71016
|
Clean up doxygen and source
|
2015-08-02 01:39:00 +02:00 |
|
Christophe Riccio
|
bc0f5317fd
|
Updated documentation
|
2015-08-01 22:54:27 +02:00 |
|
Christophe Riccio
|
d6ae2fd694
|
Fixed matrix conversions and added unit tests #371
|
2015-08-01 21:40:36 +02:00 |
|
Christophe R.
|
37d4ca9c4c
|
Merge pull request #368 from JesseTG/jtg/oops-sorry
Fixed some of my own metaprogramming-helper mistakes #368
|
2015-07-25 23:28:38 +02:00 |
|
Christophe Riccio
|
afa193704c
|
Fixed interactions with GLM_FORCE_NO_CTOR_INIT and default functions #366
|
2015-07-25 23:23:59 +02:00 |
|
Christophe Riccio
|
a56a40e1f2
|
Added support of defaulted functions to GLM types, to use them in unions #366
|
2015-07-25 21:31:51 +02:00 |
|
Jesse Talavera-Greenberg
|
3400352e81
|
Reverse the mat::rows and mat::cols fields
- Oops, I mixed up the row_type and col_type typedefs
|
2015-07-25 14:20:04 -04:00 |
|
Jesse Talavera-Greenberg
|
25bad4c78e
|
Fix wrong name for mat2::columns
- It should really be mat2::cols
|
2015-07-25 14:17:59 -04:00 |
|
Christophe Riccio
|
f7751bfb06
|
Added support of defaulted functions to *vec* types #366
|
2015-07-25 01:24:03 +02:00 |
|
Christophe Riccio
|
f602c8e7ad
|
Updated _MAYBE to follow GLM conventions
|
2015-07-24 02:02:24 +02:00 |
|
Jesse Talavera-Greenberg
|
9cc7dc1763
|
Simplify GLM_FORCE_EXPLICIT_CTOR declarations
- Instead of wrapping the declarations, use a macro for the keyword "explicit"
|
2015-07-20 20:18:24 -04:00 |
|
Jesse Talavera-Greenberg
|
c2078afc12
|
Simplify the constexpr declarations of the GLM_META_PROG_HELPERS
- No repetition
- Half the size
|
2015-07-20 20:15:45 -04:00 |
|
Jesse Talavera-Greenberg
|
6d1ddc8980
|
Define MAYBE macros for explicit and constexpr
- So we can wrap less code in macros
|
2015-07-20 20:11:33 -04:00 |
|
Christophe Riccio
|
ac21d7bdad
|
Fixed use of libstdc++ with Clang #351
|
2015-07-19 17:59:21 +02:00 |
|
Christophe Riccio
|
9e2f6dfc7f
|
Fixed Intel compiler build error on Linux #354
|
2015-07-19 17:38:41 +02:00 |
|
Christophe Riccio
|
dcfddb75b8
|
Updated list of compiler versions
|
2015-07-19 02:36:53 +02:00 |
|
Christophe Riccio
|
9539174494
|
Fixed build
|
2015-07-19 02:07:55 +02:00 |
|
Christophe Riccio
|
02d7be8531
|
Improved packing code to give vectorization a chance
|
2015-07-19 01:20:20 +02:00 |
|
Christophe Riccio
|
6887df4d39
|
Merge branch 'fix-type-punning' of https://github.com/cneumann/glm into union
|
2015-07-19 01:08:04 +02:00 |
|
Christophe Riccio
|
c90f7b0973
|
Fixed build
|
2015-07-19 01:04:07 +02:00 |
|
Christophe Riccio
|
38c9cd6cba
|
Added GLM_META_PROG_HELPERS #350
|
2015-07-19 00:25:33 +02:00 |
|
Jesse Talavera-Greenberg
|
38f63d3943
|
Add static rows, cols, prec, and components fields to all matrix types
|
2015-07-03 15:21:11 -04:00 |
|
Jesse Talavera-Greenberg
|
a9c26d065b
|
Add static components and prec members to all vector and quaternion types
|
2015-07-03 14:57:46 -04:00 |
|
Carsten Neumann
|
2ee6151a40
|
Use unions for type punning
Fixes #334
|
2015-05-18 12:20:55 -05:00 |
|
Christophe Riccio
|
e1c3c531dd
|
Fixed warnings
|
2015-03-16 23:29:13 +01:00 |
|
Christophe Riccio
|
a8203ac034
|
Fixed multi-line comment warning in g++. #315
|
2015-03-15 21:45:57 +01:00 |
|
Christophe Riccio
|
ee222f4bfc
|
Merge pull request #315 from BryceMehring/master
Fixed multi-line comment warning in g++. #315
|
2015-03-15 21:40:17 +01:00 |
|
Christophe Riccio
|
05eac3c8b2
|
Merge pull request #306 from jcajka/master
Fixed (u)int64 MSB/LSB handling on BE archs #306
|
2015-03-15 21:27:35 +01:00 |
|
BryceMehring
|
47116d8c28
|
Fixed multi-line comment warning in g++.
|
2015-02-22 14:32:55 -06:00 |
|
Christophe Riccio
|
6af33a31fd
|
Merged 0.9.6 branch
|
2015-02-15 16:35:46 +01:00 |
|
Christophe Riccio
|
7b9c7008eb
|
Updated version
|
2015-02-15 16:30:39 +01:00 |
|
Christophe Riccio
|
567157fc8c
|
Updated version
|
2015-02-15 16:23:13 +01:00 |
|
Christophe Riccio
|
9a8cffd83a
|
Fixed Android doesn't have C++ 11 STL #284
|
2015-02-15 15:33:14 +01:00 |
|
Christophe Riccio
|
7844332816
|
Fixed memory corruption (undefined behaviour) #303
|
2015-02-14 13:56:48 +01:00 |
|
Christophe Riccio
|
f1d4c39622
|
Fixed memory corruption (undefined behaviour) #303
|
2015-02-14 01:11:10 +01:00 |
|
Christophe Riccio
|
594380dcb6
|
Merge 0.9.6
|
2015-02-14 00:52:30 +01:00 |
|
Christophe Riccio
|
49cf8d8964
|
Disable GLM_HAS_TRIVIAL_QUERIES
|
2015-02-14 00:51:10 +01:00 |
|
Christophe Riccio
|
7751bd4af4
|
Fixed MinGW32 build
|
2015-02-14 00:19:47 +01:00 |
|