This unit test is used privately by erw.
Conflicts:
CNTKSolution/EvalUnitTest/CNTKEValTest.cpp
CNTKSolution/EvalUnitTest/EvalUnitTest.vcxproj
CNTKSolution/EvalUnitTest/EvalUnitTest.vcxproj.filters
(useful when there are a lot of versions)
It assumed environment "%USERNAME% is set and "hostname" is in path, which
should be true on most machines.
If users have not put "git" in their PATH, branch and commit SHA1 will not be
shown.
1. Add Common/Include/Platform.h for substitution of windows API and types
2. Fixed compile errors under g++, warning is not handled.
3. Compiles Readers into shared library, added code in *Reader/Export.cpp for dynamic linking and loading
4. Fixed msra::strfun::_strprintf to make it work under linux g++
5. Added makefiles for building (cpu and gpu)
1. corrected the parameter list for the Delay command in NDL.
2. added the options for the rmprop gradient update type.
3. added the ConvertDBN command.