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
2015-07-02Reformatting for readability.Ulrich Germann
2015-06-12On MinGW use Windows _chsize_t, not ftruncate.Jeroen Vermeulen
2015-06-11Require __SSE2__ for i386 to use SSE2Kenneth Heafield
2015-05-21util/probing_hash_table_benchmark_main.cc wouldn't compile with boost v.1.46.1.Ulrich Germann
2015-05-20Fix some new compile problems.Jeroen Vermeulen
2015-05-19KenLM 7408730be415db9b650560a8b2bd3e4e3af49ec9.Kenneth Heafield
2015-04-30Remove trailing whitespace in C++ files.Jeroen Vermeulen
2015-04-26boost/thread/lock_guard.hpp not found with Boost v1.46.Ulrich Germann
2015-04-23Add cross-platform randomizer module.Jeroen Vermeulen
2015-04-22Thread-safe, platform-agnostic randomizer.Jeroen Vermeulen
2015-04-22Support tokenize(const std::string &) as well.Jeroen Vermeulen
2015-04-22Add new files.Jeroen Vermeulen
2015-04-17Cross-platform tempfile implementation.Jeroen Vermeulen
2015-04-17New helper classes: temp_dir & temp_file.Jeroen Vermeulen
2015-04-17Use cross-platform mmap() wrapper in CompactPT.Jeroen Vermeulen
2015-04-10Portability and include fixes.Jeroen Vermeulen
2015-03-28Modernize "C" includes in util.Jeroen Vermeulen
2015-03-25KenLM 240ea65a021574261a38d45eb68143f26ad177e5Kenneth Heafield
2015-01-22KenLM a6d57501dcac95a31719a8628f6cbd288f6741e2 including Marcin's fixed pruningKenneth Heafield
2014-11-20Merge branch 'master' of https://github.com/moses-smt/mosesdecoderUlrich Germann
2014-10-08KenLM 370f97fa549f02e162a3a0f17bf3ad6cce2c3813Kenneth Heafield
2014-09-10Fixed issues with ambiguity in typedef of uint64_t (conflict between boost ty...Ulrich Germann
2014-07-22Fix fd leak noticed by Barry HaddowKenneth Heafield
2014-07-19D'ph forgot to copy utilKenneth Heafield
2014-06-05KenLM f81d02792087a837ea17e6ce2b33f9b7aaecca68 should fix segfault with Array...Kenneth Heafield
2014-06-02KenLM 5a7efd8fe1db88ee0a9f7e9479b24ac3ca348221 with Hieu's patch to exception.hhKenneth Heafield
2014-03-11Consolidated, consistent rt target fixes single-threaded buildKenneth Heafield
2014-03-11Do not compile pcqueue_test for single-threaded buildsKenneth Heafield
2014-01-31Fix progress bar for compressed filesKenneth Heafield
2014-01-30Update read_compressed to support concatenated gzipKenneth Heafield
2014-01-28Fix C++11 compilation error / Chris DyerKenneth Heafield
2014-01-28KenLM 5cc905bc2d214efa7de2db56a9a672b749a95591Kenneth Heafield
2014-01-16SyntaxConstraintFeature (without any actual constraints; useful to build/outp...Rico Sennrich
2014-01-15merged upstream with origin for mingwjiejiang
2014-01-13get rid of all abortsHieu Hoang
2014-01-05delete check.hhHieu Hoang
2014-01-02KenLM 85c82bd, revamp Moses timer to have more precisionKenneth Heafield
2013-12-19moses windows build, with some TODO listjiejiang
2013-11-16replace CHECK with UTIL_THROW_IF. It's gonna be a fun weekHieu Hoang
2013-11-15UTIL_THROW_IF2 with base Exception classHieu Hoang
2013-10-12Fix call_realloc double freeKenneth Heafield
2013-09-09KenLM 6f7913cc7ca0f7672c6d899358365f047a742bbbKenneth Heafield
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