Christophe Riccio
|
abcc46012a
|
Added GLM_LANG_CXX14_FLAG and GLM_LANG_CXX1Z_FLAG language feature flags, Added C++14 detection
|
ago%!(EXTRA string=11 years) |
Christophe Riccio
|
e4ccd06e29
|
Second set of fixes for Android #284
|
ago%!(EXTRA string=11 years) |
Christophe Riccio
|
ff006034df
|
Fixed unsupported _BitScanForward64 and _BitScanReverse64 in VC10, Fixed Visual C++ 32 bit build #283
|
ago%!(EXTRA string=11 years) |
Christophe Riccio
|
459fe3a3fe
|
Fixed Android build issue, STL C++11 is not supported by the NDK #284
|
ago%!(EXTRA string=11 years) |
Christophe Riccio
|
c1180c804c
|
New organization idea for SIMD support
|
ago%!(EXTRA string=11 years) |
Christophe Riccio
|
bcf1a72392
|
Fixed libc++ detection #284
|
ago%!(EXTRA string=11 years) |
Christophe Riccio
|
38d99978ab
|
Fixed C++11 explicit conversion operators detection #282
|
ago%!(EXTRA string=11 years) |
Christophe Riccio
|
6a1a673b41
|
Fixed C++11 explicit conversion operators detection #282
|
ago%!(EXTRA string=11 years) |
Christophe Riccio
|
28aba540ee
|
Fixed scalar uaddCarry build error with Cuda #276
|
ago%!(EXTRA string=11 years) |
Christophe Riccio
|
540831cbe1
|
Updated version for 0.9.7 branch
|
ago%!(EXTRA string=11 years) |
Christophe Riccio
|
f680d14612
|
Updated version for next release
|
ago%!(EXTRA string=11 years) |
Christophe Riccio
|
7af5ec8959
|
Fixed build
|
ago%!(EXTRA string=11 years) |
Christophe Riccio
|
a4faeceb99
|
Fixed warnings
|
ago%!(EXTRA string=11 years) |
Christophe Riccio
|
57262d1a67
|
Fixed dependences
|
ago%!(EXTRA string=11 years) |
Christophe Riccio
|
54c84606f4
|
Fixed CUDA compilation error #276
|
ago%!(EXTRA string=11 years) |
Christophe Riccio
|
a290603a9c
|
Fixed clang test
|
ago%!(EXTRA string=11 years) |
Christophe Riccio
|
7e81213fdd
|
Fixed mod function specialization #281 Fixed bitscan detection
|
ago%!(EXTRA string=11 years) |
Christophe Riccio
|
9b250cc86f
|
Fixed arch detection for Intel compiler
|
ago%!(EXTRA string=11 years) |
Christophe Riccio
|
be0c5da488
|
size_type and length_type for all types
|
ago%!(EXTRA string=11 years) |
Christophe Juniet
|
49b326b44a
|
Fix MSVC intrinsics detection
MSVC and Clang support BitScanFoward and BitScanReverse only on
Windows.
|
ago%!(EXTRA string=11 years) |
Christophe Riccio
|
3ad3dbcd93
|
Added overview post code sample
|
ago%!(EXTRA string=11 years) |
Christophe Riccio
|
bdd723ed3b
|
Updated deprecated compilers
|
ago%!(EXTRA string=11 years) |
Christophe Riccio
|
3f48ffefb0
|
Updated license
|
ago%!(EXTRA string=11 years) |
Christophe Riccio
|
c273be264c
|
More fixes for doxygen
|
ago%!(EXTRA string=11 years) |
Christophe Riccio
|
3aa3da0727
|
Deleted dead files
|
ago%!(EXTRA string=11 years) |
Christophe Riccio
|
d276bf3b98
|
Doxygen fixes
|
ago%!(EXTRA string=11 years) |
Christophe Riccio
|
4f5bd21a5e
|
Doxygen doc fixes
|
ago%!(EXTRA string=11 years) |
Christophe Riccio
|
e8fbcf76dd
|
Optimizations of log2 for ivec4
|
ago%!(EXTRA string=11 years) |
Christophe Riccio
|
117634c7ea
|
Fixed GCC build issue on new alignment types. More simd stuff to vec4
|
ago%!(EXTRA string=11 years) |
Christophe Riccio
|
bddce172f7
|
Fixed Clang and LLVM detections
|
ago%!(EXTRA string=11 years) |
Christophe Riccio
|
9b96b31f0e
|
Fixed alignment on Visual C++
|
ago%!(EXTRA string=11 years) |
Christophe Riccio
|
b062bd9ff2
|
First step to add GTC_type_aligned
|
ago%!(EXTRA string=11 years) |
Christophe Riccio
|
246609b453
|
Fix build
|
ago%!(EXTRA string=11 years) |
Christophe Riccio
|
011a056267
|
Added AVX2 detection for GLM tests
|
ago%!(EXTRA string=11 years) |
Christophe Riccio
|
34a98b5220
|
Fixed build
|
ago%!(EXTRA string=11 years) |
Christophe Riccio
|
3135560336
|
Updated built-in
|
ago%!(EXTRA string=11 years) |
Christophe Riccio
|
0bffce4f4b
|
Optimized findMSB and findLSB
|
ago%!(EXTRA string=11 years) |
Christophe Riccio
|
20bdab33dd
|
Branch free refract and reflect
|
ago%!(EXTRA string=11 years) |
Christophe Riccio
|
582ea579a3
|
Fixed sign for unsigned types #271
|
ago%!(EXTRA string=11 years) |
Christophe Riccio
|
38161f01f8
|
Further optimized glm::sign for signed and unsigned int #271
|
ago%!(EXTRA string=11 years) |
Christophe Riccio
|
826ce5c0d2
|
Fixed multiline comment warning comment #273
|
ago%!(EXTRA string=11 years) |
Christophe Riccio
|
afd58dcdc5
|
Used std features within GLM without redeclaring
|
ago%!(EXTRA string=11 years) |
Christophe Riccio
|
b0b84a3dc1
|
Optimized sign for vector types #271
|
ago%!(EXTRA string=11 years) |
plasmacel
|
7def337781
|
Update func_common.inl
|
ago%!(EXTRA string=11 years) |
Christophe Riccio
|
3adf263341
|
Added GLM_FORCE_EXPLICIT_CTOR to require explicit type conversions #269
|
ago%!(EXTRA string=11 years) |
Christophe Riccio
|
9c62eee507
|
Added GLM_FORCE_EXPLICIT_CTOR
|
ago%!(EXTRA string=11 years) |
Christophe Riccio
|
4e95519396
|
Fixed test with VC and disabled lang extension
|
ago%!(EXTRA string=11 years) |
Christophe Riccio
|
f8729cd4fa
|
Fixed build on VC2010
|
ago%!(EXTRA string=11 years) |
Christophe Riccio
|
2d48d922bd
|
Updated VC support compilers list
|
ago%!(EXTRA string=11 years) |
Christophe Riccio
|
8d9c4596b3
|
Added GLM_HAS_MAKE_SIGNED for C++11 support of make_(un)signed
|
ago%!(EXTRA string=11 years) |