summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge topic 'fix-spelling-typos'Brad King2015-10-086-6/+6
|\ | | | | | | | | | | 06247384 bootstrap: Fix spelling of "succeeded" b6702d40 Modules: Fix spelling of "succeeded" in check messages
| * bootstrap: Fix spelling of "succeeded"Terrell Russell2015-10-061-1/+1
| |
| * Modules: Fix spelling of "succeeded" in check messagesTerrell Russell2015-10-065-5/+5
| | | | | | | | Change "succeded" to "succeeded" everywhere.
* | Merge topic 'release-nightly-linux64'Brad King2015-10-081-1/+3
|\ \ | | | | | | | | | | | | | | | b520b1ca Tests: Add a nightly Linux 64-bit binary 26a0b52d Tests: Rename Linux nightly release binary test to Linux32
| * | Tests: Add a nightly Linux 64-bit binaryBrad King2015-10-061-0/+2
| | |
| * | Tests: Rename Linux nightly release binary test to Linux32Brad King2015-10-061-1/+1
| | | | | | | | | | | | Distinguish the name from a future 64-bit nightly binary.
* | | Merge topic 'release-cygwin-subdir'Brad King2015-10-082-6/+15
|\ \ \ | |/ / | | | | | | | | | fab35c95 Utilities/Release: Move cygwin packages to a subdirectory
| * | Utilities/Release: Move cygwin packages to a subdirectoryBrad King2015-10-062-6/+15
| | |
* | | Merge topic 'release-no-old-osx'Brad King2015-10-083-30/+2
|\ \ \ | |/ / | | | | | | | | | | | | | | | 992c43d2 Tests: Rename OS X nightly release binary test 45fa326b Utilities/Release: Drop OS X ppc/i386 binary 9cbab63e Tests: Drop nightly OS X ppc/i386 binary
| * | Tests: Rename OS X nightly release binary testBrad King2015-10-051-1/+1
| | | | | | | | | | | | | | | The "Mac64" build is now the primary and only OS X build, so just name it "OSX".
| * | Utilities/Release: Drop OS X ppc/i386 binaryBrad King2015-10-052-27/+1
| | | | | | | | | | | | | | | Users with OS X 10.5 or below can build from source or use an older CMake version.
| * | Tests: Drop nightly OS X ppc/i386 binaryBrad King2015-10-051-2/+0
| |/ | | | | | | | | Users with OS X 10.5 or below can build from source or use an older CMake version.
* | CMake Nightly Date StampKitware Robot2015-10-081-1/+1
| |
* | CMake Nightly Date StampKitware Robot2015-10-071-1/+1
| |
* | Merge topic 'cmGeneratorTarget-exports'Brad King2015-10-062-8/+14
|\ \ | | | | | | | | | | | | | | | d945b36a cmExportTryCompileFileGenerator: Evaluate genex with cmGeneratorTarget. 48f8b6ac cmExportFileGenerator: Evaluate genex with cmGeneratorTarget.
| * | cmExportTryCompileFileGenerator: Evaluate genex with cmGeneratorTarget.Stephen Kelly2015-10-051-2/+6
| | |
| * | cmExportFileGenerator: Evaluate genex with cmGeneratorTarget.Stephen Kelly2015-10-051-6/+8
| |/
* | Merge topic 'FindOpenSSL-msvc-static-rt'Brad King2015-10-062-5/+18
|\ \ | | | | | | | | | | | | 821e1778 FindOpenSSL: Add support for static MSVC runtime
| * | FindOpenSSL: Add support for static MSVC runtimeThijs Wenker2015-10-052-5/+18
| |/ | | | | | | | | Add an OPENSSL_MSVC_STATIC_RT option to switch from the default search for `/MD` libraries to look for `/MT` libraries instead.
* | Merge topic 'clean-up-cmLocalGenerator'Brad King2015-10-0631-57/+9
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | 74d565e0 Remove unused cmLocalGenerator include. 09466690 Add cmOutputConverter include where needed. 0a730445 cmake: Remove needless cmLocalGenerator creation. 3339a750 CTest: Port away from cmLocalGenerator. 6da4cd8f CTest: Remove needless cmLocalGenerator creation. 94cc4e74 CPack: Remove needless cmLocalGenerator creation.
| * | Remove unused cmLocalGenerator include.Stephen Kelly2015-10-0522-22/+0
| | |
| * | Add cmOutputConverter include where needed.Stephen Kelly2015-10-052-1/+2
| | |
| * | cmake: Remove needless cmLocalGenerator creation.Stephen Kelly2015-10-051-7/+5
| | |
| * | CTest: Port away from cmLocalGenerator.Stephen Kelly2015-10-052-14/+2
| | |
| * | CTest: Remove needless cmLocalGenerator creation.Stephen Kelly2015-10-053-8/+0
| | |
| * | CPack: Remove needless cmLocalGenerator creation.Stephen Kelly2015-10-052-5/+0
| |/
* | 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
|\