summaryrefslogtreecommitdiffstats
path: root/Source
Commit message (Expand)AuthorAgeFilesLines
* Merge topic 'vsoptions-parse'Craig Scott2018-08-154-19/+19
|\
| * cmVisualStudioGeneratorOptions::Parse(): const std::string& argumentVitaly Stakhovsky2018-08-134-19/+19
* | CMake Nightly Date StampKitware Robot2018-08-151-1/+1
* | CMake Nightly Date StampKitware Robot2018-08-141-1/+1
|/
* Merge topic 'evaluate-stdstring'Craig Scott2018-08-138-40/+41
|\
| * cmCompiledGeneratorExpression::Evaluate(): return const std::string&Vitaly Stakhovsky2018-08-098-40/+41
* | Merge topic 'state-directory-stdstring'Craig Scott2018-08-136-21/+23
|\ \
| * | cmStateDirectory: use const std::string& for return valuesVitaly Stakhovsky2018-08-126-21/+23
* | | CMake Nightly Date StampKitware Robot2018-08-131-1/+1
* | | CMake Nightly Date StampKitware Robot2018-08-121-1/+1
* | | CMake Nightly Date StampKitware Robot2018-08-111-1/+1
|/ /
* | Merge topic 'msvc-link-non-english'Brad King2018-08-101-0/+12
|\ \
| * | MSVC: Preserve linker output encodingJustin Goshi2018-08-091-0/+10
| * | MSVC: Fix manifest resource encodingJustin Goshi2018-08-091-0/+2
* | | CMake Nightly Date StampKitware Robot2018-08-101-1/+1
| |/ |/|
* | Merge topic 'cleanup-find-cstr'Brad King2018-08-0919-43/+42
|\ \
| * | Remove unnecessary c_str() in RegularExpression::find callsVitaly Stakhovsky2018-08-0719-43/+42
* | | Merge topic 'cmGeneratedFileStream_string'Brad King2018-08-0938-111/+106
|\ \ \
| * | | cmGeneratedFileStream: clang-tidy applied to remove redundant ``c_str`` callsSebastian Holtermann2018-08-0737-93/+87
| * | | cmGeneratedFileStream: Use ``std::string const&`` instead of ``const char*``Sebastian Holtermann2018-08-072-18/+19
| |/ /
* | | Merge topic 'update-kwsys'Brad King2018-08-091-3/+21
|\ \ \
| * | | Merge branch 'upstream-KWSys' into update-kwsysBrad King2018-08-071-3/+21
* | | | Merge topic 'iwyu-std-hash'Brad King2018-08-092-4/+2
|\ \ \ \
| * | | | IWYU: Fix workaround mapping for std::hashBrad King2018-08-072-4/+2
* | | | | CMake Nightly Date StampKitware Robot2018-08-091-1/+1
* | | | | CMake Nightly Date StampKitware Robot2018-08-081-1/+1
| |_|/ / |/| | |
* | | | Merge topic 'productbuild-merge-output'Craig Scott2018-08-071-2/+2
|\ \ \ \
| * | | | productbuild: Capture stderr too in CPackProductBuild logsMuhammad Ismail Soboute2018-08-061-2/+2
* | | | | CMake Nightly Date StampKitware Robot2018-08-071-1/+1
| |_|/ / |/| | |
* | | | Merge topic 'autogen_single_entry'Brad King2018-08-062-28/+28
|\ \ \ \
| * | | | Autogen: Use a single AUTOGEN setup function in cmGlobalGeneratorSebastian Holtermann2018-08-032-28/+28
| | |_|/ | |/| |
* | | | Merge topic 'xcode_schemes_config'Brad King2018-08-065-0/+206
|\ \ \ \
| * | | | Xcode: Add variables and properties to configure schemesGregor Jasny2018-08-013-0/+202
| * | | | cmGlobalGenerator: Add IsXcode queryBrad King2018-08-012-0/+4
| | |/ / | |/| |
* | | | Merge topic 'check-unique_ptr-pgi'Brad King2018-08-064-4/+9
|\ \ \ \
| * | | | Extend C++17/C++14 feature checks to require unique_ptrBrad King2018-08-014-4/+9
| |/ / /
* | | | Merge topic 'file-WRITE-chmod'Brad King2018-08-062-10/+18
|\ \ \ \
| * | | | file(WRITE): Avoid toggling permissions between 644 and 664David Faure2018-08-012-10/+18
| |/ / /
* | | | CMake Nightly Date StampKitware Robot2018-08-061-1/+1
* | | | CMake Nightly Date StampKitware Robot2018-08-051-1/+1
* | | | CMake Nightly Date StampKitware Robot2018-08-041-1/+1
| |/ / |/| |
* | | CMake Nightly Date StampKitware Robot2018-08-031-1/+1
* | | CMake Nightly Date StampKitware Robot2018-08-021-1/+1
|/ /
* | Merge topic 'gcc-8-warnings'Brad King2018-08-0114-885/+910
|\ \ | |/
| * IWYU: Add workaround mapping for std::hashBrad King2018-07-311-0/+1
| * cmXMLParser: Avoid -Wconversion warningBrad King2018-07-311-2/+2
| * LexerParser: Suppress GCC -Wconversion warningsBrad King2018-07-319-880/+904
| * cmGlobalGenerator: Avoid -Wstringop-truncation warningBrad King2018-07-311-1/+1
| * cmCommandArgumentParserHelper: Avoid -Wstringop-truncation warningBrad King2018-07-311-1/+1
| * cmCursesLongMessageForm: Avoid -Wstringop-overflow warningBrad King2018-07-311-1/+1