summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)Author
2022-12-15Bugfix ValidationHEADv1.10masterRoland Reichwein
2022-01-06Version 1.9v1.9Roland Reichwein
2022-01-06Adjustments for msbuildRoland Reichwein
2022-01-06Fix division by 0 in performance testRoland Reichwein
2022-01-06Type correctionsRoland Reichwein
2022-01-05Add testsRoland Reichwein
2022-01-05Fix UTF-8 decoding: Guard against remaining bytes before iterationRoland Reichwein
2022-01-05Simplify UTF-8 decoding: 2 byte sequences always contain valid Unicode valuesRoland Reichwein
2022-01-04Performance tests on deterministic dataRoland Reichwein
2022-01-03DocumentationRoland Reichwein
2022-01-03Separated out remaining functions from unicode.h, documentationRoland Reichwein
2022-01-03DocumentationRoland Reichwein
2022-01-02Build fix via include; pbuilder updateRoland Reichwein
2022-01-02Adjust msbuild filesRoland Reichwein
2022-01-02Separated unit tests and performance testsRoland Reichwein
2022-01-02Fix MakefileRoland Reichwein
2022-01-02Bugfix for C++17, fix comments, fix GCC warningsRoland Reichwein
2022-01-02Use [[likely]] and [[unlikely]]Roland Reichwein
2022-01-02Remove dead code from optimizationsRoland Reichwein
2022-01-01Use own type traitsRoland Reichwein
2022-01-01Separated out headers files; optimizations; type traits; better namingRoland Reichwein
2021-12-30Make source and execution character sets explicit (UTF-8)Roland Reichwein
2021-12-30Extended testsRoland Reichwein
2021-12-30Bugfix: Mapping to ISO-8859-15 was brokenRoland Reichwein
2021-12-29Better variable naming; inline; documentationRoland Reichwein
2021-12-28Minor simplificationsRoland Reichwein
2021-12-28Use fold expressions to simplify codeRoland Reichwein
2021-12-28Refactoring UTF-8 decoding, bugfixingRoland Reichwein
2021-12-28UTF and ISO are Encodings, not FacetsRoland Reichwein
2021-12-28Optimize UTF validationRoland Reichwein
2021-12-27Optimize UTF-8 validationRoland Reichwein
2021-12-27Version 1.7v1.8Roland Reichwein
2021-12-27Fix build on Debian and Ubuntu versionsRoland Reichwein
2021-12-26Fixes for MSVCRoland Reichwein
2021-12-26Optimization fixesRoland Reichwein
2021-12-25Consistent use of internal_typeRoland Reichwein
2021-12-25Fix minor issuesRoland Reichwein
2021-12-25Test code reorderung and formattingRoland Reichwein
2021-12-25Minor refactoringRoland Reichwein
2021-12-25Generalized type usage and optimizationsRoland Reichwein
2021-12-23Generalize optimizationRoland Reichwein
2021-12-23Speed optimizationRoland Reichwein
2021-12-22Added testsRoland Reichwein
2021-12-21Optimize on UTF input and outputRoland Reichwein
2021-12-21Added comparison tests with boost::locale::conv and std::wstring_convertRoland Reichwein
2021-12-19Simplify append_utf in output iteratorRoland Reichwein
2021-12-19Simplify utf_iterator for input, build on Debian 10+11, Ubuntu 2004-2204Roland Reichwein
2021-12-18Code cleanupRoland Reichwein
2021-12-18Speed optimizationRoland Reichwein
2021-12-17Added testsRoland Reichwein