Christophe R
80066569f8
Merge pull request #468 from selfshadow/fix-warnings
...
Fixed various xcode/clang warnings #468
ago%!(EXTRA string=9 years)
Christophe Riccio
d269a92c2d
Merge branch 'master' of https://github.com/g-truc/glm
ago%!(EXTRA string=9 years)
Stephen Hill
47a2a6adfb
Fixed various 'X is not defined' warnings
ago%!(EXTRA string=9 years)
Stephen Hill
89cecd373a
Fixed 'GLM_COMPILER_VC2005 is not defined' warning
...
This GLM compiler version isn't defined, so I just removed the legacy functions.
ago%!(EXTRA string=9 years)
Stephen Hill
22467f00f8
Fixed "Declaration shadows a field" warning
ago%!(EXTRA string=9 years)
Sven-Hendrik Haase
816b6b8c34
Fix wrong docs
...
The function this function is a helper of is using radians. In fact, glm is using radians everywhere!
ago%!(EXTRA string=9 years)
humbletim
ac7ae32856
remove extraneous test block
ago%!(EXTRA string=10 years)
humbletim
8c55a64fdd
Fixed ldexp compilation error
ago%!(EXTRA string=10 years)
sippeangelo
014a7f8404
This fixes #461
ago%!(EXTRA string=10 years)
Christophe R
78f686b4be
Merge pull request #455 from Karanlos/master
...
frustumLH compile error fix. #455
ago%!(EXTRA string=10 years)
Christophe R
fec96678b8
Merge pull request #456 from adriankrupa/master
...
Fixed frexp compilation error #456
ago%!(EXTRA string=10 years)
jan p springer
71f2b2f422
Merge remote-tracking branch 'upstream/master'
ago%!(EXTRA string=10 years)
Adrian Krupa
8fd8c56074
Fixed frexp compilation error
ago%!(EXTRA string=10 years)
Erik Sejersen
2edd8b8d44
frustumLH compile error fix.
ago%!(EXTRA string=10 years)
Christophe R
0d2fd871af
Merge pull request #447 from Karanlos/master
...
More right and left handed projection matrix support plus support for glClipControl GL_ZERO_TO_ONE #447
ago%!(EXTRA string=10 years)
Christophe R
d35e3950b7
Merge pull request #452 from svenstaro/master
...
Fix docs #452
ago%!(EXTRA string=10 years)
Sven-Hendrik Haase
16aba1a937
Fix docs
ago%!(EXTRA string=10 years)
Christophe Riccio
254ea0ee24
Tentative fix for ICC errors #449
ago%!(EXTRA string=10 years)
Erik Sejersen
8200f815bf
Added left and right handedness to more projection functions and added a define for glClipControl GL_ZERO_TO_ONE
ago%!(EXTRA string=10 years)
Christophe R
3a960f2afb
Merge pull request #436 from taketwo/add-const
...
Add const qualifier in extractEulerAngleXYZ() #436
ago%!(EXTRA string=10 years)
Christophe R
376732e5ae
Merge pull request #437 from svenstaro/patch-1
...
Fix unintentional backface culling in triangle intersect #437
ago%!(EXTRA string=10 years)
Christophe R
45f8edf2bc
Merge pull request #438 from rleigh-dundee/msbuild-error
...
test: Don't use 'Error:' or 'error:' in test output #438
ago%!(EXTRA string=10 years)
Christophe R
91936ed15a
Merge pull request #444 from Laurie-Hedge/master
...
Fixed build by adding missing scope #444
ago%!(EXTRA string=10 years)
Christophe Riccio
b51f4e8981
Added test
ago%!(EXTRA string=10 years)
Laurie
f66c5ef004
Fixed build by adding missing scope
ago%!(EXTRA string=10 years)
jan p springer
2547d14240
fixed: ostream operators
ago%!(EXTRA string=10 years)
jan p springer
264f192577
added: pattern for local build directories
ago%!(EXTRA string=10 years)
jan p springer
554999eedc
merge upstream/master
ago%!(EXTRA string=10 years)
Sven-Hendrik Haase
a75e38fb40
Remove old commented code
ago%!(EXTRA string=10 years)
Roger Leigh
a59aaea29d
test: Don't use 'Error:' or 'error:' in test output
...
This is parsed by msbuild when using Visual Studio project
files, and will automatically fail the build if encountered.
This is a bug (or badly designed intentional behaviour) in
msbuild. See
http://blogs.msdn.com/b/dsvc/archive/2012/02/29/output-from-exec-task-resulting-in-build-failure.aspx
for further details.
ago%!(EXTRA string=10 years)
Christophe Riccio
0af2e05b1b
Merge 0.9.7 branch
ago%!(EXTRA string=10 years)
Christophe Riccio
627d36fd47
Updated GLM version
ago%!(EXTRA string=10 years)
Christophe Riccio
f1e9c2f186
Fixed Cygwin build errors when using C++11 #405
ago%!(EXTRA string=10 years)
Christophe Riccio
85e88a366d
Cygwin GCC doesn't have a C++11 STL library
ago%!(EXTRA string=10 years)
Sven-Hendrik Haase
e5b84bd4b4
Added changelog
ago%!(EXTRA string=10 years)
Sven-Hendrik Haase
96b7850cab
Fix unintentional backface culling in triangle intersect
...
This also fixes #194 . The backface culling is unintentional because it is not documented anywhere and we can't give the triangle a normal so just assume the general case.
ago%!(EXTRA string=10 years)
Sergey Alexandrov
e05935c7bd
Add const qualifier in extractEulerAngleXYZ()
ago%!(EXTRA string=10 years)
Christophe Riccio
32fc69ee11
- Added unary + operator #435
ago%!(EXTRA string=10 years)
Christophe Riccio
5cd49977e6
Fixed build
ago%!(EXTRA string=10 years)
Christophe Riccio
a257beb5de
Added missing bvec* && and || operators
ago%!(EXTRA string=10 years)
Christophe Riccio
560dcdbec0
Added 8bit pack and unpack to GTC_packing
ago%!(EXTRA string=10 years)
Christophe Riccio
bb9ce516b0
Added 16bit pack and unpack to GTC_packing
ago%!(EXTRA string=10 years)
Christophe Riccio
92a6c207bc
Fixed build on C++98 compiler
ago%!(EXTRA string=10 years)
Christophe Riccio
7f4d8c38c9
Fixed (un)packHalf
ago%!(EXTRA string=10 years)
Christophe Riccio
04c8f05a34
Added (un)packUnorm and (un)packSnorm to GTC_packing
ago%!(EXTRA string=10 years)
Christophe Riccio
65c8f8fcf0
Added (un)packHalf
ago%!(EXTRA string=10 years)
Christophe Riccio
8508e099d0
Fixed compScale test
ago%!(EXTRA string=10 years)
Christophe Riccio
273beb8779
Merge branch 'master' of https://github.com/g-truc/glm
ago%!(EXTRA string=10 years)
Christophe Riccio
869caacac5
Merge branch 'static-const' of https://github.com/g-truc/glm into static-const
ago%!(EXTRA string=10 years)
Christophe Riccio
9902e3014f
Fixed GTX_extended_min_max build
ago%!(EXTRA string=10 years)