summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-12-08Release: version 0.0.8.v0.0.8Jehan2-2/+2
2022-11-30README: add a section about CMake exported targets.Jehan1-0/+25
2022-11-30README: update with newly added (lang, charset) couples.Jehan1-0/+6
2022-11-30script, src, test: add IBM865 support for Danish.Jehan8-302/+439
2022-11-30script: fix small issues with commits e41e8a4 and 8d15d6b.Jehan1-6/+10
2022-11-30Add tests for norwegianMartin T. H. Sandsmark6-0/+102
2022-11-30Add norwegian supportMartin T. H. Sandsmark7-1/+461
2022-11-30improve model building script a bitMartin T. H. Sandsmark1-1/+14
2022-11-30make the logfile usableMartin T. H. Sandsmark1-1/+3
2022-11-29test: update the Maltese / ISO-8859-3 test file.Jehan1-4/+1
2022-11-29src/tools/uchardet.cpp: make stuff staticLucinda May Phipps1-4/+4
2022-11-29Update uchardet-tests.cLucinda May Phipps1-1/+3
2022-11-29don't use feofLucinda May Phipps1-1/+3
2022-08-01README: update libchardet repository linkmyd73491-1/+1
2021-12-01Issue #27: fix cmakeandiwand1-1/+1
2021-11-09gitignore: I forgot the 2 executables (CLI tool and test binary).Jehan1-0/+9
2021-11-09gitignore: add files generated by the build system.Jehan1-0/+28
2021-11-09cmake exported targetsPedro López-Cabanillas4-1/+76
2021-01-27Mention MacPorts in readmeAaron Madlon-Kay1-0/+4
2020-04-29Issue #17: update README.Jehan1-5/+36
2020-04-28Issue #16: "i686" uname not properly detected as x86.Jehan1-2/+2
2020-04-26build: Add uchardet CLI tool building support for MSVCmyd73491-0/+17
2020-04-26build: Fix build errors on Windowsmyd73492-5/+2
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