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
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
2012-06-07mergeEva Hasler
2012-06-01fix start weights in experiment.perl, add hypothesis queue for picking hope ↵Eva Hasler
and fear translations, add variations to 1slack formulation
2012-06-01Allow combination of --prefix and --gitBarry Haddow
2012-05-31move all executables into binHieu Hoang
2012-05-13Force shared linkage only for clang-linux.Tetsuo Kiso
bjam's support for clang on Linux is buggy. The support for clang on Darwin (Mac OS X) looks fine.
2012-05-13Force shared linkage only for clang-linux.Tetsuo Kiso
bjam's support for clang on Linux is buggy. The support for clang on Darwin (Mac OS X) looks fine.
2012-05-10changed permission, everything changed..Eva Hasler
2012-05-10Force shared linkage with clang.Kenneth Heafield
2012-05-10Force shared linkage with clang.Kenneth Heafield
2012-05-10Fix bjam from any directory. Add iostreams dependency to score for Hieu.Kenneth Heafield
2012-05-10Fix bjam from any directory. Add iostreams dependency to score for Hieu.Kenneth Heafield
2012-05-10Fix autodetection for non-bash usersKenneth Heafield
2012-05-10Fix autodetection for non-bash usersKenneth Heafield
2012-05-10Added new --with-macports option for using MacPorts on Mac OS X; this falls ↵Christian Federmann
back to using /opt/local if no /path/to/macports is given and implicitly sets Boost parameters. Also note that this implies "using darwin ;" as compiler.
2012-05-10Added new --with-macports option for using MacPorts on Mac OS X; this falls ↵Christian Federmann
back to using /opt/local if no /path/to/macports is given and implicitly sets Boost parameters. Also note that this implies "using darwin ;" as compiler.
2012-05-08When given a relative install path, interpret it relative to pwd.Kenneth Heafield
2012-05-08When given a relative install path, interpret it relative to pwd.Kenneth Heafield
2012-05-08Fix install-scriptsKenneth Heafield
2012-05-08Fix install-scriptsKenneth Heafield
2012-05-07Refactor Jamroot to separate Moses high-level and common low-level.Kenneth Heafield