summaryrefslogtreecommitdiff
path: root/Source/cm_codecvt.hxx
Commit message (Expand)AuthorAgeFilesLines
* cm_codecvt: Add support for the Windows console output code pageBrad King2022-10-281-1/+2
* Source: Fix Clang -Wdeprecated warningsSean McBride2021-10-151-3/+3
* NMake: Use UTF-8 with BOM if supported by nmakeAmine Najahi2021-05-051-0/+1
* Modernize: Use #pragma once in all header filesKitware Robot2020-09-031-4/+1
* clang-tidy: modernize-deprecated-headersRegina Pfeifer2019-09-161-1/+1
* Refactor: Convert all instances of CMAKE_BUILD_WITH_CMAKE to CMAKE_BOOTSTRAPKitware Robot2019-08-091-1/+1
* Revise C++ coding style using clang-format-6.0Kitware Robot2018-06-011-2/+2
* cm_codecvt: Tell IWYU to keep cmConfigure.hBrad King2017-09-151-1/+1
* Use C++11 override instead of CM_OVERRIDEBrad King2017-09-151-6/+6
* codecvt: Re-implement do_out and do_unshiftBrad King2017-05-251-10/+18
* Use quotes for non-system includesDaniel Pfeifer2017-04-111-1/+1
* Fix several include-what-you-use findingsDaniel Pfeifer2016-11-081-1/+2
* codecvt: Add class for encoding conversionDāvis Mosāns2016-10-061-0/+57