Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | Kate: Remove unused variables. | Stephen Kelly | 2015-10-08 | 1 | -3/+0 | |
| | | | | | ||||||
| * | | | | Kate: Port API to cmLocalGenerator. | Stephen Kelly | 2015-10-08 | 2 | -10/+17 | |
| | | | | | ||||||
| * | | | | export: Port internal method to cmGeneratorTarget. | Stephen Kelly | 2015-10-08 | 1 | -12/+14 | |
| | | | | | ||||||
| * | | | | cmMakefile: Remove unused GetProjectName calls. | Stephen Kelly | 2015-10-08 | 2 | -10/+0 | |
| | | | | | ||||||
| * | | | | cmLocalGenerator: Add GetProjectName method. | Stephen Kelly | 2015-10-08 | 13 | -30/+36 | |
| | | | | | ||||||
| * | | | | cmCPluginAPI: Inline code to get project name. | Stephen Kelly | 2015-10-08 | 1 | -1/+1 | |
| | | | | | ||||||
| * | | | | cmMakefile: Inline initialization of project name. | Stephen Kelly | 2015-10-08 | 1 | -1/+1 | |
| | |/ / | |/| | | ||||||
| * | | | cmLocalGenerator: Add cmake instance accessor. | Stephen Kelly | 2015-10-08 | 2 | -0/+7 | |
| | | | | ||||||
* | | | | Merge topic 'minor-cleanups' | Brad King | 2015-10-12 | 9 | -31/+24 | |
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 096f0988 cmComputeLinkDepends: Remove unused typedef. ee44be22 cmGeneratorTarget: Use local GetProperty method. 4f767afe cmMakefile: Remove unneeded container clears. c72d276a C::B: Remove unused variables. c99b6cef cmLocalGenerator: Devirtualize method. | |||||
| * | | | | cmComputeLinkDepends: Remove unused typedef. | Stephen Kelly | 2015-10-08 | 1 | -2/+0 | |
| | | | | | ||||||
| * | | | | cmGeneratorTarget: Use local GetProperty method. | Stephen Kelly | 2015-10-08 | 5 | -23/+23 | |
| | | | | | ||||||
| * | | | | cmMakefile: Remove unneeded container clears. | Stephen Kelly | 2015-10-08 | 1 | -3/+0 | |
| | | | | | | | | | | | | | | | | | | | | No need to do that in a destructor. | |||||
| * | | | | C::B: Remove unused variables. | Stephen Kelly | 2015-10-08 | 1 | -2/+0 | |
| | | | | | ||||||
| * | | | | cmLocalGenerator: Devirtualize method. | Stephen Kelly | 2015-10-08 | 1 | -1/+1 | |
| |/ / / | ||||||
* | | | | Merge topic 'osx-file-times-ns-precision' | Brad King | 2015-10-12 | 2 | -0/+36 | |
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | 8d27b407 cmFileTimeComparison: Port to OS X nanosecond times (#15769) | |||||
| * | | | | cmFileTimeComparison: Port to OS X nanosecond times (#15769) | Brad King | 2015-10-08 | 2 | -0/+36 | |
| | | | | | ||||||
* | | | | | Merge topic 'update-kwsys' | Brad King | 2015-10-12 | 6 | -20/+63 | |
|\ \ \ \ \ | |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 0faccb83 bootstrap: Drop unnecessary KWSys platform check 265fb0cd cmFileTimeComparison: Update for lack of cmsys_STAT_HAS_ST_MTIM 8083285d Merge branch 'upstream-kwsys' into update-kwsys 13c22d28 KWSys 2015-10-06 (ed82989c) | |||||
| * | | | | cmFileTimeComparison: Update for lack of cmsys_STAT_HAS_ST_MTIM | Brad King | 2015-10-08 | 2 | -2/+14 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | The KWSys Configure.hxx header no longer exposes this value. Take the value from the KWSys try compile result variable instead. | |||||
| * | | | | Merge branch 'upstream-kwsys' into update-kwsys | Brad King | 2015-10-08 | 4 | -18/+49 | |
| |/ / / | ||||||
* | | | | CMake Nightly Date Stamp | Kitware Robot | 2015-10-12 | 1 | -1/+1 | |
| | | | | ||||||
* | | | | CMake Nightly Date Stamp | Kitware Robot | 2015-10-11 | 1 | -1/+1 | |
| |/ / |/| | | ||||||
* | | | CMake Nightly Date Stamp | Kitware Robot | 2015-10-10 | 1 | -1/+1 | |
| | | | ||||||
* | | | CMake Nightly Date Stamp | Kitware Robot | 2015-10-09 | 1 | -1/+1 | |
|/ / | ||||||
* | | 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 | |
| |_|/ / |/| | | |