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 (Collapse)Author
2012-06-28KenLM e3b5c55910 including rest costs for probingKenneth Heafield
2012-06-28unistd.h for gcc 4.7.0Kenneth Heafield
2012-05-30Minor rollbackHieu Hoang
2012-05-28eclipse projectHieu Hoang
2012-05-11Rolled back unnecessary gzFile casts.Christian Federmann
2012-05-09Fixed merge problem.Christian Federmann
2012-05-09Merged in upstream.Christian Federmann
2012-05-09Implicit casting from FILE* to gzFile_s* does not work anymore since gzFile ↵Christian Federmann
has been changed from void * to gzFile_s * in zlib-1.2.6.
2012-05-05KenLM b1daeaf for clangKenneth Heafield
2012-03-11KenLM c1dba12Kenneth Heafield
- Reject NaNs - Fix ChartState hashing (unused in Moses) - Expose CreateOrThrow - Minor portability improvement in getopt
2012-02-28KenLM 98814b2 including faster malloc-backed building and portability ↵Kenneth Heafield
improvements
2012-02-24zlib changes. More strongly type gzFile variables. HAVE_ZLIB prob no longer ↵Hieu Hoang
works
2012-02-24zlib changesHieu Hoang
2012-02-24compile error when libs are updated by macportsHieu Hoang
2011-12-01No more autotools (with bhaddow in the room)Kenneth Heafield
2011-11-28Avoid naming conflict with glibc's libutilKenneth Heafield
2011-11-21Link dynamically against libz if we have toKenneth Heafield
2011-11-18Jam: Clean up boost library handling, assimilate mertKenneth Heafield
2011-11-18Merge branch 'master' of github.com:moses-smt/mosesdecoderHieu Hoang
2011-11-18xcodeHieu Hoang
2011-11-18Introducing JamfilesKenneth Heafield
Currently supports kenlm, irstlm, and srilm options. bjam [--with-srilm=/path/to/sri] [--with-irstlm=/path/to/irst] -j8 Places binaries in dist/ that pass regression tests.
2011-11-18xcodeHieu Hoang
2011-11-18Replace assert with CHECK until people learn how to use assert properlyKenneth Heafield
2011-11-17Updated kenlm 96ef3f2c11.Kenneth Heafield
Invalidates old gcc and 32-bit formats, replacing these with one consistent format: 64-bit new gcc. Backwards compatible with these files.
2011-11-17Move kenlm up one level, simplify compilationKenneth Heafield