summaryrefslogtreecommitdiffstats
path: root/Tests/CMakeLib/testUTF8.cxx
Commit message (Expand)AuthorAgeFilesLines
* Tests: Suppress clang scan-build warning in UTF8 testBrad King2019-10-291-0/+2
* Revise include order using clang-format-6.0Kitware Robot2019-10-011-1/+2
* cm_utf8: add an is_valid functionBen Boeckel2019-03-181-0/+78
* cm_utf8: reject codepoints above 0x10FFFFBen Boeckel2019-03-141-4/+2
* cm_utf8: reject UTF-16 surrogate half codepointsBen Boeckel2019-03-141-2/+2
* testUTF8: add more test casesBen Boeckel2019-03-141-6/+16
* testUTF8: comment why sequences are invalidBen Boeckel2019-03-141-2/+6
* Replace C-style castsDaniel Pfeifer2017-08-271-2/+3
* Simplify CMake per-source license noticesBrad King2016-09-271-11/+2
* Tests/CMakeLib: include what you useDaniel Pfeifer2016-09-031-2/+0
* Make sure unnused parameters are /*named*/Daniel Pfeifer2016-08-161-1/+1
* Revise C++ coding style using clang-formatKitware Robot2016-05-161-41/+30
* Format include directive blocks and ordering with clang-formatBrad King2016-04-291-1/+1
* Test UTF-8 decodingBrad King2009-12-081-0/+125