summaryrefslogtreecommitdiffhomepage
path: root/include
AgeCommit message (Expand)Author
2022-12-15Bugfix ValidationHEADv1.10masterRoland 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-03Separated out remaining functions from unicode.h, documentationRoland Reichwein
2022-01-03DocumentationRoland Reichwein
2022-01-02Build fix via include; pbuilder updateRoland 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-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-26Optimization fixesRoland Reichwein
2021-12-25Consistent use of internal_typeRoland Reichwein
2021-12-25Fix minor issuesRoland 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-21Optimize on UTF input and outputRoland 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-16Update testsRoland Reichwein
2021-12-05Fix build on C++20, testsv1.5Roland Reichwein
2021-11-15Build w/ C++20Roland Reichwein
2021-02-15Fixed template signatureRoland Reichwein
2021-02-14Fix headerRoland Reichwein
2021-02-14Support different std containers, support different basic typesRoland Reichwein
2021-02-13Support G++, support string type as template argument for convert()Roland Reichwein
2021-02-12Added support for char and wchar_tRoland Reichwein
2021-02-05Documentation, support validation via TraitsRoland Reichwein
2021-02-03Adjust Copyright Notice to CC0 1.0Roland Reichwein
2021-02-03Add msbuild filesRoland Reichwein
2021-01-31Add facet based interfaceRoland Reichwein
2021-01-30Added Support for Debian and Ubuntu, add is_valid_utf()Roland Reichwein
2021-01-29Support C++17Roland Reichwein
2021-01-28Bugfix, testRoland Reichwein
2021-01-27Bugfixes, testsRoland Reichwein
2021-01-26Implement conversion and first testsRoland Reichwein
2021-01-25Add first working conversion UTF-8 -> UTF-16Roland Reichwein
2021-01-24Fix empty testsRoland Reichwein