Age | Commit message (Expand) | Author |
2022-01-03 | Separated out remaining functions from unicode.h, documentation | Roland Reichwein |
2022-01-03 | Documentation | Roland Reichwein |
2022-01-02 | Bugfix for C++17, fix comments, fix GCC warnings | Roland Reichwein |
2022-01-02 | Use [[likely]] and [[unlikely]] | Roland Reichwein |
2022-01-02 | Remove dead code from optimizations | Roland Reichwein |
2022-01-01 | Use own type traits | Roland Reichwein |
2022-01-01 | Separated out headers files; optimizations; type traits; better naming | Roland Reichwein |
2021-12-30 | Bugfix: Mapping to ISO-8859-15 was broken | Roland Reichwein |
2021-12-29 | Better variable naming; inline; documentation | Roland Reichwein |
2021-12-28 | Minor simplifications | Roland Reichwein |
2021-12-28 | Use fold expressions to simplify code | Roland Reichwein |
2021-12-28 | Refactoring UTF-8 decoding, bugfixing | Roland Reichwein |
2021-12-28 | UTF and ISO are Encodings, not Facets | Roland Reichwein |
2021-12-28 | Optimize UTF validation | Roland Reichwein |
2021-12-27 | Optimize UTF-8 validation | Roland Reichwein |
2021-12-26 | Optimization fixes | Roland Reichwein |
2021-12-25 | Consistent use of internal_type | Roland Reichwein |
2021-12-25 | Fix minor issues | Roland Reichwein |
2021-12-25 | Minor refactoring | Roland Reichwein |
2021-12-25 | Generalized type usage and optimizations | Roland Reichwein |
2021-12-23 | Generalize optimization | Roland Reichwein |
2021-12-23 | Speed optimization | Roland Reichwein |
2021-12-21 | Optimize on UTF input and output | Roland Reichwein |
2021-12-19 | Simplify append_utf in output iterator | Roland Reichwein |
2021-12-19 | Simplify utf_iterator for input, build on Debian 10+11, Ubuntu 2004-2204 | Roland Reichwein |
2021-12-18 | Code cleanup | Roland Reichwein |
2021-12-18 | Speed optimization | Roland Reichwein |
2021-12-16 | Update tests | Roland Reichwein |
2021-12-05 | Fix build on C++20, testsv1.5 | Roland Reichwein |
2021-11-15 | Build w/ C++20 | Roland Reichwein |
2021-02-15 | Fixed template signature | Roland Reichwein |
2021-02-14 | Fix header | Roland Reichwein |
2021-02-14 | Support different std containers, support different basic types | Roland Reichwein |
2021-02-13 | Support G++, support string type as template argument for convert() | Roland Reichwein |
2021-02-12 | Added support for char and wchar_t | Roland Reichwein |
2021-02-05 | Documentation, support validation via Traits | Roland Reichwein |
2021-02-03 | Adjust Copyright Notice to CC0 1.0 | Roland Reichwein |
2021-02-03 | Add msbuild files | Roland Reichwein |
2021-01-31 | Add facet based interface | Roland Reichwein |
2021-01-30 | Added Support for Debian and Ubuntu, add is_valid_utf() | Roland Reichwein |
2021-01-29 | Support C++17 | Roland Reichwein |
2021-01-28 | Bugfix, test | Roland Reichwein |
2021-01-27 | Bugfixes, tests | Roland Reichwein |
2021-01-26 | Implement conversion and first tests | Roland Reichwein |
2021-01-25 | Add first working conversion UTF-8 -> UTF-16 | Roland Reichwein |
2021-01-24 | Fix empty tests | Roland Reichwein |
2021-01-24 | Initial commit: Non working initial code | Roland Reichwein |