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
path: root/symal
AgeCommit message (Collapse)Author
2015-05-18Oops, that's a null pointer not a nul character.Jeroen Vermeulen
2015-05-15beautify.Hieu Hoang
2015-05-10beautifyHieu Hoang
2015-05-10Modernize symal source code.Jeroen Vermeulen
Part of symal was still written in K&R C (though with an anachronistic C99 version comment!). Updating it to ANSI C, adding const in many places for clarity. Reordering functions to eliminate forward declarations. Moving definition of Cmd_T into cmd.c, since it's local to that file. Adding some wrappers to reduce the casts around Cmd_T.p. Narrowing the scope of some variables. Also updating the C++: use anonymous namespace for "static" definitions, use enums and constants instead of preprocessor macros, use false/true as boolean constants, throw exceptions instead of print-and-exit, avoid use of "final" as an identifier since it's now a reserved word.
2015-05-02beautifyHieu Hoang
2015-04-30Remove trailing whitespace in C++ files.Jeroen Vermeulen
2015-04-15create file stream and delete it at the end if user has specified a file for ↵Hieu Hoang
input & output
2015-04-15don't use /dev/stdin and /dev/stdout. Compatibility issues with some RedhatHieu Hoang
2013-07-08beautifyHieu Hoang
2013-07-08beautifyHieu Hoang
2013-06-20redo parsing of feature function parametersHieu Hoang
2013-06-10refactor parsing of feature functiona argsHieu Hoang
2013-05-29beautifyHieu Hoang
2012-05-31move giza2bal.pl back into script/trainingHieu Hoang
2012-05-31move c++ code out of /script/ to /Hieu Hoang