C#; and various fixes
Details:
fix wrong link
use /Zo option instead of undocumented /d2Zi+; remove /d2Zi+ for debug build;
move EvalMultithreads.cpp into Tests/EndToEndTests/EvalClientsTests/CNTKLibraryCPPEvalExamplesTests as preparation for the new CPP examples
add new CNTKLibraryCPPEvalExamples
use stdout
add first sample in CPPEvalExamples
add parallel evaluation examples
complete cpp examples
adapt linux build
add CPP tests to UWP
enable more tests on UWP
add running new tests; update baseline
add new cpp exampels to CNTKLibraryExamples.sln; use stdout instead of stderr in legacy eval dll; add missing cs examples
add file types for UWP
flush stdout to make cygwin happy
update baseline file for CPPUWPEval
update baseline for CNTKLibraryCSEvalExamplesTest
* Refactor index data structures and rewrite indexers (with most changes
in the text index builder).
* Add best effort caching: the cache is written out asynchronously in a
separate thread, on restart the index builder tries to restore the
index from cache (as long as the cache is not older than the input
file) and goes back no normal indexing if that fails (i.e., the cache
is corrupt).
* Refactor and simplify MemoryBuffer (renamed to BufferedFileReader).
* Use KMP patter-matching to simply sample counting with non-empty main
stream (num samples in sequence = number of lines that contain main
stream name).
* Refactor and simplify MLFIndexBuilder (it now also uses
BufferedFileReader)
* Use 512KB chunks when loading index from cache for faster reading.
* Add a number of unit tests for the indexing both with and without
caching.
adding some doc
use $$
add comments
automatically loadLibrary in java
semicolon
removing .iml
add more dependencies
move java static block code to cntk_java.i
remove also class files.
Adding .java files to jar
changing test location
typo
ignore DeviceDescriptorVector size constructor
DRY in Main.java
use List interface instead of ArrayList implementation
moving test location, expanding tests to gpu, fixing comments
move linux java tests
updating baseline.txt