Christophe Riccio
|
b05536dee8
|
Added link to releases
|
ago%!(EXTRA string=10 years) |
Christophe Riccio
|
08937e2702
|
Added lastest release on release.md
|
ago%!(EXTRA string=10 years) |
Christophe Riccio
|
6b47f41387
|
Fixed automated tests compiler versions
|
ago%!(EXTRA string=10 years) |
Christophe Riccio
|
303a523325
|
Fixed C++98 build
|
ago%!(EXTRA string=10 years) |
Christophe Riccio
|
084804111e
|
Fixed CMake build on 2.8 versions
|
ago%!(EXTRA string=10 years) |
Christophe Riccio
|
476ea7bbe1
|
Merge pull request #324 from shaxbee/master
Export glm as interface library for CMake 2.8.12 and newer #324
|
ago%!(EXTRA string=10 years) |
Christophe Riccio
|
df8cd22706
|
Fixed specifier removal by 'std::make_pair<>' #333
|
ago%!(EXTRA string=10 years) |
Christophe Riccio
|
5f784d812a
|
Updated readme.md with more link
|
ago%!(EXTRA string=10 years) |
Christophe Riccio
|
7cdc3aa4e0
|
Updated readme.md formatting
|
ago%!(EXTRA string=10 years) |
Christophe Riccio
|
376ca3351f
|
Updated readme.md
|
ago%!(EXTRA string=10 years) |
Christophe Riccio
|
ff05442b0b
|
Updated readme.md
|
ago%!(EXTRA string=10 years) |
Christophe Riccio
|
3164671f77
|
Updated readme.md
|
ago%!(EXTRA string=10 years) |
Christophe Riccio
|
6309159683
|
Updated readme.md
|
ago%!(EXTRA string=10 years) |
Christophe Riccio
|
20d1e6b06a
|
Updated readme.rd
|
ago%!(EXTRA string=10 years) |
Christophe Riccio
|
1fe65522c9
|
Added GLM description to GLM readme.md
|
ago%!(EXTRA string=10 years) |
Christophe Riccio
|
d1f36ac419
|
Added logo
|
ago%!(EXTRA string=10 years) |
Christophe Riccio
|
7f291cdbeb
|
Renamed readme.md
|
ago%!(EXTRA string=10 years) |
Christophe Riccio
|
099bef4d16
|
Fixed GCC build
|
ago%!(EXTRA string=10 years) |
jan p springer
|
e590111375
|
added: 'operator<<(std::pair<tmat4x4<T,P>, tmat4x4<T,P>>)' routed to 'operator<<(std::pair<tmat4x4<T,P> const, tmat4x4<T,P> const>)' to avoid specifier removal by 'std::make_pair<>' and follow-up type-deduction problems; see [http://stackoverflow.com/questions/29985791/]
|
ago%!(EXTRA string=10 years) |
Christophe Riccio
|
a472f50767
|
Fixed C++98 build
|
ago%!(EXTRA string=10 years) |
Zbigniew Mandziejewicz
|
37f7df3dc0
|
Simplified build tree CMake config
|
ago%!(EXTRA string=10 years) |
Zbigniew Mandziejewicz
|
29940ee443
|
Export build tree package
|
ago%!(EXTRA string=10 years) |
Zbigniew Mandziejewicz
|
62a7daddcf
|
Removed obsolete FindGLM
|
ago%!(EXTRA string=10 years) |
Zbigniew Mandziejewicz
|
288d1af309
|
Export glm as interface library for CMake 2.8.12 and newer
|
ago%!(EXTRA string=10 years) |
Christophe Riccio
|
e1c3c531dd
|
Fixed warnings
|
ago%!(EXTRA string=10 years) |
Christophe Riccio
|
f51bcc70cc
|
Added <glm/gtx/hash.hpp> to perform to perform std::hash on GLM types #320
|
ago%!(EXTRA string=10 years) |
Christophe Riccio
|
61e9b88db0
|
Merge pull request #320 from plasmacel/master
Add std::hash support for glm types (with precision support) #320
|
ago%!(EXTRA string=10 years) |
Christophe Riccio
|
102c223aa2
|
Don't show status message in 'FindGLM' if 'QUIET' option is set. #317
|
ago%!(EXTRA string=10 years) |
Christophe Riccio
|
7cd4a531ec
|
Merge pull request #317 from camio/find_quietly
Don't show status message in 'FindGLM' if 'QUIET' option is set. #317
|
ago%!(EXTRA string=10 years) |
Christophe Riccio
|
a8203ac034
|
Fixed multi-line comment warning in g++. #315
|
ago%!(EXTRA string=10 years) |
Christophe Riccio
|
ee222f4bfc
|
Merge pull request #315 from BryceMehring/master
Fixed multi-line comment warning in g++. #315
|
ago%!(EXTRA string=10 years) |
Christophe Riccio
|
3252b53841
|
Added functions eulerAngleXYZ and extractEulerAngleXYZ #311
|
ago%!(EXTRA string=10 years) |
Christophe Riccio
|
14c3673b39
|
Merge pull request #311 from jzrake/master
Add functions eulerAngleXYZ and extractEulerAngleXYZ #311
|
ago%!(EXTRA string=10 years) |
Christophe Riccio
|
417676566e
|
Fixed (u)int64 MSB/LSB handling on BE archs #306
|
ago%!(EXTRA string=10 years) |
Christophe Riccio
|
05eac3c8b2
|
Merge pull request #306 from jcajka/master
Fixed (u)int64 MSB/LSB handling on BE archs #306
|
ago%!(EXTRA string=10 years) |
Thom de Villa
|
b1c45d3ce3
|
add precision support to std::hash glm specializations
|
ago%!(EXTRA string=10 years) |
Thom de Villa
|
36e2bdd294
|
comment fix
|
ago%!(EXTRA string=10 years) |
Thom de Villa
|
44c3453c84
|
std::hash support for glm types
std::hash template specializations implemented for vec, quat and mat
types
|
ago%!(EXTRA string=10 years) |
Thom de Villa
|
23007136cf
|
Merge pull request #3 from g-truc/master
sync
|
ago%!(EXTRA string=10 years) |
David J. Sankel
|
5ac752262a
|
Don't show status message in 'FindGLM' if 'QUIET' option is set.
The 'QUIET' option of 'find_package' sets the 'GLM_FIND_QUIETLY' option.
This patch makes FindGLM suppress output when this is the case.
|
ago%!(EXTRA string=10 years) |
BryceMehring
|
47116d8c28
|
Fixed multi-line comment warning in g++.
|
ago%!(EXTRA string=10 years) |
Christophe Riccio
|
f380d9e6f4
|
Updated readme #314
|
ago%!(EXTRA string=10 years) |
Christophe Riccio
|
88f4a5ed82
|
Merge pull request #314 from amc522/master
Left handed perspective and lookAt functions #314
|
ago%!(EXTRA string=10 years) |
Aaron Cooper
|
982e395331
|
Accidentally changed spaces to tabs. Reverting that change.
|
ago%!(EXTRA string=10 years) |
Aaron Cooper
|
490cfbea3a
|
Added left handed functions for perspective, perspectiveFov, and lookAt.
|
ago%!(EXTRA string=10 years) |
Christophe Riccio
|
dc86af5d29
|
Merge 0.9.6
|
ago%!(EXTRA string=10 years) |
Christophe Riccio
|
7e6b502639
|
Fixed default precision for quat and dual_quat type #312
|
ago%!(EXTRA string=10 years) |
plasmacel
|
b94aa556c5
|
add default precision to quat type
|
ago%!(EXTRA string=10 years) |
Christophe Riccio
|
a131b4e5dc
|
Merge pull request #312 from plasmacel/master
default precision for quat type #312
|
ago%!(EXTRA string=10 years) |
plasmacel
|
62658e8dce
|
add default precision to quat type
|
ago%!(EXTRA string=10 years) |