FasTC/Base/test
Pavel Krajcevski 479ba8e76d Fix a bunch of MSVC compiler warnings and errors.
Most notably, we need to actually fix a bug in MSVC that doesn't know how to properly instantiate
enums in partial template specialization. There are more details outlined here:

http://stackoverflow.com/questions/15466594/why-does-msvc-fail-to-compile-this-template-function

The fix in this commit closes #10

Also in this commit is a hacky way to allow GL defines. Apparently "LoadImage" is defined as a
macro even with WIN32_LEAN_AND_MEAN. This means that we have to #undef the code that includes
it, meaning that we also need to make sure not to actually mix GLDefines.h with any file that needs
to use the functions from Windows.h
2014-03-12 02:43:09 -04:00
..
CMakeLists.txt Add initial matrix tests 2014-02-20 15:34:12 -05:00
TestARGBPixel.cpp Move Pixel class from PVRTCEncoder to FasTCBase. 2013-10-03 17:25:15 -04:00
TestColor.cpp Some compiler SNAFUs on windows. 2013-10-21 15:49:42 -04:00
TestImage.cpp Some compiler SNAFUs on windows. 2013-10-21 15:49:42 -04:00
TestMatrix.cpp Fix a bunch of MSVC compiler warnings and errors. 2014-03-12 02:43:09 -04:00
TestPixel.cpp Add some YCoCg tests 2014-02-19 19:35:29 -05:00
TestVector.cpp Fix a bunch of MSVC compiler warnings and errors. 2014-03-12 02:43:09 -04:00
Utils.h Combine image functionality from PVRTCEncoder into Base library. 2013-10-04 18:35:18 -04:00