Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/kpu/kenlm.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/util
AgeCommit message (Expand)Author
2016-07-19Let ReadCompressed get its copying from scoped_ptrKenneth Heafield
2016-07-19Towards a moveable FilePieceKenneth Heafield
2016-07-19LineIterator allow different delimiterKenneth Heafield
2016-07-19FilePiece starts where the file is seeked toKenneth Heafield
2016-07-19Merge branch 'master' of github.com:kpu/kenlmKenneth Heafield
2016-07-19Return offset with seek functionsKenneth Heafield
2016-07-18Move semantics for FileStreamKenneth Heafield
2016-07-18FileStream constructor should be explicitKenneth Heafield
2016-06-24Move constructor on scoped_memoryKenneth Heafield
2016-06-20Move constructors for scoped from mtplzKenneth Heafield
2016-05-31Normalize temporary prefixKenneth Heafield
2016-05-28Fix compiler warning on non-LinuxKenneth Heafield
2016-05-28Missing return *thisKenneth Heafield
2016-05-27And some headers that wanted timerKenneth Heafield
2016-05-27Remove use of boost timerKenneth Heafield
2016-05-01Largely untested multi-threaded benchmarkKenneth Heafield
2016-04-19Updated CMake files for the following:Alex Newman
2016-04-10trying to fill in ThreadTime() for osx. Not completedHieu Hoang
2016-04-10Move ThreadTime to usage, exempt OS XKenneth Heafield
2016-04-10OS X compilation / HieuKenneth Heafield
2016-03-29LineIterator tweaksKenneth Heafield
2016-03-29LineIteratorKenneth Heafield
2016-03-29And remove some trailing spacesKenneth Heafield
2016-03-29Pool updates from mtplzKenneth Heafield
2016-03-29Support for different loading methodsKenneth Heafield
2016-03-23Remove feature.h direct include since per documentation it's included by a lo...Kenneth Heafield
2016-03-21Windows alternative for getrusage().Jeroen Vermeulen
2016-03-21Use CPUTime in reporting usageKenneth Heafield
2016-03-17Use clock_gettime for cpu timeKenneth Heafield
2016-03-17Using namespace std; near isnanKenneth Heafield
2016-03-16Build fixes: std::runtime_error, std::isnan.Jeroen Vermeulen
2016-03-15glibc version check for secure_getenvKenneth Heafield
2016-03-09Copy default temporary file path logic from moses/util/tempfile.hh by Jeroen ...Kenneth Heafield
2016-03-08Fix compilation of isnan on windowsKenneth Heafield
2016-03-06cmake with gzip, bzip2, xz detection and linkingKenneth Heafield
2016-02-25People have glibc < 2.18?Kenneth Heafield
2016-02-24Hole punch input to merge sortKenneth Heafield
2016-02-24Remove trailing spacesKenneth Heafield
2016-02-22Run all of the testsKenneth Heafield
2016-02-22Normalize use of AddExes, add -lrt on non-AppleKenneth Heafield
2016-02-22Add probing hash table benchmark backKenneth Heafield
2016-02-22Refactor cmakeKenneth Heafield
2016-02-22Switch to cmake full timeKenneth Heafield
2016-02-22unbork cmake buildKenneth Heafield
2016-02-22Sadly, sort is ~2x faster with an explicitly sized typeKenneth Heafield
2016-02-21Change std::string value_type in sort to custom pooled objectKenneth Heafield
2016-02-21Add a pool with a linked list based free listKenneth Heafield
2016-02-21Be more explicit about how to swap data so gcc doesn't create a ton of stringsKenneth Heafield
2016-02-15Merge branch 'master' of https://github.com/kpu/kenlmJozef Mokry
2016-02-15ParallelTestRun now takes 3hoursJozef Mokry