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 (Expand)Author
2015-03-26More bjam fiddling.Ulrich Germann
2015-02-25Add include paths to boost compilation testsKenneth 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
2014-09-22don't ever link to libboost*-mtHieu Hoang
2014-03-11I like gzipKenneth Heafield
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-09Merge remote branch 'upstream/master'Kenneth Heafield
2012-10-07Stop deleting /dev/null on OS X / Hiroshi UmemotoKenneth Heafield
2012-10-04Merge remote branch 'upstream/master'Kenneth Heafield
2012-10-04remove dependency on boost filesystem objectHieu Hoang
2012-09-26Merge remote-tracking branch 'upstream/master'Kenneth Heafield
2012-09-26New approach to forcing recompilesKenneth Heafield
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-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
2012-08-06When used with --static, also add <runtime-link>static.Kenneth Heafield
2012-08-06Build changes. --static will force static linkage.Kenneth Heafield
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 cla...Hieu Hoang
2012-07-17Attempt to fix missing boost_system for some people with 1.50Kenneth Heafield
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-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
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 autodetection for non-bash usersKenneth Heafield
2012-05-10Added new --with-macports option for using MacPorts on Mac OS X; this falls b...Christian Federmann