summaryrefslogtreecommitdiffstats
path: root/Source
Commit message (Expand)AuthorAgeFilesLines
* CMake Nightly Date StampKitware Robot2017-06-081-1/+1
* Merge topic 'autogen-no-vs-per-config'Brad King2017-06-071-0/+4
|\
| * Autogen: Do not use per-config file suffixes with VS yetBrad King2017-06-071-0/+4
* | Merge topic 'fix-vs2017-featuredetect'Brad King2017-06-071-1/+1
|\ \
| * | C++ feature checks: Do not match "0 Warning(s)" as a warningWalter Gray2017-06-061-1/+1
| |/
* | Merge topic 'cmake_host_system_information-extend'Brad King2017-06-071-0/+49
|\ \
| * | cmake_host_system_information: Add more keywordsFlorian Maushart2017-06-051-0/+49
* | | CMake Nightly Date StampKitware Robot2017-06-071-1/+1
* | | CMake Nightly Date StampKitware Robot2017-06-061-1/+1
|/ /
* | Begin post-3.9 developmentBrad King2017-06-051-2/+2
* | CMake 3.9.0-rc1 version updatev3.9.0-rc1Brad King2017-06-051-3/+3
|/
* Merge topic 'lint-function-args'Brad King2017-06-0537-80/+82
|\
| * Pass large types by const&, small types by valueDaniel Pfeifer2017-06-0337-80/+82
* | Merge topic 'cm_fallthrough'Brad King2017-06-0520-18/+111
|\ \
| * | Provide and use CM_FALLTHROUGHDaniel Pfeifer2017-06-0320-17/+110
| * | C++ feature checks: check output for '[Ww]arning'Daniel Pfeifer2017-06-031-1/+1
| |/
* | Merge topic 'display-ctest-disabled'Brad King2017-06-051-2/+6
|\ \
| * | ctest: Display disabled status when ctest -N is calledChuck Atkins2017-06-021-2/+6
* | | CMake Nightly Date StampKitware Robot2017-06-051-1/+1
* | | CMake Nightly Date StampKitware Robot2017-06-041-1/+1
* | | CMake Nightly Date StampKitware Robot2017-06-031-1/+1
| |/ |/|
* | Merge topic 'string-npos-cleanup'Brad King2017-06-0246-194/+206
|\ \
| * | Remove second arg: npos in substr usagesPavel Solodovnikov2017-06-0111-17/+15
| * | Access string npos without instancePavel Solodovnikov2017-06-0144-184/+199
| * | cmLocalUnixMakefileGenerator3: Remove unnecessary local variableBrad King2017-06-011-2/+1
| * | cmParseBlanketJSCoverage: Pass unmodified parameter as const&Brad King2017-06-011-1/+1
* | | Merge topic 'update-kwsys'Brad King2017-06-025-39/+37
|\ \ \
| * | | Merge branch 'upstream-KWSys' into update-kwsysBrad King2017-06-015-39/+37
* | | | CMake Nightly Date StampKitware Robot2017-06-021-1/+1
|/ / /
* | | Merge topic 'ninja-mingw'Brad King2017-06-011-2/+2
|\ \ \
| * | | Ninja: Fix CMP0058 on MinGWBrad King2017-05-311-2/+2
* | | | Merge topic 'update-kwsys'Brad King2017-06-014-4/+22
|\ \ \ \
| * | | | Merge branch 'upstream-KWSys' into update-kwsysBrad King2017-05-314-4/+22
| |/ / /
* | | | CMake Nightly Date StampKitware Robot2017-06-011-1/+1
|/ / /
* | | Merge topic 'ninja-mingw'Brad King2017-05-313-12/+4
|\ \ \
| * | | Ninja: Fix escaping of path to depfileBrad King2017-05-303-12/+4
* | | | Merge topic 'minor-cleanups'Brad King2017-05-313-5/+0
|\ \ \ \
| * | | | cmQtAutoGeneratorInitializer: Remove unused local variableBrad King2017-05-301-2/+0
| * | | | cmVisualStudio10TargetGenerator: Remove shadowing local variableBrad King2017-05-301-2/+0
| * | | | cmVisualStudio10ToolsetOptions: Remove unused includeBrad King2017-05-301-1/+0
| |/ / /
* | | | CMake Nightly Date StampKitware Robot2017-05-311-1/+1
|/ / /
* | | CMake Nightly Date StampKitware Robot2017-05-301-1/+1
|/ /
* | CMake Nightly Date StampKitware Robot2017-05-291-1/+1
* | Merge topic 'reduce-string-copying'Brad King2017-05-2842-129/+130
|\ \
| * | Remove unnecessary operator<< usagePavel Solodovnikov2017-05-261-1/+1
| * | Remove unused variablesPavel Solodovnikov2017-05-263-7/+1
| * | Improved checking for number of arguments passedPavel Solodovnikov2017-05-261-1/+1
| * | Add const-reference qualificationsPavel Solodovnikov2017-05-2639-114/+121
| * | Change std::basic_string<char> to std::stringPavel Solodovnikov2017-05-241-6/+6
* | | Merge topic 'autogen_config'Brad King2017-05-283-221/+341
|\ \ \