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
2022-07-03return 0.0 for other platforms in usage fixes #391Kenneth Heafield
2022-05-27Update double-conversion to a109d7d05165b338513e3e379ecb5697a22b05c3Kenneth Heafield
2021-12-09Enforce minimum size in FreePoolKenneth Heafield
2021-06-08Use relative header pathsKenneth Heafield
2021-06-05Add install interfaces for all targets to -I at [prefix]/include/kenlmjacobkahn
2021-06-05[build] Fix interface include directories for imported targetsjacobkahn
2021-05-16CMake improvements/fixes for old versionsjacobkahn
2021-05-07Modernize CMake installjacobkahn
2020-12-08Second mac os change proposal. clock_gettime is supported since 10.12David Carlier
2020-12-07Reorder usage so mac is consistentKenneth Heafield
2020-12-07Usage report for mac update proposal.David Carlier
2020-11-04MSVC doesn't like const Proxy operator*() const.Kenneth Heafield
2020-09-27install rulesKenneth Heafield
2020-09-27Windows continuous integration with cmakeKenneth Heafield
2020-09-25Change target_link_libraries to PUBLICKenneth Heafield
2020-09-17Another try at librtKenneth Heafield
2020-09-17Allow rt to be blankKenneth Heafield
2020-09-17Use cmake for pthreads and rt fixes #301Kenneth Heafield
2020-08-29Fix bit packing and quantize on big endian.Weng Xuetian
2020-05-13Add python/CMakeListsMichel Zou
2020-03-26Fix from Jelmer to sourceKenneth Heafield
2020-03-08fix build on freebsdHenry Hu
2020-02-26ICU doesn't have operator[] on StringPieceKenneth Heafield
2020-02-26Fix StringPiece hash for ancient ICUKenneth Heafield
2020-02-25Add peek function for consistency with preprocessKenneth Heafield
2020-02-25More modern fixed_arrayKenneth Heafield
2020-02-25Compiler warningKenneth Heafield
2020-02-21Rework huge pages roundingKenneth Heafield
2020-02-21Remove dead codeKenneth Heafield
2020-02-20Correct error return for mremapKenneth Heafield
2019-08-07Guard against missing __GNUC_PREREQWill Monroe
2019-07-06De-boost TokenIterKenneth Heafield
2019-06-22More error reporting with munmapKenneth Heafield
2018-09-06Let poison error proceed to real error messageKenneth Heafield
2018-03-27Silence more visual studio warningsKenneth Heafield
2018-03-27Remove unreference local variableKenneth Heafield
2017-11-14Merge branch 'master' of github.com:kpu/kenlmKenneth Heafield
2017-11-14Fix error message grammarKenneth Heafield
2017-10-23std::uint64_t -> uint64_tKenneth Heafield
2017-10-23Change RoundBuckets to uint64_t Should fix #105Kenneth Heafield
2017-07-24Pull in double-conversion 4abe3267170fa52f39460460456990dbae803f4dKenneth Heafield
2017-06-16Avoid std::move. Hopefully fixes #91.Kenneth Heafield
2017-04-23Add #include <algorithm>Weng Xuetian
2017-04-11Change isnan handing to only use math.h on windows. Fixes #85.Kenneth Heafield
2017-04-02Use std::find to locate newline.Kenneth Heafield
2016-07-27Remove scoped_fd conversion to bool which could then be converted to int...Kenneth Heafield
2016-07-27file_.get() not file_Kenneth Heafield
2016-07-25Error check clock_gettimeKenneth Heafield
2016-07-19Moveable FilePieceKenneth Heafield
2016-07-19Move constructor for ErsatzProgress, make FilePiece page size privateKenneth Heafield