summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge topic 'refactor-computation'Brad King2015-10-0610-52/+23
|\ | | | | | | | | | | | | | | | | | | | | 616f0311 cmGlobalGenerator: Move path computation to Compute. 9eea0486 cmGlobalGenerator: Do more computation at compute time. 2eca0559 cmGlobalGenerator: De-virtualize Compute(). 21f428f4 VisualStudio: Replace Compute override with AddExtraIDETargets override. a9588e90 VisualStudio10: Initialize the LongestSource at generate time. 4407eee0 cmGlobalGenerator: Call AddExtraIDETargets as a hook of Compute(). a09c545d Xcode: Extract a AddExtraIDETargets method.
| * cmGlobalGenerator: Move path computation to Compute.Stephen Kelly2015-10-051-8/+6
| |
| * cmGlobalGenerator: Do more computation at compute time.Stephen Kelly2015-10-051-8/+8
| |
| * cmGlobalGenerator: De-virtualize Compute().Stephen Kelly2015-10-051-1/+1
| | | | | | | | It now implements the NVI pattern.
| * VisualStudio: Replace Compute override with AddExtraIDETargets override.Stephen Kelly2015-10-054-16/+5
| |
| * VisualStudio10: Initialize the LongestSource at generate time.Stephen Kelly2015-10-052-13/+1
| | | | | | | | There is no need to initialize it at compute time.
| * cmGlobalGenerator: Call AddExtraIDETargets as a hook of Compute().Stephen Kelly2015-10-054-13/+4
| | | | | | | | Relieve the Xcode generator of having to reimplement Compute().
| * Xcode: Extract a AddExtraIDETargets method.Stephen Kelly2015-10-052-1/+6
| |
* | Merge topic 'refactor-qt-autogen'Brad King2015-10-066-628/+567
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 15c02cf1 QtAutogen: Port API to cmGeneratorTarget. f7738fd1 cmLocalGenerator: Constify target in API. b2054e16 QtAutogen: Port global generator to cmGeneratorTarget. 1e757c31 QtAutogen: Use a target type between loops. 5fb73017 QtAutogen: Make some private statics file static. 86f7fc5d QtAutogen: Move SetupAutoRccTarget method. 2aa3f500 QtAutogen: Move MergeRccOptions method. 59b91107 QtAutogen: Move GetRccExecutable method. 7254f645 QtAutogen: Move SetupAutoUicTarget method. 975b7539 QtAutogen: Move GetUicOpts method. f75ec604 QtAutogen: Move SetupAutoMocTarget method. f3158e45 QtAutogen: Move GetCompileDefinitionsAndDirectories method. 493b17f8 QtAutogen: Move SetupSourceFiles method.
| * | QtAutogen: Port API to cmGeneratorTarget.Stephen Kelly2015-10-063-69/+53
| | |
| * | cmLocalGenerator: Constify target in API.Stephen Kelly2015-10-052-2/+2
| | |
| * | QtAutogen: Port global generator to cmGeneratorTarget.Stephen Kelly2015-10-052-13/+15
| | |
| * | QtAutogen: Use a target type between loops.Stephen Kelly2015-10-051-7/+6
| | |
| * | QtAutogen: Make some private statics file static.Stephen Kelly2015-10-052-72/+27
| | |
| * | QtAutogen: Move SetupAutoRccTarget method.Stephen Kelly2015-10-051-117/+116
| | |
| * | QtAutogen: Move MergeRccOptions method.Stephen Kelly2015-10-051-44/+44
| | |
| * | QtAutogen: Move GetRccExecutable method.Stephen Kelly2015-10-051-51/+51
| | |
| * | QtAutogen: Move SetupAutoUicTarget method.Stephen Kelly2015-10-051-107/+107
| | |
| * | QtAutogen: Move GetUicOpts method.Stephen Kelly2015-10-051-11/+11
| | |
| * | QtAutogen: Move SetupAutoMocTarget method.Stephen Kelly2015-10-051-92/+92
| | |
| * | QtAutogen: Move GetCompileDefinitionsAndDirectories method.Stephen Kelly2015-10-051-22/+22
| | |
| * | QtAutogen: Move SetupSourceFiles method.Stephen Kelly2015-10-051-83/+83
| |/
* | CMake Nightly Date StampKitware Robot2015-10-061-1/+1
|/
* Merge branch 'release'Brad King2015-10-051-1/+1
|\
| * Help: Fix version reference in 3.4 release notesv3.4.0-rc1Brad King2015-10-051-1/+1
| | | | | | | | The 3.4 notes cover changes since 3.3, not 3.4.
* | Begin post-3.4 developmentBrad King2015-10-053-2/+11
| |
* | Merge branch 'release'Brad King2015-10-054-13/+4
|\ \ | |/
| * 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
|/ | | | | Release versions do not have the development topic section of the CMake Release Notes index page.
* Merge topic 'doc-3.4-relnotes'Brad King2015-10-0551-321/+270
|\ | | | | | | | | | | 19ce56e2 Help: Organize and revise 3.4 release notes c922aa18 Help: Consolidate 3.4 release notes
| * Help: Organize and revise 3.4 release notesBrad King2015-10-051-121/+159
| | | | | | | | | | Add section headers similar to the 3.3 release notes and move each individual bullet into an appropriate section. Revise a few bullets.
| * Help: Consolidate 3.4 release notesBrad King2015-10-0551-321/+232
|/ | | | | | | | | | | | | | Move all development release notes into a new version-specific document: tail -q -n +3 Help/release/dev/* > Help/release/3.4.rst git rm -- Help/release/dev/* except the sample topic: git checkout HEAD -- Help/release/dev/0-sample-topic.rst Reference the new document from the release notes index document. Add a title and intro sentence to the new document by hand.
* Merge topic 'vs-win10-store'Brad King2015-10-0517-11/+424
|\ | | | | | | | | | | | | | | | | 2402bb8c Help: Document Windows 10 Universal Applications in cmake-toolchains(7) 1be2f12c VS: Add support for Windows 10 Universal (Store) Applications 2798dbda VS: Refactor indentation of LinkLibraryDependencies 8c426183 MSVC: Add system libs for WindowsStore on VS 2015 d1b87d72 VS: Select Windows 10 Store SDK and toolset for VS 2015
| * 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
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Teach the VS 2015 generator to support WindowsStore 10.0 applications. Add target properties to customize them: * VS_WINDOWS_TARGET_PLATFORM_MIN_VERSION: Specifies the minimum version of the OS that the project can target. * VS_DESKTOP_EXTENSIONS_VERSION, VS_MOBILE_EXTENSIONS_VERSIONS, VS_IOT_EXTENSIONS_VERSION: Add a reference to the version of the SDK specified to the target allowing to target the extended functionality in a universal project. * VS_IOT_STARTUP_TASK: Specifies that the target should be built as an IOT continuous background task.
| * VS: Refactor indentation of LinkLibraryDependenciesGilles Khouzam2015-10-051-1/+1
| | | | | | | | Use our indentation specifier instead of hard-coding spaces.
| * MSVC: Add system libs for WindowsStore on VS 2015Gilles Khouzam2015-10-021-1/+3
| | | | | | | | Use WindowsApp.lib for a Universal Application Platform project.
| * 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
|\ \ | |/ | | | | | | 45812111 VS: Select latest Windows 10 SDK if no specific version was requested
| * VS: Select latest Windows 10 SDK if no specific version was requestedGilles Khouzam2015-10-021-5/+14
| | | | | | | | | | If CMAKE_SYSTEM_VERSION is just "10.0" then use the latest SDK available since no particular version was requested.
* | Merge topic 'FindMatlab-v8.6'Brad King2015-10-051-0/+1
|\ \ | | | | | | | | | | | | 2775768f FindMatlab: Add support for Matlab R2015b
| * | 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
|\ \ | | | | | | | | | | | | | | | | | | 5fdf7594 Tests: Suppress WriteCompilerDetectionHeader failure on SunPro c824b23d Features: Fix C++98 flags on Oracle SolarisStudio 12.4 on Linux 61bc0f73 Features: Disable support for Oracle SolarisStudio on non-Linux
| * | Tests: Suppress WriteCompilerDetectionHeader failure on SunProBrad King2015-09-301-1/+2
| | | | | | | | | | | | | | | | | | We do support SunPro 5.13 compiler features, but only on Linux. Suppress the portion of the test that fails on Solaris until the larger problem can be addressed.
| * | 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
| | | | | | | | | | | | | | | | | | On SunOS the -std=c++11 flag must be used for linking as well as compiling. Until we implement support for this we cannot support the CXX_STANDARD property except on Linux (where it was tested).
* | | Merge topic 'test-FindPackageModeMakefileTest-flags'Brad King2015-10-021-2/+3
|\ \ \ | | | | | | | | | | | | | | | | 85d7a610 Tests: Use consistent C++ flags FindPackageModeMakefileTest