Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | cmGeneratorTarget: Move GetPDBDirectory from cmTarget. | Stephen Kelly | 2015-10-08 | 11 | -26/+30 |
| | |||||
* | cmGeneratorTarget: Move GetDirectory from cmTarget. | Stephen Kelly | 2015-10-08 | 15 | -68/+76 |
| | |||||
* | cmTarget: Make OutputInfo definition public. | Stephen Kelly | 2015-10-08 | 2 | -11/+9 |
| | |||||
* | cmGeneratorTarget: Move link implementation from cmTarget. | Stephen Kelly | 2015-10-08 | 6 | -212/+200 |
| | |||||
* | cmTarget: Split storage of link implementation from backtraces. | Stephen Kelly | 2015-10-08 | 2 | -30/+15 |
| | |||||
* | cmGeneratorTarget: Issue messages through the local generator. | Stephen Kelly | 2015-10-08 | 1 | -6/+7 |
| | |||||
* | cmLocalGenerator: Add cmake instance accessor. | Stephen Kelly | 2015-10-08 | 2 | -0/+7 |
| | |||||
* | Merge topic 'cmGeneratorTarget-sources' | Brad King | 2015-10-08 | 22 | -459/+401 |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | af71c7b4 cmTarget: Remove Compute method. dce6581b cmGeneratorTarget: Move computed sources from cmTarget. 7b6dc0fe cmGeneratorTarget: Inline GetSourceFiles from cmTarget. 33f87bb1 cmGeneratorTarget: Move AddInterfaceEntries method. da1b0449 cmTarget: Remove a conditional for generate-time source addition. fe113f0f cmTarget: Split storage of sources from genexes. 776ff8eb cmTarget: Add Compute API for sources. 64f73150 cmTarget: Add API for generate-time source addition. c38e30f6 cmGeneratorTarget: Add methods for generate-time source addition. 5d3776a7 Access sources through cmGeneratorTarget. 7ce0991a GHS: Port API to cmGeneratorTarget. 156bd2c9 Xcode: Port away from unnecessary CMP0049 compatibility. 01e666c7 cmTarget: Join strings conditionally. bf28b787 cmGeneratorTarget: Rename internal member. 9d653f9c cmFLTKWrapUI: Remove CMake 2.2 compat code. | ||||
| * | cmTarget: Remove Compute method. | Stephen Kelly | 2015-10-07 | 7 | -13/+0 |
| | | |||||
| * | cmGeneratorTarget: Move computed sources from cmTarget. | Stephen Kelly | 2015-10-07 | 4 | -313/+249 |
| | | |||||
| * | cmGeneratorTarget: Inline GetSourceFiles from cmTarget. | Stephen Kelly | 2015-10-07 | 3 | -49/+49 |
| | | |||||
| * | cmGeneratorTarget: Move AddInterfaceEntries method. | Stephen Kelly | 2015-10-07 | 1 | -28/+27 |
| | | | | | | | | It will be needed here in a follow-up commit. | ||||
| * | cmTarget: Remove a conditional for generate-time source addition. | Stephen Kelly | 2015-10-07 | 1 | -13/+6 |
| | | | | | | | | It is not really necessary. | ||||
| * | cmTarget: Split storage of sources from genexes. | Stephen Kelly | 2015-10-07 | 1 | -39/+50 |
| | | |||||
| * | cmTarget: Add Compute API for sources. | Stephen Kelly | 2015-10-07 | 7 | -0/+13 |
| | | | | | | | | | | This method is a refactoring artifact. It will be removed in a follow-up. | ||||
| * | cmTarget: Add API for generate-time source addition. | Stephen Kelly | 2015-10-07 | 3 | -1/+7 |
| | | | | | | | | | | This method is a refactoring artifact. It will be removed in a follow-up. | ||||
| * | cmGeneratorTarget: Add methods for generate-time source addition. | Stephen Kelly | 2015-10-07 | 7 | -13/+35 |
| | | |||||
| * | Access sources through cmGeneratorTarget. | Stephen Kelly | 2015-10-07 | 12 | -16/+27 |
| | | |||||
| * | 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 'refactor-current-dir-initialization' | Brad King | 2015-10-08 | 10 | -62/+59 |
|\ \ | | | | | | | | | | | | | | | | | | | | | | 28749903 cmState: Internalize the initialization of a snapshot from its parent. 6c02f62f Remove now-unused directory setters. 360e4e1d Set the current dirs on the snapshot before creating the cmMakefile. f716460e cmMakefile: Move invokation to initialize snapshot. | ||||
| * | | cmState: Internalize the initialization of a snapshot from its parent. | Stephen Kelly | 2015-10-07 | 3 | -4/+5 |
| | | | |||||
| * | | Remove now-unused directory setters. | Stephen Kelly | 2015-10-07 | 2 | -17/+0 |
| | | | |||||
| * | | Set the current dirs on the snapshot before creating the cmMakefile. | Stephen Kelly | 2015-10-07 | 7 | -44/+56 |
| | | | | | | | | | | | | | | | | | | The cmMakefile should get a fully prepared snapshot and not clobber its definitions. It should eventually be able to process list files from any starting-point snapshot, though that is some refactoring away still. | ||||
| * | | cmMakefile: Move invokation to initialize snapshot. | Stephen Kelly | 2015-10-06 | 1 | -2/+3 |
| |/ | |||||
* | | Merge topic 'cpack-nsis-bitmap' | Brad King | 2015-10-08 | 1 | -0/+22 |
|\ \ | | | | | | | | | | | | | 3758af12 CPackNSIS: Add options to set the bitmap for NSIS installer left side | ||||
| * | | CPackNSIS: Add options to set the bitmap for NSIS installer left side | Colin Tracey | 2015-10-06 | 1 | -0/+22 |
| | | | | | | | | | | | | | | | set MUI_WELCOMEFINISHPAGE_BITMAP set MUI_UNWELCOMEFINISHPAGE_BITMAP | ||||
* | | | Merge topic 'update-kwsys' | Brad King | 2015-10-08 | 2 | -2/+3 |
|\ \ \ | | | | | | | | | | | | | | | | | | | | | d0c3bf65 Merge branch 'upstream-kwsys' into update-kwsys bca73252 KWSys 2015-10-06 (d79801bb) | ||||
| * | | | Merge branch 'upstream-kwsys' into update-kwsys | Brad King | 2015-10-06 | 2 | -2/+3 |
| | | | | |||||
* | | | | CMake Nightly Date Stamp | Kitware Robot | 2015-10-08 | 1 | -1/+1 |
| | | | | |||||
* | | | | CMake Nightly Date Stamp | Kitware Robot | 2015-10-07 | 1 | -1/+1 |
| |_|/ |/| | | |||||
* | | | 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 '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. |