summaryrefslogtreecommitdiff
path: root/Source/cmLocale.h
Commit message (Expand)AuthorAgeFilesLines
* Modernize: Use #pragma once in all header filesKitware Robot2020-09-031-4/+1
* clang-tidy: modernize-deprecated-headersRegina Pfeifer2019-09-161-1/+1
* clang-tidy: Use `= delete`Regina Pfeifer2019-01-291-2/+4
* IWYU: Mark cmConfigure.h with pragma: keepDaniel Pfeifer2017-08-261-1/+1
* Use C++11 nullptrDaniel Pfeifer2017-08-241-1/+1
* Use CM_DISABLE_COPYDaniel Pfeifer2017-04-241-3/+2
* cmLocaleRAII: make noncopyableDaniel Pfeifer2017-04-211-2/+6
* Use quotes for non-system includesDaniel Pfeifer2017-04-111-1/+1
* store old locale to a temporary variableDomen Vrankar2016-12-251-2/+3
* Fix several include-what-you-use findingsDaniel Pfeifer2016-11-081-2/+0
* Simplify CMake per-source license noticesBrad King2016-09-271-11/+2
* make sure to include cmConfigure.h before cmStandardIncludes.hDaniel Pfeifer2016-09-031-0/+2
* use CM_NULLPTRDaniel Pfeifer2016-06-281-1/+1
* Revise C++ coding style using clang-formatKitware Robot2016-05-161-7/+6
* Source: Stabilize include orderBrad King2016-04-291-0/+2
* Add setlocale() calls around use of libarchive APIs (#14934, #15377)Brad King2015-02-061-0/+31