mosesdecoder/biconcor
Jeroen Vermeulen 6fa57a1dac Modernize "C" includes in biconcor.
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 biconcor/ subdirectory.

C++11 adds cstdint, but to support compilation with the previous
standard, that change is left for later.
2015-03-28 21:00:30 +07:00
..
Alignment.cpp Modernize "C" includes in biconcor. 2015-03-28 21:00:30 +07:00
Alignment.h move biconcor to / 2012-05-31 23:32:24 +01:00
base64.cpp beautify 2013-05-29 18:16:15 +01:00
base64.h move biconcor to / 2012-05-31 23:32:24 +01:00
biconcor.cpp beautify 2013-05-29 18:16:15 +01:00
CMakeLists.txt Checking in examples of CMake files. 2013-09-06 13:39:46 -04:00
Jamfile add tool for phrase lookup with biconcor 2014-09-21 06:03:51 +01:00
Mismatch.cpp Modernize "C" includes in biconcor. 2015-03-28 21:00:30 +07:00
Mismatch.h beautify 2013-05-29 18:16:15 +01:00
phrase-lookup.cpp beautify 2015-01-14 11:07:42 +00:00
PhrasePair.cpp beautify 2013-05-29 18:16:15 +01:00
PhrasePair.h refactor parsing of feature functiona args 2013-06-10 18:11:55 +01:00
PhrasePairCollection.cpp Modernize "C" includes in biconcor. 2015-03-28 21:00:30 +07:00
PhrasePairCollection.h extended display options for biconcor 2013-04-05 11:26:00 +01:00
SuffixArray.cpp Modernize "C" includes in biconcor. 2015-03-28 21:00:30 +07:00
SuffixArray.h move biconcor to / 2012-05-31 23:32:24 +01:00
TargetCorpus.cpp Modernize "C" includes in biconcor. 2015-03-28 21:00:30 +07:00
TargetCorpus.h move biconcor to / 2012-05-31 23:32:24 +01:00
Vocabulary.cpp beautify 2013-05-29 18:16:15 +01:00
Vocabulary.h move biconcor to / 2012-05-31 23:32:24 +01:00