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
path: root/util
AgeCommit message (Expand)Author
2013-06-24KenLM 6b4a1c7940a36026de1d96693ccb6ec0f16de8dcKenneth Heafield
2013-06-05librt only for single-threaded linuxKenneth Heafield
2013-06-05librt for single threadedKenneth Heafield
2013-05-31request pulled in errorHieu Hoang
2013-05-31Merge pull request #36 from lixiangnlp/patch-2Hieu Hoang
2013-05-29beautifyHieu Hoang
2013-05-29Tetsuo's two patchesKenneth Heafield
2013-05-27delete slow version of FindStringPiece() \KenHieu Hoang
2013-05-20rollback change 'cos Ken is hassling meHieu Hoang
2013-05-19compile error on mac osx. Just #ifdef for now, but should use Boost or someth...Hieu Hoang
2013-05-19Make a slow code path for std::set FindStringPiece. I had fixed sparse featu...Kenneth Heafield
2013-05-19KenLM 10ddf7d923355b35a7de9a5219673eca9e18be98 except Hieu's slow string_piec...Kenneth Heafield
2013-05-17Swap for sized iteratorXiang Li
2013-04-29mergeHieu Hoang
2013-03-31OS X returns EINVAL for write > 2^31Kenneth Heafield
2013-03-19Accept concatenated bzip2 filesKenneth 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-20Compiler warnings, rename to ${binary}_main.ccKenneth Heafield
2013-01-20Cross platform fixesKenneth Heafield
2013-01-20compile error on macHieu Hoang
2013-01-18KenLM df5be22 lmplz for estimationKenneth Heafield
2013-01-17KenLM 014bced6Kenneth Heafield
2013-01-10Also ftruncate64 on androidKenneth Heafield
2013-01-10Stupid android 64-bit file offsets, static assert sizeof(off_t) == 8Kenneth Heafield
2013-01-07Remove if that doesn't do anything, define _FILE_OFFSET_BITS 64Kenneth Heafield
2013-01-07change lseek64() to lseek() and off64_t to off_t. Cygwin doesn't have those f...Hieu Hoang
2013-01-05Collapse lseek macroKenneth Heafield
2013-01-05mac doesn't have lseek64()Hieu Hoang
2013-01-05KenLM 0e5d259 including read_compressed fixKenneth Heafield
2013-01-05get rid of HAVE_BOOST macro. Always has boost nowHieu Hoang
2012-11-15KenLM 85e5fe4: mostly fixes for cygwin/windowsKenneth Heafield
2012-11-12Put core Moses into one library libmoses.Kenneth Heafield
2012-11-05KenLM 36b746 including -w mmap <unk> offset fixKenneth Heafield
2012-10-31Not sure why Hieu changed two spaces to a tabKenneth Heafield
2012-10-31Remove test's dependence on Boost randomKenneth Heafield
2012-10-31compile error on linux gcc 4.5.0Hieu Hoang
2012-10-31minor compile error on macosx. size_t != uint64_tHieu Hoang
2012-10-31Get more paranoid by checking for headers tooKenneth Heafield
2012-10-30Change test_lib to obey --staticKenneth Heafield
2012-10-30Add bzip and xz input for FilePiece KenLM 06f78db2Kenneth Heafield
2012-10-28Cut PhraseTableMemory loading time by 35%Kenneth Heafield
2012-10-26Windows _read and _write int limits / Cong Duy Vu HoangKenneth Heafield
2012-10-25WindowsKenneth Heafield
2012-10-22Fix compile error with ancient BoostKenneth Heafield
2012-10-18Remove uncalled functionKenneth Heafield
2012-10-18Support arbitrary arityKenneth Heafield
2012-10-16Fix compiler errors for more strict compilersKenneth Heafield
2012-10-16Move pool to utilKenneth Heafield
2012-10-16Merge remote-tracking branch 'origin/master' into miramergeBarry Haddow