summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* CMake Nightly Date StampKitware Robot2017-11-271-1/+1
* CMake Nightly Date StampKitware Robot2017-11-261-1/+1
* CMake Nightly Date StampKitware Robot2017-11-251-1/+1
* CMake Nightly Date StampKitware Robot2017-11-241-1/+1
* CMake Nightly Date StampKitware Robot2017-11-231-1/+1
* Merge topic 'WriteBasicConfigVersionFile_SameMinorVersion'Craig Scott2017-11-225-13/+147
|\
| * WriteBasicConfigVersionFile: Fix messages in ExactVersion testsDaniele E. Domenichelli2017-11-211-6/+6
| * WriteBasicConfigVersionFile: Add SameMinorVersion COMPATIBILITY optionDaniele E. Domenichelli2017-11-215-7/+141
* | CMake Nightly Date StampKitware Robot2017-11-221-1/+1
* | Merge topic 'gtest-fix-discovery'Brad King2017-11-215-5/+67
|\ \
| * | GoogleTest: Fix multiple discovery on same targetMatthew Woehlke2017-11-215-5/+67
* | | Merge topic 'irsl-intel-1041-folder'Christian Pfeiffer2017-11-211-1/+4
|\ \ \
| * | | IRSL: Install the 1041 folder for Intel compilersChristian Pfeiffer2017-11-201-1/+4
* | | | Merge topic 'findqt4-dirs-fix'Christian Pfeiffer2017-11-211-1/+12
|\ \ \ \
| * | | | FindQt4: Set PLUGINS and IMPORTS dir even if emptyChristian Pfeiffer2017-11-191-1/+12
* | | | | Merge topic 'wxwidgets-env-variables'Christian Pfeiffer2017-11-212-4/+6
|\ \ \ \ \
| * | | | | wxWidgets: Respect WX_CONFIG and WXRC_CMD env varsChristian Pfeiffer2017-11-192-4/+6
| |/ / / /
* | | | | Merge topic 'imagemagick-6-freebsd-names'Christian Pfeiffer2017-11-211-0/+9
|\ \ \ \ \
| * | | | | FindImageMagick: Add more library namesChristian Pfeiffer2017-11-201-0/+9
| |/ / / /
* | | | | CMake Nightly Date StampKitware Robot2017-11-211-1/+1
* | | | | Merge topic 'tidy-sha1-comment'Brad King2017-11-201-1/+6
|\ \ \ \ \
| * | | | | clang-tidy: Clarify comment explaining purpose of CLANG_TIDY_SHA1Brad King2017-11-171-1/+6
* | | | | | Merge branch 'release-3.10'Brad King2017-11-200-0/+0
|\ \ \ \ \ \ | | |_|_|/ / | |/| | | |
| * | | | | CMake 3.10.0v3.10.0Brad King2017-11-201-1/+1
* | | | | | Merge branch 'release-3.10'Brad King2017-11-200-0/+0
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Merge branch 'fix-cmake-server-bad-buffering' into release-3.10Brad King2017-11-201-3/+2
| |\ \ \ \ \
* | \ \ \ \ \ Merge topic 'fix-cmake-server-bad-buffering'Brad King2017-11-201-3/+2
|\ \ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| * | | | | | server: Fix regression in partial message handlingvector-of-bool2017-11-201-3/+2
* | | | | | | Merge topic 'autogen-rcc-custom-command'Brad King2017-11-2017-1665/+2015
|\ \ \ \ \ \ \
| * | | | | | | Autogen: Use integers instead of strings for the Qt versionSebastian Holtermann2017-11-194-17/+9
| * | | | | | | Autogen: Use project relative paths in rcc custom command commentSebastian Holtermann2017-11-191-1/+21
| * | | | | | | Autogen: Detect rcc feature once during configurationSebastian Holtermann2017-11-197-103/+109
| * | | | | | | Autogen: Make cmQtAutoGeneratorInitializer an instantiable classSebastian Holtermann2017-11-198-759/+713
| * | | | | | | Autogen: Add and use cmQtAutoGenerator base classSebastian Holtermann2017-11-199-759/+488
| * | | | | | | Autogen: Rename cmQtAutoGenerators to cmQtAutoGeneratorMocUicSebastian Holtermann2017-11-194-76/+76
| * | | | | | | Autogen: Remove rcc code from cmQtAutoGeneratorsSebastian Holtermann2017-11-193-314/+1
| * | | | | | | Autogen: Switch to use custom commands for RCCSebastian Holtermann2017-11-193-209/+331
| * | | | | | | Autogen: Introduce standalone RCC generator classSebastian Holtermann2017-11-194-4/+844
| | |_|_|/ / / | |/| | | | |
* | | | | | | Merge topic 'cpack-minor-cleanup-and-tests-extension'Brad King2017-11-2033-68/+152
|\ \ \ \ \ \ \
| * | | | | | | CPack tests: add possibility for expecting config developer warningsDomen Vrankar2017-11-192-1/+28
| * | | | | | | CPack test: correctly handle CPACK_PACKAGING_INSTALL_PREFIXDomen Vrankar2017-11-1930-65/+122
| * | | | | | | CPack: set variable commands in lower caseDomen Vrankar2017-11-191-1/+1
| * | | | | | | CPack: documentation typo fixDomen Vrankar2017-11-191-1/+1
| |/ / / / / /
* | | | | | | Merge topic 'ctest-chrono'Brad King2017-11-2010-33/+44
|\ \ \ \ \ \ \
| * | | | | | | CTest: adopt std::chrono::system_clockWouter Klouwen2017-11-1710-33/+44
* | | | | | | | Merge topic 'cuda-sep-comp-var'Brad King2017-11-206-0/+24
|\ \ \ \ \ \ \ \
| * | | | | | | | CUDA: Add CMAKE_CUDA_SEPARABLE_COMPILATION variableBrad King2017-11-176-0/+24
* | | | | | | | | Merge topic 'iwyu-suppress-clang-warnings'Brad King2017-11-201-1/+1
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | IWYU: Suppress warnings from the internal ClangBrad King2017-11-171-1/+1
| |/ / / / / / / /
* | | | | | | | | Merge topic 'perf-source-lookup'Brad King2017-11-208-40/+84
|\ \ \ \ \ \ \ \ \