This website requires JavaScript.
fed1586a65
Silence GCC warning
master
Simon Rozman
2023-09-15 15:25:09 +02:00
7098d64500
Remove excessive constant declarations
Simon Rozman
2023-05-25 12:03:48 +02:00
cbabc63cc7
Use %zd for size_t printf argument
Simon Rozman
2023-05-25 11:44:06 +02:00
b413aea0bf
Resolve signed/unsigned compare warning
Simon Rozman
2023-05-25 11:41:27 +02:00
b56fa78a2f
Merge pull request #39 from kratorius/patch-1
cld2
2015-08-20 15:39:36 -07:00
49035cda2c
Fix typo
Ivan Giuliani
2015-08-20 23:30:39 +01:00
84b58a5d76
Fixed #37 : Removes unused variable ScriptScanner::next_byte_limit_
Jason Riesa
2015-07-28 08:55:54 -07:00
2eb65ba00c
Removes unused functions from utf8statetable.cc
Jason Riesa
2015-07-27 19:05:46 -07:00
910f6b374d
Adds new README.md
Jason Riesa
2015-06-12 17:46:04 -07:00
2a55563cc9
Compresses large file (119M --> 40M) in preparation for migration to github.
riesa@google.com
2015-06-12 20:32:57 +00:00
9cab4d1314
Add avmv8 and armv8-a support. Patch credit to Milton.Chiang@mediatek.com (thanks!). See https://code.google.com/p/cld2/issues/detail?id=34 for more information.
andrewhayden@google.com
2015-05-27 07:40:24 +00:00
87b11bae24
Resolve issue 28 and issue 29 - add compiler flag variables and SONAME fields.
andrewhayden@google.com
2015-02-12 11:20:05 +00:00
85f0ee72b2
Add Apache license header to 20141015 sources.
andrewhayden@google.com
2014-11-07 10:16:57 +00:00
ecba1ef1a0
Apply fixes for Windows to the 20141015 data set. For more information, see: https://code.google.com/p/cld2/issues/detail?id=9
andrewhayden@google.com
2014-11-07 09:19:51 +00:00
34ce46cdbb
Move compile20141015.sh to compile.sh and update compile_and_test_all.sh to use
andrewhayden@google.com
2014-11-06 22:52:55 +00:00
b2c2d34ea7
Remove the old 0715, 0122 and 0604 data sets for Chrome.
andrewhayden@google.com
2014-11-06 22:49:10 +00:00
077be12beb
Make it possible to use compile_dynamic.sh on the 20141015 data set
andrewhayden@google.com
2014-11-06 21:08:18 +00:00
201825fa5b
Remove source of bad UTF-8 bytes that crept in
dsites@google.com
2014-11-04 00:12:40 +00:00
b62344d325
Add smaller 160K-entry table
dsites@google.com
2014-11-03 17:24:14 +00:00
ec70638ae9
Undo dynamic-mode breakage from merge conflict in r174
andrewhayden@google.com
2014-10-31 16:07:00 +00:00
503f7dee53
Test data for 192 languages; see release notes
dsites@google.com
2014-10-29 18:28:02 +00:00
a1d73f7fb5
Test data for 192 languages; see release notes
dsites@google.com
2014-10-29 18:12:19 +00:00
c8fcec9e26
Correct minor comment typos
andrewhayden@google.com
2014-10-29 12:09:40 +00:00
87276506cd
New tables, test, compile for Oct 2014 small table release
dsites@google.com
2014-10-28 20:41:13 +00:00
5c84ccd348
Add besteffort flag again
dsites@google.com
2014-10-28 20:39:46 +00:00
b312a68c4a
new ku-Latn text, bad UTF-8, besteffort flag, comments
dsites@google.com
2014-10-28 20:32:54 +00:00
92a3e24c4e
State table for SpanInterchangeValid
dsites@google.com
2014-10-28 20:22:53 +00:00
f1f0dcb00a
ResultVector fix, BestEffort flag, add CheckUTF8 routines
dsites@google.com
2014-10-28 20:18:58 +00:00
54479ccc2c
This possibly avoids a crash on &bogus-entity input
dsites@google.com
2014-10-27 17:40:33 +00:00
5f505ac67a
This possibly avoids a crash on no-letters input
dsites@google.com
2014-10-24 23:50:00 +00:00
6e94c9e178
Address CLD2 issue 24: Problems compiling on Windows.
andrewhayden@google.com
2014-10-01 15:06:16 +00:00
c9f9d40322
Fix MSVC "value may be truncated" warnings. (by pkasting@)
hajimehoshi@google.com
2014-09-17 07:11:37 +00:00
bb5c092e8c
Fix fprintf warning on Windows under clang.
andrewhayden@google.com
2014-08-19 09:17:12 +00:00
7f791121dc
Fix issue 19: Windows build fails: undeclared identifier 'close' https://code.google.com/p/cld2/issues/detail?id=19
andrewhayden@google.com
2014-08-13 12:35:03 +00:00
f7a2267508
Finish the work started in r162, which was mistakenly committed without this change.
andrewhayden@google.com
2014-07-31 11:05:39 +00:00
a849497b8d
Address issue 18: use fprinf instead of iostream for logging in the dynamic code.
andrewhayden@google.com
2014-07-25 11:48:07 +00:00
00d28e343d
Update unit tests to verify behavior of dynamic mode functions in non-dynamic builds
andrewhayden@google.com
2014-07-25 10:27:06 +00:00
b661afafc7
Add clean.sh and compile_and_test_all.sh, ignore built libraries/tests/data, and make the unit tests exit with non-zero status when tests fail.
andrewhayden@google.com
2014-07-25 09:52:27 +00:00
d076f5eda2
Use delete[] instead of delete for array types. For more information, see issue 14: https://code.google.com/p/cld2/issues/detail?id=14
andrewhayden@google.com
2014-05-16 10:31:11 +00:00
3fced38754
Use uint32_t instead of int for the dynamic API https://code.google.com/p/cld2/issues/detail?id=12
andrewhayden@google.com
2014-04-03 09:58:40 +00:00
d2ad115b8d
Fix unaligned access problems empirically observed on ARM 7 chipsets. https://code.google.com/p/cld2/issues/detail?id=11
andrewhayden@google.com
2014-04-03 07:17:06 +00:00
495b668867
Added UNALIGNED_LOAD32 macros
dsites@google.com
2014-03-29 00:10:23 +00:00
e46695760d
Add missing Apache license text. For more info, see issue 10: https://code.google.com/p/cld2/issues/detail?id=10
andrewhayden@google.com
2014-03-14 17:24:44 +00:00
e48a51799a
Fixup for Chromium compile chain on Windows that can't handle zero-length arrays For more information: https://code.google.com/p/cld2/issues/detail?id=9
andrewhayden@google.com
2014-03-14 08:55:18 +00:00
f503d40b84
Fixup for Chromium compile chain on Windows that can't handle zero-length arrays For more information: https://code.google.com/p/cld2/issues/detail?id=9
andrewhayden@google.com
2014-03-12 11:54:05 +00:00
db75897057
Dynamic mode cleanup: Use generated constants, cleanup TODOs. For more info: https://code.google.com/p/cld2/issues/detail?id=7
andrewhayden@google.com
2014-03-11 12:42:09 +00:00
a57e2d13c3
Allow externally-managed mmaps to be used for loading data. For more info: https://code.google.com/p/cld2/issues/detail?id=7
andrewhayden@google.com
2014-03-04 10:21:09 +00:00
ff57848619
Make compile_libs.sh executable
andrewhayden@google.com
2014-03-03 15:20:51 +00:00
cffbd73e13
Enable Dynamic Mode for CLD2. See issue 6 for more information on dynamic mode: https://code.google.com/p/cld2/issues/detail?id=6
andrewhayden@google.com
2014-03-03 15:20:05 +00:00
0fb71b3bda
explicit indirect table sizes
dsites@google.com
2014-03-02 21:53:54 +00:00
320a65ebf6
explicit indirect table sizes
dsites@google.com
2014-03-02 21:53:49 +00:00
1bd70f3df8
explicit indirect table sizes
dsites@google.com
2014-03-02 21:53:43 +00:00
d7db285f69
explicit indirect table sizes
dsites@google.com
2014-03-02 21:53:38 +00:00
76f409121c
explicit indirect table sizes
dsites@google.com
2014-03-02 21:53:33 +00:00
b44f9bbc37
explicit indirect table sizes
dsites@google.com
2014-03-02 21:53:27 +00:00
74e0820f0f
explicit indirect table sizes
dsites@google.com
2014-03-02 21:53:21 +00:00
34fa558c34
explicit indirect table sizes
dsites@google.com
2014-03-02 21:53:14 +00:00
f393303917
explicit indirect table sizes, fix kCompatTableSize
dsites@google.com
2014-03-02 21:52:25 +00:00
37afed5253
Add named constant for array size
dsites@google.com
2014-02-07 19:03:30 +00:00
9adf52419c
Add named constant for array size
dsites@google.com
2014-02-07 19:03:28 +00:00
cfe9a55e6d
Fix missing kTeststr_nr_Latn
dsites@google.com
2014-02-07 19:03:20 +00:00
91ddaaa4b8
Add Ndebele to unit test
dsites@google.com
2014-02-06 18:50:27 +00:00
3df209a1b8
Add Ndebele to unit test
dsites@google.com
2014-02-06 18:50:23 +00:00
e471ec7702
Accuracy evaluation
dsites@google.com
2014-02-05 17:41:16 +00:00
3d58442e8b
Accuracy evaluation
dsites@google.com
2014-02-05 17:41:08 +00:00
94360106d3
Accuracy evaluation
dsites@google.com
2014-02-05 17:41:06 +00:00
604d788799
Accuracy evaluation
dsites@google.com
2014-02-05 17:41:04 +00:00
b3b40b88ed
Accuracy evaluation
dsites@google.com
2014-02-05 17:41:02 +00:00
92bf671295
Delete. no longer used
dsites@google.com
2014-02-05 00:42:04 +00:00
233d31fb55
Slight accuracy improvement
dsites@google.com
2014-02-05 00:40:28 +00:00
f30cb5cc8f
Slight accuracy improvement
dsites@google.com
2014-02-05 00:40:26 +00:00
a5a1aff11c
Updated unittest strings, date
dsites@google.com
2014-02-05 00:40:20 +00:00
d1d5fc14b9
Updated unittest strings
dsites@google.com
2014-02-05 00:40:17 +00:00
b0e7d87c87
Slight accuracy improvement
dsites@google.com
2014-02-05 00:39:58 +00:00
546c25a09e
Slight accuracy improvement
dsites@google.com
2014-02-05 00:37:00 +00:00
299d4e3f76
Slight accuracy improvement
dsites@google.com
2014-02-05 00:36:55 +00:00
9e7741fa8f
Slight accuracy improvement
dsites@google.com
2014-02-05 00:36:47 +00:00
d7a26f6b49
Slight accuracy improvement
dsites@google.com
2014-02-03 19:08:52 +00:00
5acde2658b
Slight accuracy improvement
dsites@google.com
2014-02-03 19:08:50 +00:00
b01596bca4
Slight accuracy improvement
dsites@google.com
2014-02-03 19:05:39 +00:00
ebdc7f648a
Slight accuracy improvement
dsites@google.com
2014-02-03 19:05:37 +00:00
6aefd89276
Update sr-Latn
dsites@google.com
2014-02-03 19:05:20 +00:00
39b46855a5
Add check for missing quad lookup table
dsites@google.com
2014-02-03 19:05:18 +00:00
c7564d6371
Six more languages, better accuracy
dsites@google.com
2014-01-31 19:33:35 +00:00
243e5d4dd0
Six more languages, better accuracy
dsites@google.com
2014-01-31 19:33:33 +00:00
f5c3e9e70a
Six more languages, better accuracy
dsites@google.com
2014-01-31 19:33:31 +00:00
2497bb3d98
Six more languages, better accuracy
dsites@google.com
2014-01-31 19:33:26 +00:00
7087afa66b
Six more languages, better accuracy
dsites@google.com
2014-01-31 19:33:23 +00:00
c97f843c70
Six more languages, better accuracy
dsites@google.com
2014-01-31 19:33:21 +00:00
f81b4a7eb7
Six more languages, better accuracy, 160K entries
dsites@google.com
2014-01-31 19:33:10 +00:00
9dbc3af21f
Six more languages, better accuracy, 192K entries
dsites@google.com
2014-01-31 19:33:05 +00:00
9b1ecd446c
Six more languages, better accuracy, 256K entries
dsites@google.com
2014-01-31 19:33:01 +00:00
29e7b10843
Move DetectLanguageVersion, dual-table lookup
dsites@google.com
2014-01-31 18:58:58 +00:00
a6af22498f
updated tests for bh bs id ms
dsites@google.com
2014-01-30 00:32:00 +00:00
9c413e89a4
dual-table lookup
dsites@google.com
2014-01-30 00:31:59 +00:00
e230d381f9
dual-table lookup
dsites@google.com
2014-01-30 00:31:57 +00:00
082b04a6d8
dual-table lookup
dsites@google.com
2014-01-30 00:31:55 +00:00
f228098766
Move DetectLanguageVersion
dsites@google.com
2014-01-30 00:31:52 +00:00
bb78c8f133
Backward-compatible dual-table version
dsites@google.com
2014-01-30 00:23:58 +00:00
7cb1b9ef85
Backward-compatible dual-table version
dsites@google.com
2014-01-30 00:23:55 +00:00