Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | cm_utf8: add an is_valid function | Ben Boeckel | 2019-03-18 | 1 | -0/+78 |
* | cm_utf8: reject codepoints above 0x10FFFF | Ben Boeckel | 2019-03-14 | 1 | -4/+2 |
* | cm_utf8: reject UTF-16 surrogate half codepoints | Ben Boeckel | 2019-03-14 | 1 | -2/+2 |
* | testUTF8: add more test cases | Ben Boeckel | 2019-03-14 | 1 | -6/+16 |
* | testUTF8: comment why sequences are invalid | Ben Boeckel | 2019-03-14 | 1 | -2/+6 |
* | Replace C-style casts | Daniel Pfeifer | 2017-08-27 | 1 | -2/+3 |
* | Simplify CMake per-source license notices | Brad King | 2016-09-27 | 1 | -11/+2 |
* | Tests/CMakeLib: include what you use | Daniel Pfeifer | 2016-09-03 | 1 | -2/+0 |
* | Make sure unnused parameters are /*named*/ | Daniel Pfeifer | 2016-08-16 | 1 | -1/+1 |
* | Revise C++ coding style using clang-format | Kitware Robot | 2016-05-16 | 1 | -41/+30 |
* | Format include directive blocks and ordering with clang-format | Brad King | 2016-04-29 | 1 | -1/+1 |
* | Test UTF-8 decoding | Brad King | 2009-12-08 | 1 | -0/+125 |