summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-04-27src: just a test.wip/Jehan/Issue16Jehan1-2/+2
2020-04-27src: fix the usage of `uchardet` tool.Jehan1-1/+1
2020-04-23src: `uchardet` tool now shows the language code in verbose mode.Jehan1-3/+9
2020-04-23script: update BuildLangModel.py to updated SequenceModel struct.Jehan1-1/+2
2020-04-23src: new API to get the detected language.Jehan51-104/+276
2020-04-23test: fix test script to use the new API and get rid of build warning.Jehan1-1/+1
2020-04-23src: new option --verbose|-V in the `uchardet` CLI tool.Jehan1-10/+38
2020-04-23src: new API to get all candidates and their confidence.Jehan3-3/+51
2020-04-23src: now reporting encoding+confidence and keeping a list.Jehan3-26/+62
2020-04-23doc: update README.maintainer.Jehan1-2/+6
2020-04-23Release: version 0.0.7v0.0.7Jehan2-3/+3
2020-04-22Issue #8: have BuildLangModel.py add ending newline to generated source.Jehan1-0/+1
2020-04-22Issue #8: no newline at end of file.Jehan17-17/+17
2020-04-22Issue #10: Crashing sequence with nsSJISProber.Jehan1-1/+5
2020-04-22Also allow uchardet tool to detect encoding of a file named "--".Jehan1-1/+5
2020-04-22Issue #15: support "--" end-of-option.Jehan1-1/+7
2020-04-22Add dllexport to interface functionswangqr2-6/+22
2020-04-22Fix global-buffer-overflow due EUCTW_TABLE_SIZEArtem Klevtsov1-1/+1
2020-04-22gitlab-ci: Adding a Clang build.Jehan1-1/+13
2020-04-22gitlab-ci: Windows 32 and 64-bit builds.Jehan1-0/+67
2020-04-22gitlab-ci: first CI build for uchardet.Jehan1-0/+27
2020-04-22Fix various other occurrences of bug tracker URL in code/build.Jehan3-3/+3
2020-04-22README: update to Gitlab links.Jehan1-3/+3
2020-04-22README: some small updates.Jehan1-2/+3
2018-09-26Add a mention about fd.o code of conduct.Jehan1-0/+12
2018-01-21build: turn TARGET_ARCHITECTURE into optionIlya Tumaykin1-1/+5
2017-12-26Adding some information about building for Windows.Jehan2-1/+25
2017-12-24CMake: get rid of some commented code.Jehan1-7/+0
2017-11-07CMake: do not check/set SSE and float-store options on non-x86 targets.Jehan1-9/+12
2017-11-06CMake: slightly improve the configuration option messages.Jehan1-2/+2
2017-11-06CMake: rename s/ENABLE_SSE2/CHECK_SSE2/.Jehan1-4/+4
2017-11-06Bug 101033 - Testsuite fails on i386.Jehan1-0/+12
2017-09-21README: add some applications having uchardet as dependency.Jehan1-0/+7
2017-08-27src: cast value to its proper type.Jehan1-2/+2
2017-08-19src: fix some doc comments. s/a instance/an instance/.Jehan1-4/+4
2017-08-18src: s/detctor/detector/.Jehan1-1/+1
2017-05-28README: Gentoo also has a uchardet package.Jehan1-1/+6
2017-05-28Bug 101032 - assignments to nsSMState in nsCodingStateMachine result...Jehan9-17/+18
2017-05-28Request C++11 standard project-wise and make it a strong requirement.Jehan4-8/+2
2017-05-28Make C++11 the standard used for uchardet.Jehan3-0/+8
2017-05-28Bug 101204 - different results with different chunk sizes.Jehan1-21/+23
2017-05-14src: minor indentation fix.Jehan1-1/+1
2017-05-14test: output the test file path which we failed to open.Jehan1-1/+3
2017-05-14Bug 101030 - Buffer overflow related to ISO2022JP detection in...Jehan1-1/+5
2017-05-14Bug 101031 - Memory leak of nsSBCSGroupProber.Jehan2-41/+41
2017-03-25INSTALL: update compilation instructions.Jehan1-4/+16
2017-03-24README: adding a flatpak-builder manifest example.Jehan1-0/+20
2016-09-28LangModels: add Swedish support.Jehan11-1/+518
2016-09-28LangModels: add Slovene support.Jehan14-1/+540
2016-09-28LangModels: Romanian support added.Jehan12-1/+503