Christophe Riccio
1d266efe20
- Improved constexpr for constant functions coverage #198
ago%!(EXTRA string=10 years)
Christophe Riccio
f92c1219ed
Fixed non-identity quaternions for equal vectors #234
ago%!(EXTRA string=10 years)
Christophe Riccio
f28708265d
Merge branch 'master' of https://github.com/g-truc/glm
ago%!(EXTRA string=10 years)
Christophe Riccio
c10df14b58
Fixed strict alignment warnings #235 #370
ago%!(EXTRA string=10 years)
Christophe R.
7a8b532519
Merge pull request #393 from morganbengtsson/master
...
Update matrix_decompose.hpp #393
ago%!(EXTRA string=10 years)
Christophe Riccio
2f4338269d
Fixed reliability issue of GLM_HAS caps #377
ago%!(EXTRA string=10 years)
Christophe Riccio
6aabe5a07d
Fixed warnings
ago%!(EXTRA string=10 years)
Christophe Riccio
70234afb49
Fixed warnings
ago%!(EXTRA string=10 years)
Christophe Riccio
debed28149
Fixed link errors on compilers not supported default function #377
ago%!(EXTRA string=10 years)
Christophe Riccio
be983bd7cb
Added test
ago%!(EXTRA string=10 years)
Morgan Bengtsson
497da9a7cd
Update matrix_decompose.hpp
...
Changed documentation to show correct include file.
ago%!(EXTRA string=10 years)
Christophe R
ebdd48fa6f
Merge branch 'master' of https://github.com/g-truc/glm
ago%!(EXTRA string=10 years)
Christophe R.
cd907a8f0f
Merge pull request #385 from BryceMehring/master
...
Fixed C++11 standard library error message #385
ago%!(EXTRA string=10 years)
Bryce Mehring
6f128f5983
Fixed C++11 standard library error message
...
When including glm/gtx/hash.hpp before any other glm header files, the
error "GLM_GTX_hash requires C++11 standard library support" is thrown
because GLM_HAS_CXX11_STL is not yet defined.
ago%!(EXTRA string=10 years)
Christophe R.
7af366edb8
Merge pull request #380 from simonkrogmann/fix_rand_in_vc_2013
...
Fix rand functions throwing runtime exception for VC++ 2013 #380
ago%!(EXTRA string=10 years)
Simon Krogmann
0092c91f42
Fix incorrect parenthesis
...
In VC++ 2013 this error led to a runtime exception when using
circularRand or linearRand while "Smaller Type Check" (/RTCc)
was enabled.
ago%!(EXTRA string=10 years)
Christophe R
79f6d92c8a
Added GLM_SIMD to enable automatic SIMD code generation for generic GLM types #235 #370
ago%!(EXTRA string=10 years)
Christophe R
f9535f2398
Trying to reproduce #235
ago%!(EXTRA string=10 years)
Christophe R.
116a9037cc
Merge pull request #376 from trevex/master
...
Fixed typo resulting in warnings when building with -Wpedantic. #376
ago%!(EXTRA string=10 years)
Nik Voss
d48a70d0da
Fixed typo resulting in warnings when building with -Wpedantic.
ago%!(EXTRA string=10 years)
Christophe Riccio
134166940d
Added link to release tags
ago%!(EXTRA string=10 years)
Christophe Riccio
cedaed68f6
Updated version for final 0.9.7.0 release
ago%!(EXTRA string=10 years)
Christophe Riccio
10c3d324a3
updated API
ago%!(EXTRA string=10 years)
Christophe Riccio
a9a552338d
updated API
ago%!(EXTRA string=10 years)
Christophe Riccio
e0c4a71016
Clean up doxygen and source
ago%!(EXTRA string=10 years)
Christophe Riccio
96824ffcf5
Reduced doc size
ago%!(EXTRA string=10 years)
Christophe Riccio
f8a0babec1
Updated doc
ago%!(EXTRA string=10 years)
Christophe Riccio
bc0f5317fd
Updated documentation
ago%!(EXTRA string=10 years)
Christophe Riccio
5437d49cf2
Renamed GTC_color to GTC_color_space
ago%!(EXTRA string=10 years)
Christophe Riccio
d6ae2fd694
Fixed matrix conversions and added unit tests #371
ago%!(EXTRA string=10 years)
Christophe R
6ccdafb718
Updated GLM documentation
ago%!(EXTRA string=10 years)
Christophe Riccio
1e502c0919
Fixed decompose warnings #373
ago%!(EXTRA string=10 years)
Christophe R.
37d4ca9c4c
Merge pull request #368 from JesseTG/jtg/oops-sorry
...
Fixed some of my own metaprogramming-helper mistakes #368
ago%!(EXTRA string=10 years)
Christophe Riccio
afa193704c
Fixed interactions with GLM_FORCE_NO_CTOR_INIT and default functions #366
ago%!(EXTRA string=10 years)
Christophe Riccio
53e494bea9
Removed GTX_multiple
ago%!(EXTRA string=10 years)
Christophe Riccio
a56a40e1f2
Added support of defaulted functions to GLM types, to use them in unions #366
ago%!(EXTRA string=10 years)
Jesse Talavera-Greenberg
2a947b7ff1
Add GLM_META_PROG_HELPERS tests to each type
...
- Add new tests to the matrix types
- Add vector tests to use the static values instead of constants
- Wrap the quaternion tests in #ifdefs
- Add new tests to the simdMat4 and simdVec4 tests
ago%!(EXTRA string=10 years)
Jesse Talavera-Greenberg
f46249620a
Add pure typedefs to the SIMD types
ago%!(EXTRA string=10 years)
Jesse Talavera-Greenberg
a8659bb767
Remove unused value_size static methods in simdQuat and simdVec4
...
- They didn't even have implementations
ago%!(EXTRA string=10 years)
Jesse Talavera-Greenberg
c2b4e2a5c0
Change the value_type of simdVec4 and simdQuat to a float
...
- Having it as __m128 didn't quite feel consistent with vec4/quat
ago%!(EXTRA string=10 years)
Jesse Talavera-Greenberg
4aa385a37a
Change dualquat::components to 2, not 8
ago%!(EXTRA string=10 years)
Jesse Talavera-Greenberg
3400352e81
Reverse the mat::rows and mat::cols fields
...
- Oops, I mixed up the row_type and col_type typedefs
ago%!(EXTRA string=10 years)
Jesse Talavera-Greenberg
25bad4c78e
Fix wrong name for mat2::columns
...
- It should really be mat2::cols
ago%!(EXTRA string=10 years)
Christophe R.
644e567e09
Merge pull request #352 from shaxbee/master
...
Bump CMake version for interface target to 3.0 #352
ago%!(EXTRA string=10 years)
Christophe Riccio
ba9dfc6485
Updated readme
ago%!(EXTRA string=10 years)
Christophe R.
185ba74f6a
Merge pull request #367 from plasmacel/master
...
std::hash specialization for glm::tdualquat #367
ago%!(EXTRA string=10 years)
Christophe Riccio
f7751bfb06
Added support of defaulted functions to *vec* types #366
ago%!(EXTRA string=10 years)
Thom de Villa
3b9e90c7b6
std::hash specialization for glm::tdualquat
ago%!(EXTRA string=10 years)
Thom de Villa
5100bd76dc
Merge pull request #4 from g-truc/master
...
update from g-truc
ago%!(EXTRA string=10 years)
Christophe Riccio
063c5c7367
Fixed quaternion pow #346
ago%!(EXTRA string=10 years)