1. b56fa78 Merge pull request #39 from kratorius/patch-1 by cld2 · 9 years ago master
  2. 49035cd Fix typo by Ivan Giuliani · 9 years ago
  3. 84b58a5 Fixed #37: Removes unused variable ScriptScanner::next_byte_limit_ by Jason Riesa · 9 years ago
  4. 2eb65ba Removes unused functions from utf8statetable.cc by Jason Riesa · 9 years ago
  5. 910f6b3 Adds new README.md by Jason Riesa · 9 years ago
  6. 2a55563 Compresses large file (119M --> 40M) in preparation for migration to github. by riesa@google.com · 9 years ago
  7. 9cab4d1 Add avmv8 and armv8-a support. by andrewhayden@google.com · 9 years ago
  8. 87b11ba Resolve issue 28 and issue 29 - add compiler flag variables and SONAME fields. by andrewhayden@google.com · 9 years ago
  9. 85f0ee7 Add Apache license header to 20141015 sources. by andrewhayden@google.com · 9 years ago
  10. ecba1ef Apply fixes for Windows to the 20141015 data set. For more information, see: by andrewhayden@google.com · 9 years ago
  11. 34ce46c Move compile20141015.sh to compile.sh and update compile_and_test_all.sh to use by andrewhayden@google.com · 9 years ago
  12. b2c2d34 Remove the old 0715, 0122 and 0604 data sets for Chrome. by andrewhayden@google.com · 9 years ago
  13. 077be12 Make it possible to use compile_dynamic.sh on the 20141015 data set by andrewhayden@google.com · 9 years ago
  14. 201825f Remove source of bad UTF-8 bytes that crept in by dsites@google.com · 9 years ago
  15. b62344d Add smaller 160K-entry table by dsites@google.com · 9 years ago
  16. ec70638 Undo dynamic-mode breakage from merge conflict in r174 by andrewhayden@google.com · 9 years ago
  17. 503f7de Test data for 192 languages; see release notes by dsites@google.com · 9 years ago
  18. a1d73f7 Test data for 192 languages; see release notes by dsites@google.com · 9 years ago
  19. c8fcec9 Correct minor comment typos by andrewhayden@google.com · 9 years ago
  20. 8727650 New tables, test, compile for Oct 2014 small table release by dsites@google.com · 10 years ago
  21. 5c84ccd Add besteffort flag again by dsites@google.com · 10 years ago
  22. b312a68 new ku-Latn text, bad UTF-8, besteffort flag, comments by dsites@google.com · 10 years ago
  23. 92a3e24 State table for SpanInterchangeValid by dsites@google.com · 10 years ago
  24. f1f0dcb ResultVector fix, BestEffort flag, add CheckUTF8 routines by dsites@google.com · 10 years ago
  25. 54479cc This possibly avoids a crash on &bogus-entity input by dsites@google.com · 10 years ago
  26. 5f505ac This possibly avoids a crash on no-letters input by dsites@google.com · 10 years ago
  27. 6e94c9e Address CLD2 issue 24: Problems compiling on Windows. by andrewhayden@google.com · 10 years ago
  28. c9f9d40 Fix MSVC "value may be truncated" warnings. (by pkasting@) by hajimehoshi@google.com · 10 years ago
  29. bb5c092 Fix fprintf warning on Windows under clang. by andrewhayden@google.com · 10 years ago
  30. 7f79112 Fix issue 19: Windows build fails: undeclared identifier 'close' by andrewhayden@google.com · 10 years ago
  31. f7a2267 Finish the work started in r162, which was mistakenly committed without this change. by andrewhayden@google.com · 10 years ago
  32. a849497 Address issue 18: use fprinf instead of iostream for logging in the dynamic code. by andrewhayden@google.com · 10 years ago
  33. 00d28e3 by andrewhayden@google.com · 10 years ago
  34. b661afa Add clean.sh and compile_and_test_all.sh, ignore built libraries/tests/data, by andrewhayden@google.com · 10 years ago
  35. d076f5e Use delete[] instead of delete for array types. by andrewhayden@google.com · 10 years ago
  36. 3fced38 Use uint32_t instead of int for the dynamic API by andrewhayden@google.com · 10 years ago
  37. d2ad115 Fix unaligned access problems empirically observed on ARM 7 chipsets. by andrewhayden@google.com · 10 years ago
  38. 495b668 Added UNALIGNED_LOAD32 macros by dsites@google.com · 10 years ago
  39. e466957 Add missing Apache license text. For more info, see issue 10: by andrewhayden@google.com · 10 years ago
  40. e48a517 Fixup for Chromium compile chain on Windows that can't handle zero-length arrays by andrewhayden@google.com · 10 years ago
  41. f503d40 Fixup for Chromium compile chain on Windows that can't handle zero-length arrays by andrewhayden@google.com · 10 years ago
  42. db75897 Dynamic mode cleanup: Use generated constants, cleanup TODOs. For more info: by andrewhayden@google.com · 10 years ago
  43. a57e2d1 Allow externally-managed mmaps to be used for loading data. For more info: by andrewhayden@google.com · 10 years ago
  44. ff57848 Make compile_libs.sh executable by andrewhayden@google.com · 10 years ago
  45. cffbd73 Enable Dynamic Mode for CLD2. See issue 6 for more information on dynamic mode: by andrewhayden@google.com · 10 years ago
  46. 0fb71b3 explicit indirect table sizes by dsites@google.com · 10 years ago
  47. 320a65e explicit indirect table sizes by dsites@google.com · 10 years ago
  48. 1bd70f3 explicit indirect table sizes by dsites@google.com · 10 years ago
  49. d7db285 explicit indirect table sizes by dsites@google.com · 10 years ago
  50. 76f4091 explicit indirect table sizes by dsites@google.com · 10 years ago
  51. b44f9bb explicit indirect table sizes by dsites@google.com · 10 years ago
  52. 74e0820 explicit indirect table sizes by dsites@google.com · 10 years ago
  53. 34fa558 explicit indirect table sizes by dsites@google.com · 10 years ago
  54. f393303 explicit indirect table sizes, fix kCompatTableSize by dsites@google.com · 10 years ago
  55. 37afed5 Add named constant for array size by dsites@google.com · 10 years ago
  56. 9adf524 Add named constant for array size by dsites@google.com · 10 years ago
  57. cfe9a55 Fix missing kTeststr_nr_Latn by dsites@google.com · 10 years ago
  58. 91ddaaa Add Ndebele to unit test by dsites@google.com · 10 years ago
  59. 3df209a Add Ndebele to unit test by dsites@google.com · 10 years ago
  60. e471ec7 Accuracy evaluation by dsites@google.com · 10 years ago
  61. 3d58442 Accuracy evaluation by dsites@google.com · 10 years ago
  62. 9436010 Accuracy evaluation by dsites@google.com · 10 years ago
  63. 604d788 Accuracy evaluation by dsites@google.com · 10 years ago
  64. b3b40b8 Accuracy evaluation by dsites@google.com · 10 years ago
  65. 92bf671 Delete. no longer used by dsites@google.com · 10 years ago
  66. 233d31f Slight accuracy improvement by dsites@google.com · 10 years ago
  67. f30cb5c Slight accuracy improvement by dsites@google.com · 10 years ago
  68. a5a1aff Updated unittest strings, date by dsites@google.com · 10 years ago
  69. d1d5fc1 Updated unittest strings by dsites@google.com · 10 years ago
  70. b0e7d87 Slight accuracy improvement by dsites@google.com · 10 years ago
  71. 546c25a Slight accuracy improvement by dsites@google.com · 10 years ago
  72. 299d4e3 Slight accuracy improvement by dsites@google.com · 10 years ago
  73. 9e7741f Slight accuracy improvement by dsites@google.com · 10 years ago
  74. d7a26f6 Slight accuracy improvement by dsites@google.com · 10 years ago
  75. 5acde26 Slight accuracy improvement by dsites@google.com · 10 years ago
  76. b01596b Slight accuracy improvement by dsites@google.com · 10 years ago
  77. ebdc7f6 Slight accuracy improvement by dsites@google.com · 10 years ago
  78. 6aefd89 Update sr-Latn by dsites@google.com · 10 years ago
  79. 39b4685 Add check for missing quad lookup table by dsites@google.com · 10 years ago
  80. c7564d6 Six more languages, better accuracy by dsites@google.com · 10 years ago
  81. 243e5d4 Six more languages, better accuracy by dsites@google.com · 10 years ago
  82. f5c3e9e Six more languages, better accuracy by dsites@google.com · 10 years ago
  83. 2497bb3 Six more languages, better accuracy by dsites@google.com · 10 years ago
  84. 7087afa Six more languages, better accuracy by dsites@google.com · 10 years ago
  85. c97f843 Six more languages, better accuracy by dsites@google.com · 10 years ago
  86. f81b4a7 Six more languages, better accuracy, 160K entries by dsites@google.com · 10 years ago
  87. 9dbc3af Six more languages, better accuracy, 192K entries by dsites@google.com · 10 years ago
  88. 9b1ecd4 Six more languages, better accuracy, 256K entries by dsites@google.com · 10 years ago
  89. 29e7b10 Move DetectLanguageVersion, dual-table lookup by dsites@google.com · 10 years ago
  90. a6af224 updated tests for bh bs id ms by dsites@google.com · 10 years ago
  91. 9c413e8 dual-table lookup by dsites@google.com · 10 years ago
  92. e230d38 dual-table lookup by dsites@google.com · 10 years ago
  93. 082b04a dual-table lookup by dsites@google.com · 10 years ago
  94. f228098 Move DetectLanguageVersion by dsites@google.com · 10 years ago
  95. bb78c8f Backward-compatible dual-table version by dsites@google.com · 10 years ago
  96. 7cb1b9e Backward-compatible dual-table version by dsites@google.com · 10 years ago
  97. 716d56f Put Hmong code hmn in proper alphabetical place by dsites@google.com · 10 years ago
  98. d442bec Fix comments by dsites@google.com · 10 years ago
  99. 0e3abad Fix comments by dsites@google.com · 10 years ago
  100. 0c5e9e7 Fix comments, remove redundant test by dsites@google.com · 10 years ago