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-04-26Bug fix for compilation with --with-xmlrpc-c=...mmt-mvp-0.2.0Ulrich Germann
2015-04-26Fixed jam files for the case where xmlrpc-c is not available.Ulrich Germann
2015-04-21Still trying to find a way to compile statically with curl and curlpp.Ulrich Germann
2015-04-02More fiddling with bjam.Debian
2015-03-30Changed cxxflags for curlpp to -isystem to avoid compiler warnings.Ulrich Germann
2015-03-27Fixed auto-setting of --with-regtest based on environment variable.Ulrich Germann
2015-03-26Managers and feature functions now have access to the entire ↵Ulrich Germann
TranslationTask, not just the InputType.
2015-03-26More fiddling with bjam.Ulrich Germann
2015-03-26More bjam fiddling.Ulrich Germann
2015-03-23Check for MinGW using __MINGW32__, not MINGW.Jeroen Vermeulen
This code used the wrong preprocessor macro to check whether it was compiling in a MinGW environment, as far as I can see.
2015-03-23Adjust for MinGW's mkdir().Jeroen Vermeulen
MinGW has mkdir(), but it only accepts one argument: the directory's path. It does not accept a file mode.
2015-03-23Remove unused code for reading "ar" archives.Jeroen Vermeulen
The Jam code had inherited a function for enumerating "ar" archives. This wasn't used anywhere at all in the codebase, but it depended on a platform-specific "ar.h" header. Windows doesn't have that header, so this change removes one small obstacle to portability.
2015-03-20Bjam is the most awful build system in the world.Ulrich Germann
2015-03-19More fiddling with bjam.Ulrich Germann
2015-03-18Addresses issues with compiling server capabilities into the Moses main ↵Ulrich Germann
executable.
2015-03-04Added missing file.Ulrich Germann
2015-02-25Add include paths to boost compilation testsKenneth Heafield
2015-02-25D'oh add empty testKenneth Heafield
2015-02-24Another attempt at fixing linkage/macro definitionKenneth Heafield
2015-02-16Try to fix Boost static/dynamic linkageKenneth Heafield
2015-01-27don't define TEST_DYN_LINK. Doesn't work on OSX with manually compiled boostHieu Hoang
2014-10-31Test libraries for dynamic/static instead of testing whole executableKenneth Heafield
Rationale: some systems are missing static glibc but have static boost. This will detect and link against static Boost on those systems.
2014-09-22don't ever link to libboost*-mtHieu Hoang
2014-03-11I like gzipKenneth Heafield
2013-10-04update bjam source code. Copied from boost 1.54Hieu Hoang
2013-09-233 things people must do before sending their log files to the mailing listHieu Hoang
2013-09-233 things people must do before sending their log files to the mailing listHieu Hoang
2013-08-27Kludgy fix to force boost libraries to be static by defaultKenneth Heafield
2013-08-21Also use unwind for for tcmallocKenneth Heafield
2013-07-25Fixes to the shared buildBarry Haddow
2013-04-17Attempt to reduce moses-support e-mailsKenneth Heafield
2013-01-24KenLM 31a6644 resizable probing hash table, build fixesKenneth Heafield
2013-01-23KenLM 58da33: compiler warnings, correctly handle bare K, kill HAVE_BOOSTKenneth Heafield
2013-01-20Cross platform fixesKenneth Heafield
2013-01-18KenLM df5be22 lmplz for estimationKenneth Heafield
2013-01-05If statically linking, check static libs for -mtKenneth Heafield
2012-11-19BINDIR and LIBDIR constantsKenneth Heafield
2012-11-12Put core Moses into one library libmoses.Kenneth Heafield
2012-10-30Change test_lib to obey --staticKenneth Heafield
2012-10-22Update bjam to 1.51.0Kenneth Heafield
2012-10-16Merge remote-tracking branch 'origin/master' into miramergeBarry Haddow
NB Untested Conflicts: Jamroot moses-chart-cmd/src/Main.cpp moses/src/ChartManager.cpp moses/src/RuleTable/LoaderStandard.cpp moses/src/RuleTable/PhraseDictionaryALSuffixArray.cpp moses/src/Word.cpp
2012-10-09Merge remote branch 'upstream/master'Kenneth Heafield
Conflicts: util/file.cc util/file.hh
2012-10-08Merge remote branch 'github/master' into miramergeBarry Haddow
Conflicts: moses/src/AlignmentInfo.cpp moses/src/AlignmentInfo.h moses/src/ChartHypothesis.cpp moses/src/ChartTrellisNode.cpp moses/src/LM/Implementation.cpp moses/src/LM/Ken.cpp moses/src/TargetPhrase.cpp moses/src/TargetPhrase.h
2012-10-07Stop deleting /dev/null on OS X / Hiroshi UmemotoKenneth Heafield
2012-10-04Merge remote branch 'upstream/master'Kenneth Heafield
Conflicts: jam-files/sanity.jam
2012-10-04remove dependency on boost filesystem objectHieu Hoang
2012-09-27Merge remote branch 'github/master' into miramergeBarry Haddow
2012-09-27Merge remote branch 'github/master' into miramergeBarry Haddow
Compiles, but not tested. Had to disable relent filter. Strangely, it seems to contain the whole of moses-cmd. Conflicts: Jamroot OnDiskPt/TargetPhrase.cpp moses-cmd/src/Main.cpp moses/src/AlignmentInfo.cpp moses/src/AlignmentInfo.h moses/src/ChartTranslationOptionCollection.cpp moses/src/ChartTranslationOptionCollection.h moses/src/GenerationDictionary.cpp moses/src/Jamfile moses/src/Parameter.cpp moses/src/PhraseDictionary.cpp moses/src/StaticData.cpp moses/src/StaticData.h moses/src/TargetPhrase.h moses/src/TranslationSystem.cpp moses/src/TranslationSystem.h moses/src/Word.cpp phrase-extract/score.cpp regression-testing/Jamfile scripts/ems/experiment.meta scripts/ems/experiment.perl scripts/training/train-model.perl
2012-09-26Merge remote-tracking branch 'upstream/master'Kenneth Heafield
Conflicts: moses/src/LM/Jamfile
2012-09-26New approach to forcing recompilesKenneth Heafield
Fixes annoying problem that unsuccessful build iterations would keep rebuilding Factory.o and CompactPT