summaryrefslogtreecommitdiffstats
path: root/Source
Commit message (Expand)AuthorAgeFilesLines
* VS: add support for .NET references with hint pathsMichael Stürmer2016-12-132-10/+64
* CMake Nightly Date StampKitware Robot2016-12-131-1/+1
* 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-121-0/+8
|\ \
| * | Xcode: Add target property to override explicitFileTypeGregor Jasny2016-12-031-0/+4
| * | Xcode: Add target property to override productTypeGregor Jasny2016-12-031-0/+4
* | | 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
* | | CMake Nightly Date StampKitware Robot2016-12-091-1/+1
* | | 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 '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-074-7/+225
|\ \ \ \ \
| * | | | | try_compile: Add policy CMP0067 to honor language standardsBrad King2016-12-063-1/+87
| * | | | | try_compile: Add options to specify language standardsBrad King2016-12-061-0/+128
| * | | | | try_compile: Stop processing when test build system fails to generateBrad King2016-12-061-6/+10
* | | | | | Merge topic 'QtAutogen_Contain'Brad King2016-12-0710-652/+751
|\ \ \ \ \ \
| * | | | | | QtAutogen: Don't use std::i/ofstream::is_open()Sebastian Holtermann2016-12-071-3/+4
| * | | | | | QtAutogen: Rename and sort variablesSebastian Holtermann2016-12-072-46/+70
| * | | | | | QtAutogen: Generate rcc output file names in one place onlySebastian Holtermann2016-12-071-31/+7
| * | | | | | QtAutogen: Add rcc output files to autogen target byproductsSebastian Holtermann2016-12-071-29/+27
| * | | | | | QtAutogen: Add moc compilation file to autogen target byproductsSebastian Holtermann2016-12-071-10/+12
| * | | | | | QtAutogen: Reconfigure when .qrc file changesSebastian Holtermann2016-12-071-11/+15
| * | | | | | QtAutogen: Rename autogen target to *_autogen from *_automocSebastian Holtermann2016-12-071-1/+1
| * | | | | | QtAutogen: Inline single use variable definitionsSebastian Holtermann2016-12-071-8/+5
| * | | | | | QtAutogen: Determine the Qt major version in only one waySebastian Holtermann2016-12-071-45/+34
| * | | | | | QtAutogen: Clean removes autogen build directorySebastian Holtermann2016-12-071-5/+3
| * | | | | | QtAutogen: Generate included ui_ and moc_ files in _automoc/includesSebastian Holtermann2016-12-073-47/+66
| * | | | | | cmGeneratorTarget: Add AddIncludeDirectory method (experimental)Sebastian Holtermann2016-12-072-0/+21
| * | | | | | QtAutogen: Use checksum based subdirectories to avoid name collisionsSebastian Holtermann2016-12-078-229/+205
| * | | | | | QtAutogen: Remove .dir suffix from automoc build directorySebastian Holtermann2016-12-072-2/+2
| * | | | | | QtAutogen: Generate moc compilation in _automoc.dir/moc_compilation.cppSebastian Holtermann2016-12-072-19/+19
| * | | | | | QtAutogen: Use upper case for MOC, UIC and RCC in messagesSebastian Holtermann2016-12-072-4/+4
| * | | | | | QtAutogen: New common bold logging methodSebastian Holtermann2016-12-072-16/+16