summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | Merge branch 'xcode-adjust-deployment-to-host-version' into releaseBrad King2015-10-121-0/+4
|\ \ \ \ \ \ \
| * | | | | | | Xcode: Adjust deployment target SDK version to host versionGregor Jasny2015-10-121-0/+4
| |/ / / / / /
* | | | | | | Merge branch 'FindPostgreSQL-v9.5' into releaseBrad King2015-10-121-1/+1
|\ \ \ \ \ \ \
| * | | | | | | FindPostgreSQL: Search for version 9.5Tamar Kranenburg2015-10-121-1/+1
| |/ / / / / /
* | | | | | | Merge branch 'cpack-wix-typos' into releaseBrad King2015-10-121-2/+2
|\ \ \ \ \ \ \
| * | | | | | | CPackWIX: fix typos in documentationKevin Wojniak2015-10-081-2/+2
| |/ / / / / /
* | | | | | | Merge branch 'emacs-mode-fix-accidental-indentation' into releaseBrad King2015-10-121-4/+4
|\ \ \ \ \ \ \
| * | | | | | | cmake-mode.el: treat keywords as symbolsKevin Burge2015-10-081-4/+4
| |/ / / / / /
* | | | | | | Merge branch 'doc-clarify-shared-lib' into releaseBrad King2015-10-122-1/+12
|\ \ \ \ \ \ \
| * | | | | | | Help: Document that SHARED libraries must export a symbol (#15775)James Johnston2015-10-082-1/+12
| |/ / / / / /
* | | | | | | Merge branch 'revert-compiler-features-solaris' into releaseBrad King2015-10-123-22/+15
|\ \ \ \ \ \ \
| * | | | | | | Revert topic 'compiler-features-solaris'Brad King2015-10-083-22/+15
* | | | | | | | Merge branch 'ctest-submit-content-type' into releaseBrad King2015-10-122-0/+14
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | |
| * | | | | | | CTest: Set Content-Type header for http file upload (#15774)Derek Bruening2015-10-122-0/+14
| | |/ / / / / | |/| | | | |
* | | | | | | Help: Fix version reference in 3.4 release notesv3.4.0-rc1Brad King2015-10-051-1/+1
* | | | | | | CMake 3.4.0-rc1 version updateBrad King2015-10-052-4/+4
* | | | | | | Help: Drop development topic notes to prepare releaseBrad King2015-10-052-9/+0
|/ / / / / /
* | | | | | Merge topic 'doc-3.4-relnotes'Brad King2015-10-0551-321/+270
|\ \ \ \ \ \
| * | | | | | Help: Organize and revise 3.4 release notesBrad King2015-10-051-121/+159
| * | | | | | Help: Consolidate 3.4 release notesBrad King2015-10-0551-321/+232
|/ / / / / /
* | | | | | Merge topic 'vs-win10-store'Brad King2015-10-0517-11/+424
|\ \ \ \ \ \
| * | | | | | Help: Document Windows 10 Universal Applications in cmake-toolchains(7)Brad King2015-10-051-0/+17
| * | | | | | VS: Add support for Windows 10 Universal (Store) ApplicationsGilles Khouzam2015-10-0513-9/+333
| * | | | | | VS: Refactor indentation of LinkLibraryDependenciesGilles Khouzam2015-10-051-1/+1
| * | | | | | MSVC: Add system libs for WindowsStore on VS 2015Gilles Khouzam2015-10-021-1/+3
| * | | | | | VS: Select Windows 10 Store SDK and toolset for VS 2015Gilles Khouzam2015-10-022-0/+70
* | | | | | | Merge topic 'vs-win10-sdk'Brad King2015-10-051-5/+14
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | VS: Select latest Windows 10 SDK if no specific version was requestedGilles Khouzam2015-10-021-5/+14
* | | | | | | Merge topic 'FindMatlab-v8.6'Brad King2015-10-051-0/+1
|\ \ \ \ \ \ \
| * | | | | | | FindMatlab: Add support for Matlab R2015bFrancesco Romano2015-10-051-0/+1
* | | | | | | | CMake Nightly Date StampKitware Robot2015-10-051-1/+1
* | | | | | | | CMake Nightly Date StampKitware Robot2015-10-041-1/+1
* | | | | | | | CMake Nightly Date StampKitware Robot2015-10-031-1/+1
|/ / / / / / /
* | | | | | | Merge topic 'compiler-features-solaris'Brad King2015-10-023-15/+22
|\ \ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| * | | | | | Tests: Suppress WriteCompilerDetectionHeader failure on SunProBrad King2015-09-301-1/+2
| * | | | | | Features: Fix C++98 flags on Oracle SolarisStudio 12.4 on LinuxBrad King2015-09-301-0/+2
| * | | | | | Features: Disable support for Oracle SolarisStudio on non-LinuxBrad King2015-09-292-14/+18
* | | | | | | Merge topic 'test-FindPackageModeMakefileTest-flags'Brad King2015-10-021-2/+3
|\ \ \ \ \ \ \
| * | | | | | | Tests: Use consistent C++ flags FindPackageModeMakefileTestBrad King2015-10-011-2/+3
| |/ / / / / /
* | | | | | | Merge topic 'test-VSGNUFortran-oracle-link'Brad King2015-10-021-3/+3
|\ \ \ \ \ \ \
| * | | | | | | Tests: Simplify VSGNUFortran Oracle-specific link linesBrad King2015-10-011-3/+3
| |/ / / / / /
* | | | | | | Merge topic 'cpack-tests-fix'Brad King2015-10-023-48/+8
|\ \ \ \ \ \ \
| * | | | | | | Tests: Fix RunCMake.CPack_* tests to use proper CMake generatorDomen Vrankar2015-10-012-45/+3
| * | | | | | | Tests: Avoid OS X 10.5 limitation warning in RunCMake.CPack* testsBrad King2015-10-011-0/+2
| * | | | | | | Tests: Add trailing newlines to generated sources in RunCMake.CPack_* testsBrad King2015-10-011-3/+3
* | | | | | | | Merge topic 'release-binaries-windows-cmake-path'Brad King2015-10-021-1/+1
|\ \ \ \ \ \ \ \
| * | | | | | | | Utilities/Release: Update path to 'cmake.exe' on Windows build machineBrad King2015-10-011-1/+1
* | | | | | | | | Merge topic 'vs-win10-sdk'Brad King2015-10-0212-3/+148
|\ \ \ \ \ \ \ \ \ | | |_|_|/ / / / / | |/| | | | | | |
| * | | | | | | | VS: Add support for selecting the Windows 10 SDK (#15670)Gilles Khouzam2015-10-029-0/+121
| * | | | | | | | VS: Add hook to initialize Windows platform settingsGilles Khouzam2015-10-022-3/+17