Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/moses-smt/mosesdecoder.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-03-28Modernize "C" includes in util.Jeroen Vermeulen
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 util/ subdirectory; more branches to follow. C++11 adds cstdint, but to support compilation with the previous standard, that change is left for later.
2014-07-22Fix fd leak noticed by Barry HaddowKenneth Heafield
2014-07-19D'ph forgot to copy utilKenneth Heafield
2014-01-31Fix progress bar for compressed filesKenneth Heafield
2014-01-30Update read_compressed to support concatenated gzipKenneth Heafield
2013-03-19Accept concatenated bzip2 filesKenneth Heafield
2013-01-23KenLM 58da33: compiler warnings, correctly handle bare K, kill HAVE_BOOSTKenneth Heafield
2013-01-05KenLM 0e5d259 including read_compressed fixKenneth Heafield
2012-11-15KenLM 85e5fe4: mostly fixes for cygwin/windowsKenneth Heafield
2012-10-31compile error on linux gcc 4.5.0Hieu Hoang
2012-10-31minor compile error on macosx. size_t != uint64_tHieu Hoang
2012-10-30Add bzip and xz input for FilePiece KenLM 06f78db2Kenneth Heafield