mosesdecoder/mert/TER
Jeroen Vermeulen 536c6e375f Modernize "C" includes in mert.
This is one of those little chores in managing a long-lived C++
project: standard C headers like stdio.h and math.h now have their own
place in the C++ standard as resp. cstdio, cmath, and so on.  In this
branch the #include names are updated for the mert/ subdirectory; more
branches to follow.

C++11 adds cstdint, but to support compilation with the previous
standard, that change is left for later.
2015-03-28 20:20:58 +07:00
..
alignmentStruct.cpp beautify 2015-02-19 12:27:23 +00:00
alignmentStruct.h Modernize "C" includes in mert. 2015-03-28 20:20:58 +07:00
bestShiftStruct.cpp beautify 2015-02-19 12:27:23 +00:00
bestShiftStruct.h Modernize "C" includes in mert. 2015-03-28 20:20:58 +07:00
hashMap.cpp beautify 2015-02-19 12:27:23 +00:00
hashMap.h beautify 2015-02-19 12:27:23 +00:00
hashMapInfos.cpp beautify 2015-02-19 12:27:23 +00:00
hashMapInfos.h beautify 2015-02-19 12:27:23 +00:00
hashMapStringInfos.cpp beautify 2015-02-19 12:27:23 +00:00
hashMapStringInfos.h beautify 2015-02-19 12:27:23 +00:00
infosHasher.cpp beautify 2015-02-19 12:27:23 +00:00
infosHasher.h Modernize "C" includes in mert. 2015-03-28 20:20:58 +07:00
stringHasher.cpp beautify 2015-02-19 12:27:23 +00:00
stringHasher.h beautify 2015-02-19 12:27:23 +00:00
stringInfosHasher.cpp beautify 2015-02-19 12:27:23 +00:00
stringInfosHasher.h beautify 2015-02-19 12:27:23 +00:00
terAlignment.cpp beautify 2015-02-19 12:27:23 +00:00
terAlignment.h Modernize "C" includes in mert. 2015-03-28 20:20:58 +07:00
tercalc.cpp beautify 2015-02-19 12:27:23 +00:00
tercalc.h Modernize "C" includes in mert. 2015-03-28 20:20:58 +07:00
terShift.cpp beautify 2015-02-19 12:27:23 +00:00
terShift.h Modernize "C" includes in mert. 2015-03-28 20:20:58 +07:00
tools.cpp beautify 2015-02-19 12:27:23 +00:00
tools.h Modernize "C" includes in mert. 2015-03-28 20:20:58 +07:00