Moses, the machine translation system
Go to file
Jeroen Vermeulen a9c8f44896 Modernize "C" includes in moses.
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 moses/ 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:09:03 +07:00
biconcor beautify 2015-01-14 11:07:42 +00:00
contrib 1. Lifetime of tasks in ThreadPool is now managed via shared pointers. 2015-03-21 16:12:52 +00:00
cruise-control changes for cruise control 2013-05-10 16:34:57 +01:00
defer park Joint LM. Doesn't work anymore 2015-02-18 15:11:03 +00:00
doc Replaced content by pointer to online documentation. 2014-08-04 17:20:33 +01:00
jam-files Check for MinGW using __MINGW32__, not MINGW. 2015-03-23 22:35:03 +07:00
lm Make NPLM wrapper compile again. Fixes #102. 2015-03-26 11:57:41 -04:00
mert 1. Lifetime of tasks in ThreadPool is now managed via shared pointers. 2015-03-21 16:12:52 +00:00
mingw windows gui code 2014-01-24 11:12:03 +00:00
misc Set default number of scores to 4 2015-01-22 12:36:50 +01:00
moses Modernize "C" includes in moses. 2015-03-28 20:09:03 +07:00
moses-cmd 1. Lifetime of tasks in ThreadPool is now managed via shared pointers. 2015-03-21 16:12:52 +00:00
OnDiskPt delete typedefs for UINT32 and UINT64. MSVC now has uint32_t and uint64_t /Ken 2015-03-25 00:55:39 +00:00
phrase-extract Modernize "C" includes in phrase-extract. 2015-03-28 19:56:20 +07:00
regression-testing run-test-{extract|mert|misc|scorer}.perl now log the command line executed for the specific test. 2015-02-09 23:00:04 +00:00
scripts filter-model-given-input.pl: drop "-encoding None" from phrase table binaization with processPhraseTableMin. Recommended by Marcin. 2015-03-23 14:38:24 +00:00
search Modernize "C" includes in search. 2015-03-28 19:48:20 +07:00
symal use astyle 2.01. It's on Edinburgh server and doesn't screw up enum 2015-01-14 19:21:11 +00:00
util Modernize "C" includes in util. 2015-03-28 19:37:48 +07:00
vw Using boost for prefix/suffix checks /Jeroen Vermeulen 2015-02-05 16:23:47 +00:00
.gitignore Update .gitignore. 2014-11-14 14:28:33 +00:00
.gitmodules Arrow pipeline submodules now use https protocol. 2013-07-24 11:52:14 +01:00
bjam Fix cd error when running bjam from non-top 2013-03-19 11:17:17 +00:00
BUILD-INSTRUCTIONS.txt test 2014-12-22 15:55:27 +05:30
Jamroot Library path for xmlrpc-c given via --with-xmlprc-c was not included in the compile requirements. 2015-03-20 22:32:42 +00:00