glm/test
zhumeng1989 88ee302567 Minor fix
1. type_vec4.hpp
__declspec(align(16)) produces a compiler error on VS2012:
func_common.inl(634): error C2719: 'a': formal parameter with
__declspec(align('16')) won't be aligned
core_func_common.cpp(310) : see reference to function template
instantiation 'glm::detail::tvec4<T,P> glm::mix<float,highp>(const
glm::detail::tvec4<T,P> &,const glm::detail::tvec4<T,P>
&,glm::detail::tvec4<bool,highp>)' being compiled
with
[
T=float,
P=highp
]
and a warning on CygWin using gcc 4.7.2:
type_vec4.hpp:40:31: warning: 'align' attribute directive ignored
[-Wattributes]

2. gtx_bit.cpp
glm::uint32 x_max = 1 << 13;
glm::uint32 y_max = 1 << 12;
result out of memory on my machine.
2013-06-10 22:23:22 +08:00
..
bug Added tests to main repository 2010-12-17 01:33:17 +00:00
core Clean up code test for branch compatibility on all platforms 2013-05-12 11:40:25 +02:00
external/gli Refactoring of integer and float details, use of C++11 integer types when available. 2013-01-31 18:02:47 +01:00
gtc Fixed perspective with zNear == 0 (#71) 2013-05-12 15:36:29 +02:00
gtx Minor fix 2013-06-10 22:23:22 +08:00
.DS_Store Updated test notice 2012-04-07 17:18:04 +01:00
CMakeLists.txt Clean up test files 2011-05-11 11:16:02 +01:00
glm.cppcheck Added CPP Check project 2012-01-03 16:22:37 +00:00