summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | Help: Document CUDA_STANDARD and related propertiesRobert Maynard2016-12-0910-0/+113
| | |_|_|_|/ / / | |/| | | | | |
* | | | | | | | Merge topic 'clang-tidy'Brad King2016-12-1259-152/+140
|\ \ \ \ \ \ \ \
| * | | | | | | | clang-tidy: apply misc-redundant-expression fixesDaniel Pfeifer2016-12-123-5/+4
| * | | | | | | | clang-tidy: apply misc-suspicious-string-compare fixesDaniel Pfeifer2016-12-122-18/+11
| * | | | | | | | clang-tidy: apply readability-static-definition-in-anonymous-namespace fixesDaniel Pfeifer2016-12-123-23/+19
| * | | | | | | | clang-tidy: apply readability-redundant-control-flow fixesDaniel Pfeifer2016-12-124-4/+0
| * | | | | | | | clang-tidy: apply modernize-use-bool-literals fixesDaniel Pfeifer2016-12-1222-50/+49
| * | | | | | | | clang-tidy: apply readability-redundant-string-init fixesDaniel Pfeifer2016-12-1219-31/+31
| * | | | | | | | clang-tidy: apply performance-faster-string-find fixesDaniel Pfeifer2016-12-126-7/+7
| * | | | | | | | clang-tidy: apply performance-unnecessary-value-param fixesDaniel Pfeifer2016-12-126-14/+19
* | | | | | | | | Merge topic 'xcode-message-extension'Brad King2016-12-125-0/+33
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Help: Add notes for topic 'xcode-message-extension'Brad King2016-12-121-0/+7
| * | | | | | | | | Xcode: Add target property to override explicitFileTypeGregor Jasny2016-12-034-0/+15
| * | | | | | | | | Xcode: Add target property to override productTypeGregor Jasny2016-12-033-0/+11
* | | | | | | | | | Merge topic 'fix-ctest-launchers'Brad King2016-12-123-2/+15
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|/ |/| | | | | | | | |
| * | | | | | | | | cmRulePlaceholderExpander: Remove unused member RuleLauncherBrad King2016-12-091-1/+0
| * | | | | | | | | Comment ExpandRuleVariables calls not preceded by launcher insertionBrad King2016-12-092-0/+4
| * | | | | | | | | Makefile: Restore RULE_LAUNCH_COMPILE generation on compilation rulesBrad King2016-12-091-1/+11
* | | | | | | | | | CMake Nightly Date StampKitware Robot2016-12-121-1/+1
* | | | | | | | | | CMake Nightly Date StampKitware Robot2016-12-111-1/+1
| |_|/ / / / / / / |/| | | | | | | |
* | | | | | | | | CMake Nightly Date StampKitware Robot2016-12-101-1/+1
| |_|_|_|/ / / / |/| | | | | | |
* | | | | | | | Merge branch 'release'Brad King2016-12-090-0/+0
|\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch 'FindBoost-vs15' into releaseBrad King2016-12-081-2/+6
| |\ \ \ \ \ \ \ \
* | \ \ \ \ \ \ \ \ Merge topic 'FindBoost-vs15'Brad King2016-12-091-2/+6
|\ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / | |/| | | | / / / / | |_|_|_|_|/ / / / |/| | | | | | | |
| * | | | | | | | FindBoost: Add support for VS 2017Vic Luo2016-12-081-2/+6
| | |_|_|_|/ / / | |/| | | | | |
* | | | | | | | CMake Nightly Date StampKitware Robot2016-12-091-1/+1
| |_|_|_|/ / / |/| | | | | |
* | | | | | | Merge branch 'release'Brad King2016-12-080-0/+0
|\ \ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| * | | | | | Merge branch 'vs-fix-standalone-Windows7.1SDK-toolset' into releaseBrad King2016-12-071-1/+10
| |\ \ \ \ \ \
* | \ \ \ \ \ \ Merge topic 'csharp_support_options_isdebug'Brad King2016-12-082-2/+13
|\ \ \ \ \ \ \ \
| * | | | | | | | VS: Teach option map IsDebug() method about C# projectsMichael Stürmer2016-12-072-2/+13
| | |_|_|_|_|/ / | |/| | | | | |
* | | | | | | | Merge topic 'cpack-deb-missing-file-utility-error'Brad King2016-12-081-1/+10
|\ \ \ \ \ \ \ \
| * | | | | | | | CPack/DEB shlibdep options depend on file utilityHenning Meyer2016-12-071-1/+10
* | | | | | | | | Merge topic 'vs-fix-standalone-Windows7.1SDK-toolset-for-master'Brad King2016-12-081-1/+10
|\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge branch 'vs-fix-standalone-Windows7.1SDK-toolset' into vs-fix-standalone...Brad King2016-12-071-1/+10
| |\ \ \ \ \ \ \ \ \ | | |/ / / / / / / / | |/| | | / / / / / | | | |_|/ / / / / | | |/| | | | | |
| | * | | | | | | VS: Fix standalone Windows7.1SDK toolset selectionBrad King2016-12-071-1/+10
| | | |_|/ / / / | | |/| | | | |
* | | | | | | | CMake Nightly Date StampKitware Robot2016-12-081-1/+1
|/ / / / / / /
* | | | | | | Merge topic 'try_compile-lang-std'Brad King2016-12-0726-8/+523
|\ \ \ \ \ \ \
| * | | | | | | try_compile: Add policy CMP0067 to honor language standardsBrad King2016-12-0613-1/+239
| * | | | | | | try_compile: Add options to specify language standardsBrad King2016-12-0618-1/+274
| * | | | | | | try_compile: Stop processing when test build system fails to generateBrad King2016-12-061-6/+10
* | | | | | | | Merge topic 'QtAutogen_Contain'Brad King2016-12-0731-697/+824
|\ \ \ \ \ \ \ \
| * | | | | | | | QtAutogen: Release notes for the Contain branchSebastian Holtermann2016-12-071-0/+10
| * | | | | | | | QtAutogen: CMake-Qt documentation updateSebastian Holtermann2016-12-071-9/+14
| * | | | | | | | QtAutogen: AUTOMOC documentation updateSebastian Holtermann2016-12-071-5/+6
| * | | | | | | | QtAutogen: Tests: Don't use std::auto_ptrSebastian Holtermann2016-12-074-2/+14
| * | | | | | | | QtAutogen: Tests: Update ui_ include lookup directorySebastian Holtermann2016-12-071-4/+3
| * | | | | | | | QtAutogen: Tests: Increase minimum required CMake versionSebastian Holtermann2016-12-074-4/+4
| * | | | | | | | QtAutogen: Tests: Don't use std::auto_ptrSebastian Holtermann2016-12-072-2/+7
| * | | | | | | | QtAutogen: Tests: Don't include CMAKE_CURRENT_BINARY_DIRSebastian Holtermann2016-12-075-7/+3
| * | | | | | | | QtAutogen: Don't use std::i/ofstream::is_open()Sebastian Holtermann2016-12-071-3/+4