Tom Kneiphof
|
08a11905cf
|
Fix sign-compare warnings
|
ago%!(EXTRA string=1 year) |
Christophe
|
7a812397a2
|
Disable unit tests by default to avoid C.I. time out
|
ago%!(EXTRA string=1 year) |
Christophe
|
f8df2f3e2e
|
Trying to fix C.I. timeout...
|
ago%!(EXTRA string=1 year) |
Christophe
|
be3beb7788
|
Disable test that time out on C.I.?
|
ago%!(EXTRA string=1 year) |
Christophe
|
0892ccd214
|
Quicker tests for C.I.
|
ago%!(EXTRA string=1 year) |
Christophe
|
1f25000a30
|
Quicker unit tests
|
ago%!(EXTRA string=1 year) |
Christophe
|
f86092a658
|
Remove disabled warnings (#1213)
* Remove disabled warnings
|
ago%!(EXTRA string=1 year) |
Christophe Riccio
|
61b2a73e21
|
Fixed missing std:: namespace #898
|
ago%!(EXTRA string=6 years) |
Christophe Riccio
|
daf14f0f74
|
Added bitfieldRotate tests #862
|
ago%!(EXTRA string=6 years) |
Christophe Riccio
|
11c26f9edb
|
Fixed build problems due to printf and std::clock_t #778
|
ago%!(EXTRA string=7 years) |
Christophe Riccio
|
b4981e56fa
|
Added bitfieldDeinterleave with tests
|
ago%!(EXTRA string=7 years) |
Christophe Riccio
|
d0ed6aef21
|
Fixed Visual C++ /W4 warnings
|
ago%!(EXTRA string=8 years) |
Christophe Riccio
|
a2253436c7
|
Fixed warnings
|
ago%!(EXTRA string=8 years) |
Christophe Riccio
|
e9f210c85f
|
Enable /WX, warning as error on Visual Studio
|
ago%!(EXTRA string=8 years) |
Christophe Riccio
|
c68940224a
|
Fixed GCC and clang build
|
ago%!(EXTRA string=8 years) |
Christophe Riccio
|
118be2fe8d
|
Fixed Clang with -Weverything build error
|
ago%!(EXTRA string=8 years) |
Christophe Riccio
|
e7faf1b683
|
Fixed GTC_bit_field build
|
ago%!(EXTRA string=8 years) |
Christophe Riccio
|
3a3653cfe5
|
Fixed bitfieldInterleave test
|
ago%!(EXTRA string=8 years) |
Christophe Riccio
|
cad2c545f6
|
Fixed bitfield test failure #631
|
ago%!(EXTRA string=8 years) |
Christophe Riccio
|
96adec5f5e
|
Added Z-order experiments
|
ago%!(EXTRA string=8 years) |
Christophe Riccio
|
5459e93446
|
Added bitfield interleave implementation
|
ago%!(EXTRA string=8 years) |
Christophe Riccio
|
c2fe3fccf6
|
Use length_t instead of int for vec and mat lengths #584
|
ago%!(EXTRA string=9 years) |
Christophe Riccio
|
1c85265f97
|
Added Visual C++ 15 detection, Added Clang 4.0 detection, Refactored GLM_COMPILER_VC values
|
ago%!(EXTRA string=9 years) |
Christophe Riccio
|
f71171d49b
|
Fixed 32-bits build #528 #529, fixed VC 32 bits crash
|
ago%!(EXTRA string=9 years) |
Christophe Riccio
|
0dbdf3fad4
|
Fixed 32-bits build #528 #529, fixed VC 32 bits crash
|
ago%!(EXTRA string=9 years) |
Christophe Riccio
|
0e1e181484
|
Clean up
|
ago%!(EXTRA string=9 years) |
Christophe Riccio
|
7fe2f5fe65
|
Renamed instruction set flags
|
ago%!(EXTRA string=9 years) |
Christophe Riccio
|
d33e3df02a
|
Fixed SIMD code path selection
|
ago%!(EXTRA string=9 years) |
Christophe Riccio
|
ab159770b3
|
mad optimizations, fixed build
|
ago%!(EXTRA string=9 years) |
Christophe Riccio
|
1becd76c5f
|
Fixed build
|
ago%!(EXTRA string=9 years) |
Christophe Riccio
|
099bef4d16
|
Fixed GCC build
|
ago%!(EXTRA string=10 years) |
Christophe Riccio
|
a472f50767
|
Fixed C++98 build
|
ago%!(EXTRA string=10 years) |
Christophe Riccio
|
fc8b4404f0
|
Fixed faceforward build #289
|
ago%!(EXTRA string=11 years) |
Christophe Riccio
|
a42f84ed47
|
Removed GLM_TEST_ENABLE_PERF
|
ago%!(EXTRA string=11 years) |
Christophe Riccio
|
3f48ffefb0
|
Updated license
|
ago%!(EXTRA string=11 years) |
Christophe Riccio
|
16a0c960f7
|
Move more performance tests inside GLM_PERF_ENABLE
|
ago%!(EXTRA string=11 years) |
Christophe Riccio
|
0b8ca1a5b6
|
Added a CMake option to execute GLM performance tests. Made quat and dualquat trivially constructible #263
|
ago%!(EXTRA string=11 years) |
Christophe Riccio
|
c36f3630eb
|
Fixed glm::mask function and tests
|
ago%!(EXTRA string=11 years) |
Christophe Riccio
|
062ee19ac7
|
Fixed bitfieldInsert and bitfieldExtract
|
ago%!(EXTRA string=11 years) |
Christophe Riccio
|
41c00872a1
|
Fixed GCC build
|
ago%!(EXTRA string=11 years) |
Christophe Riccio
|
abb5299e08
|
Fixed warnings with -pedantic
|
ago%!(EXTRA string=11 years) |
Christophe Riccio
|
dced21e745
|
Added multiple 'sign' implementations for integers, unit tests and performancetests.
|
ago%!(EXTRA string=11 years) |
Christophe Riccio
|
44382faf59
|
Improve mask implementation to support any integer and vector types
|
ago%!(EXTRA string=11 years) |
Christophe Riccio
|
087d6292e3
|
Added GTC_bitfield extension, promoted GTX_bit
|
ago%!(EXTRA string=11 years) |
Christophe Riccio
|
0c522117c8
|
Opimization of mask, bitfieldInsert, bitfieldExtract and bitCount
|
ago%!(EXTRA string=11 years) |
Christophe Riccio
|
2b747cbbad
|
Removed last references to GLM_FORCE_RADIANS
|
ago%!(EXTRA string=11 years) |
Christophe Riccio
|
d7862e4bb5
|
Fixed SSE code included in GLM tests on pure platforms
|
ago%!(EXTRA string=12 years) |
Christophe Riccio
|
aeba3c6fe7
|
Quiet most GLM_FORCE_RADIANS messages
|
ago%!(EXTRA string=12 years) |
Christophe Riccio
|
ccb25c84c7
|
Update copyright year
|
ago%!(EXTRA string=12 years) |
Christophe Riccio
|
9f8112f93a
|
Reduced dependencies of GTX extensions. Removed some deprecated code.
|
ago%!(EXTRA string=12 years) |