Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | GHS: Port API to cmGeneratorTarget. | Stephen Kelly | 2015-10-07 | 3 | -9/+12 |
| | |||||
* | Xcode: Port away from unnecessary CMP0049 compatibility. | Stephen Kelly | 2015-10-06 | 1 | -2/+2 |
| | | | | The input does not need the conversion. | ||||
* | cmTarget: Join strings conditionally. | Stephen Kelly | 2015-10-06 | 1 | -2/+2 |
| | |||||
* | cmGeneratorTarget: Rename internal member. | Stephen Kelly | 2015-10-06 | 2 | -4/+4 |
| | | | | Leave the old name available for another use. | ||||
* | cmFLTKWrapUI: Remove CMake 2.2 compat code. | Stephen Kelly | 2015-10-06 | 1 | -39/+0 |
| | | | | CMake 3.0 dropped CMake <= 2.4 compatibility. | ||||
* | Merge topic 'cmGeneratorTarget-exports' | Brad King | 2015-10-06 | 2 | -8/+14 |
|\ | | | | | | | | | | | d945b36a cmExportTryCompileFileGenerator: Evaluate genex with cmGeneratorTarget. 48f8b6ac cmExportFileGenerator: Evaluate genex with cmGeneratorTarget. | ||||
| * | cmExportTryCompileFileGenerator: Evaluate genex with cmGeneratorTarget. | Stephen Kelly | 2015-10-05 | 1 | -2/+6 |
| | | |||||
| * | cmExportFileGenerator: Evaluate genex with cmGeneratorTarget. | Stephen Kelly | 2015-10-05 | 1 | -6/+8 |
| | | |||||
* | | Merge topic 'FindOpenSSL-msvc-static-rt' | Brad King | 2015-10-06 | 2 | -5/+18 |
|\ \ | | | | | | | | | | | | | 821e1778 FindOpenSSL: Add support for static MSVC runtime | ||||
| * | | FindOpenSSL: Add support for static MSVC runtime | Thijs Wenker | 2015-10-05 | 2 | -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 King | 2015-10-06 | 31 | -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 Kelly | 2015-10-05 | 22 | -22/+0 |
| | | | |||||
| * | | Add cmOutputConverter include where needed. | Stephen Kelly | 2015-10-05 | 2 | -1/+2 |
| | | | |||||
| * | | cmake: Remove needless cmLocalGenerator creation. | Stephen Kelly | 2015-10-05 | 1 | -7/+5 |
| | | | |||||
| * | | CTest: Port away from cmLocalGenerator. | Stephen Kelly | 2015-10-05 | 2 | -14/+2 |
| | | | |||||
| * | | CTest: Remove needless cmLocalGenerator creation. | Stephen Kelly | 2015-10-05 | 3 | -8/+0 |
| | | | |||||
| * | | CPack: Remove needless cmLocalGenerator creation. | Stephen Kelly | 2015-10-05 | 2 | -5/+0 |
| |/ | |||||
* | | Merge topic 'refactor-computation' | Brad King | 2015-10-06 | 10 | -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 Kelly | 2015-10-05 | 1 | -8/+6 |
| | | | |||||
| * | | cmGlobalGenerator: Do more computation at compute time. | Stephen Kelly | 2015-10-05 | 1 | -8/+8 |
| | | | |||||
| * | | cmGlobalGenerator: De-virtualize Compute(). | Stephen Kelly | 2015-10-05 | 1 | -1/+1 |
| | | | | | | | | | | | | It now implements the NVI pattern. | ||||
| * | | VisualStudio: Replace Compute override with AddExtraIDETargets override. | Stephen Kelly | 2015-10-05 | 4 | -16/+5 |
| | | | |||||
| * | | VisualStudio10: Initialize the LongestSource at generate time. | Stephen Kelly | 2015-10-05 | 2 | -13/+1 |
| | | | | | | | | | | | | There is no need to initialize it at compute time. | ||||
| * | | cmGlobalGenerator: Call AddExtraIDETargets as a hook of Compute(). | Stephen Kelly | 2015-10-05 | 4 | -13/+4 |
| | | | | | | | | | | | | Relieve the Xcode generator of having to reimplement Compute(). | ||||
| * | | Xcode: Extract a AddExtraIDETargets method. | Stephen Kelly | 2015-10-05 | 2 | -1/+6 |
| |/ | |||||
* | | Merge topic 'refactor-qt-autogen' | Brad King | 2015-10-06 | 6 | -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 Kelly | 2015-10-06 | 3 | -69/+53 |
| | | | |||||
| * | | cmLocalGenerator: Constify target in API. | Stephen Kelly | 2015-10-05 | 2 | -2/+2 |
| | | | |||||
| * | | QtAutogen: Port global generator to cmGeneratorTarget. | Stephen Kelly | 2015-10-05 | 2 | -13/+15 |
| | | | |||||
| * | | QtAutogen: Use a target type between loops. | Stephen Kelly | 2015-10-05 | 1 | -7/+6 |
| | | | |||||
| * | | QtAutogen: Make some private statics file static. | Stephen Kelly | 2015-10-05 | 2 | -72/+27 |
| | | | |||||
| * | | QtAutogen: Move SetupAutoRccTarget method. | Stephen Kelly | 2015-10-05 | 1 | -117/+116 |
| | | | |||||
| * | | QtAutogen: Move MergeRccOptions method. | Stephen Kelly | 2015-10-05 | 1 | -44/+44 |
| | | | |||||
| * | | QtAutogen: Move GetRccExecutable method. | Stephen Kelly | 2015-10-05 | 1 | -51/+51 |
| | | | |||||
| * | | QtAutogen: Move SetupAutoUicTarget method. | Stephen Kelly | 2015-10-05 | 1 | -107/+107 |
| | | | |||||
| * | | QtAutogen: Move GetUicOpts method. | Stephen Kelly | 2015-10-05 | 1 | -11/+11 |
| | | | |||||
| * | | QtAutogen: Move SetupAutoMocTarget method. | Stephen Kelly | 2015-10-05 | 1 | -92/+92 |
| | | | |||||
| * | | QtAutogen: Move GetCompileDefinitionsAndDirectories method. | Stephen Kelly | 2015-10-05 | 1 | -22/+22 |
| | | | |||||
| * | | QtAutogen: Move SetupSourceFiles method. | Stephen Kelly | 2015-10-05 | 1 | -83/+83 |
| |/ | |||||
* | | CMake Nightly Date Stamp | Kitware Robot | 2015-10-06 | 1 | -1/+1 |
|/ | |||||
* | Merge branch 'release' | Brad King | 2015-10-05 | 1 | -1/+1 |
|\ | |||||
| * | Help: Fix version reference in 3.4 release notesv3.4.0-rc1 | Brad King | 2015-10-05 | 1 | -1/+1 |
| | | | | | | | | The 3.4 notes cover changes since 3.3, not 3.4. | ||||
* | | Begin post-3.4 development | Brad King | 2015-10-05 | 3 | -2/+11 |
| | | |||||
* | | Merge branch 'release' | Brad King | 2015-10-05 | 4 | -13/+4 |
|\ \ | |/ | |||||
| * | CMake 3.4.0-rc1 version update | Brad King | 2015-10-05 | 2 | -4/+4 |
| | | |||||
| * | Help: Drop development topic notes to prepare release | Brad King | 2015-10-05 | 2 | -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 King | 2015-10-05 | 51 | -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 notes | Brad King | 2015-10-05 | 1 | -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 notes | Brad King | 2015-10-05 | 51 | -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 King | 2015-10-05 | 17 | -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 |