summaryrefslogtreecommitdiff
path: root/Source/cm_codecvt.cxx
Commit message (Expand)AuthorAgeFilesLines
* Source: use C++11 nullptrscivision2023-02-141-2/+2
* cm_codecvt: Add support for the Windows console output code pageBrad King2022-10-281-0/+6
* Source: Fix -Wmissing-variable-declarations warningSean McBride2021-12-011-4/+1
* Source: Replace C headers with C++ onesRose2021-11-021-3/+3
* 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
* Code style: add missed explicit 'this->'Oleksandr Koval2021-01-051-4/+4
* Revise include order using clang-format-6.0Kitware Robot2019-10-011-1/+2
* clang-tidy: Use `= default`Regina Pfeifer2019-01-251-3/+1
* Revise C++ coding style using clang-format-6.0Kitware Robot2018-06-011-5/+5
* cm_codecvt: cleanup superfluous semicolonsMatthias Maennich2017-10-301-6/+8
* codecvt: Re-implement do_out and do_unshiftBrad King2017-05-251-130/+158
* Use quotes for non-system includesDaniel Pfeifer2017-04-111-1/+1
* codecvt: Add class for encoding conversionDāvis Mosāns2016-10-061-0/+215