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-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
2012-09-24Extract kenlm into a submodule, referencing lazyKenneth Heafield
2012-09-22Single-threaded compilation fixesKenneth Heafield
2012-09-11Make --with-regtest work without an argument, fix path handlingKenneth Heafield
2012-09-09Old buggy bjam always returns 0. Detect+reject.Kenneth Heafield
http://boost.2283326.n4.nabble.com/bjam-exit-code-always-zero-td2696668.html
2012-08-17Fall back on unversioned BoostKenneth Heafield
2012-08-17Get the Boost version tag from version.hpp and include it in the name of the ↵Kenneth Heafield
Boost libraries. This will force people to use consistent headers and libraries and might fix some cases where a user has installed libraries locally on top of a system-level install.
2012-08-06When used with --static, also add <runtime-link>static.Kenneth Heafield
2012-08-06Build changes. --static will force static linkage.Kenneth Heafield
--without-libsegfault will skip libSegFault.
2012-08-06New --nosegfault option for Tom HoarKenneth Heafield
2012-07-31Merge branch 'master' of github.com:moses-smt/mosesdecoderHieu Hoang
2012-07-31Loosen requirements for system bjam versions / Tom HoarKenneth Heafield
2012-07-31wrap phi's suffix array implementation and extraction method in a wrapper ↵Hieu Hoang
class. Compiles
2012-07-17Merge branch 'trunk' into miramergeBarry Haddow
Compiles, not tested. Conflicts: Jamroot OnDiskPt/PhraseNode.h OnDiskPt/TargetPhrase.cpp OnDiskPt/TargetPhrase.h OnDiskPt/TargetPhraseCollection.cpp mert/BleuScorer.cpp mert/Data.cpp mert/FeatureData.cpp moses-chart-cmd/src/Main.cpp moses/src/AlignmentInfo.h moses/src/ChartManager.cpp moses/src/LM/Ken.cpp moses/src/LM/Ken.h moses/src/LMList.h moses/src/LexicalReordering.h moses/src/PhraseDictionaryTree.h moses/src/ScoreIndexManager.h moses/src/StaticData.h moses/src/TargetPhrase.h moses/src/Word.cpp scripts/ems/experiment.meta scripts/ems/experiment.perl scripts/training/train-model.perl
2012-07-17Attempt to fix missing boost_system for some people with 1.50Kenneth Heafield
2012-07-04revert mode changesEva Hasler
2012-07-04merge JamfilesEva Hasler
2012-07-03Alexander Fraser: Boost thread depends on Boost system.Kenneth Heafield
2012-07-02Extract hack to force recompilation if arguments changeKenneth Heafield
2012-06-21Merge some build system changes that were made for cdecKenneth Heafield