Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | cmGeneratorTarget: Move compile features processing from cmTarget. | Stephen Kelly | 2015-08-26 | 5 | -81/+94 |
| | |||||
* | cmGeneratorTarget: Move compile options processing from cmTarget. | Stephen Kelly | 2015-08-26 | 6 | -88/+154 |
| | |||||
* | cmGeneratorTarget: Move include directory processing from cmTarget. | Stephen Kelly | 2015-08-26 | 5 | -231/+292 |
| | |||||
* | cmGeneratorTarget: Move link iface helpers from cmTarget. | Stephen Kelly | 2015-08-26 | 4 | -57/+57 |
| | |||||
* | cmGeneratorTarget: Move GetImportLinkInterface from cmTarget. | Stephen Kelly | 2015-08-26 | 4 | -80/+78 |
| | |||||
* | cmGeneratorTarget: Move ComputeLinkInterfaceLibraries from cmTarget. | Stephen Kelly | 2015-08-26 | 4 | -161/+161 |
| | |||||
* | cmGeneratorTarget: Move GetLinkInterfaceLibraries from cmTarget. | Stephen Kelly | 2015-08-26 | 5 | -53/+59 |
| | |||||
* | cmGeneratorTarget: Move ComputeLinkInterface from cmTarget. | Stephen Kelly | 2015-08-26 | 4 | -101/+102 |
| | |||||
* | cmGeneratorTarget: Move GetLinkInterface from cmTarget. | Stephen Kelly | 2015-08-26 | 7 | -63/+69 |
| | |||||
* | cmTarget: Add GetHeadToLinkInterfaceMap methods. | Stephen Kelly | 2015-08-26 | 2 | -8/+25 |
| | |||||
* | cmTarget: Move cmHeadToLinkInterfaceMap out. | Stephen Kelly | 2015-08-26 | 2 | -6/+9 |
| | |||||
* | cmGeneratorTarget: Move ComputeLinkInterface from cmTarget. | Stephen Kelly | 2015-08-26 | 2 | -61/+57 |
| | |||||
* | cmTarget: Move link interface libraries struct out. | Stephen Kelly | 2015-08-26 | 9 | -67/+65 |
| | |||||
* | CMake Nightly Date Stamp | Kitware Robot | 2015-08-26 | 1 | -1/+1 |
| | |||||
* | Merge topic 'consistent-empty' | Brad King | 2015-08-25 | 19 | -41/+41 |
|\ | | | | | | | | | | | | | | | | | e876963f Replace '0 == instances.size()' with instances.empty(). 44ffb9cd Replace foo.size() pattern with !foo.empty(). 8f89f8b1 Replace 'foo.size() != 0' pattern with !foo.empty(). 524610f9 Replace 'foo.size() == 0' pattern with foo.empty(). 0e14c7ee Replace 'foo.size() > 0' pattern with !foo.empty(). | ||||
| * | Replace '0 == instances.size()' with instances.empty(). | Stephen Kelly | 2015-08-24 | 1 | -1/+1 |
| | | | | | | | | This is not a pattern. | ||||
| * | Replace foo.size() pattern with !foo.empty(). | Stephen Kelly | 2015-08-24 | 13 | -24/+24 |
| | | |||||
| * | Replace 'foo.size() != 0' pattern with !foo.empty(). | Stephen Kelly | 2015-08-24 | 1 | -1/+1 |
| | | |||||
| * | Replace 'foo.size() == 0' pattern with foo.empty(). | Stephen Kelly | 2015-08-24 | 8 | -12/+12 |
| | | |||||
| * | Replace 'foo.size() > 0' pattern with !foo.empty(). | Stephen Kelly | 2015-08-24 | 3 | -3/+3 |
| | | |||||
* | | Merge topic 'libarchive-modern-apis' | Brad King | 2015-08-25 | 2 | -16/+16 |
|\ \ | | | | | | | | | | | | | e7f93715 Use modern libarchive APIs | ||||
| * | | Use modern libarchive APIs | Páder Rezső | 2015-08-24 | 2 | -16/+16 |
| | | | | | | | | | | | | | | | Replace use of deprecated libarchive3 functions with their modern equivalents. | ||||
* | | | Merge topic 'cmState-prop_dir' | Brad King | 2015-08-25 | 4 | -138/+180 |
|\ \ \ | | | | | | | | | | | | | | | | | | | | | f4150bd8 cmState: Move directory Properties from cmMakefile. 01787547 cmMakefile: Inline GetDefinitions into GetProperty. | ||||
| * | | | cmState: Move directory Properties from cmMakefile. | Stephen Kelly | 2015-08-24 | 4 | -142/+180 |
| | | | | |||||
| * | | | cmMakefile: Inline GetDefinitions into GetProperty. | Stephen Kelly | 2015-08-24 | 1 | -1/+5 |
| |/ / | | | | | | | | | | It will soon move to cmState. | ||||
* | | | CMake Nightly Date Stamp | Kitware Robot | 2015-08-25 | 1 | -1/+1 |
| |/ |/| | |||||
* | | Merge topic 'drop-cmsys-std-layer' | Brad King | 2015-08-24 | 16 | -44/+24 |
|\ \ | |/ |/| | | | | | | | | | 04e708d8 Remove use of include <cmsys/IOStream.hxx> from KWSys e8585f45 Remove use of include <cmsys/stl/*> and cmsys_stl::* 6db713c0 Remove use of include <cmsys/ios/*> and cmsys_ios::* | ||||
| * | Remove use of include <cmsys/IOStream.hxx> from KWSys | Brad King | 2015-08-21 | 1 | -8/+0 |
| | | | | | | | | We no longer need this compatibility layer for the compilers we support. | ||||
| * | Remove use of include <cmsys/stl/*> and cmsys_stl::* | Brad King | 2015-08-20 | 5 | -7/+2 |
| | | | | | | | | We no longer need this compatibility layer for the compilers we support. | ||||
| * | Remove use of include <cmsys/ios/*> and cmsys_ios::* | Brad King | 2015-08-20 | 12 | -29/+22 |
| | | | | | | | | We no longer need this compatibility layer for the compilers we support. | ||||
* | | Merge topic 'cmState-definitions' | Brad King | 2015-08-24 | 5 | -125/+185 |
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | bff27391 cmState: Host variable definitions. 6954c893 cmState: Add a VariableScope snapshot type. 1fc645bd cmState: Add a Base snapshot type. 0f070dd3 cmMakefile: Decouple the container of cmDefinitions from scoping logic. 25e04ddf cmDefinitions: Implement in terms of cmLinkedTree. 4bbe261c cmMakefile: Extract InitializeVarScope method. | ||||
| * | | cmState: Host variable definitions. | Stephen Kelly | 2015-08-23 | 3 | -148/+126 |
| | | | |||||
| * | | cmState: Add a VariableScope snapshot type. | Stephen Kelly | 2015-08-23 | 3 | -1/+38 |
| | | | | | | | | | | | | Match the scopes currently used in cmMakefile for definitions. | ||||
| * | | cmState: Add a Base snapshot type. | Stephen Kelly | 2015-08-23 | 2 | -2/+4 |
| | | | | | | | | | | | | For completeness mostly. | ||||
| * | | cmMakefile: Decouple the container of cmDefinitions from scoping logic. | Stephen Kelly | 2015-08-23 | 1 | -24/+56 |
| | | | | | | | | | | | | Maintain a Parent tree node for writing to in RaiseScope. | ||||
| * | | cmDefinitions: Implement in terms of cmLinkedTree. | Stephen Kelly | 2015-08-23 | 3 | -33/+39 |
| | | | | | | | | | | | | | | | | | | | | | Store the definitions in a cmLinkedTree in the cmMakefile. This can be moved to cmState and then the tree will provide snapshotting possibilities. It will also make the Closure copy created at the start of each cmMakefile unnecesarry. | ||||
| * | | cmMakefile: Extract InitializeVarScope method. | Stephen Kelly | 2015-08-23 | 1 | -1/+6 |
| | | | |||||
* | | | Merge topic 'ios-app-bundle-layout' | Brad King | 2015-08-24 | 3 | -10/+35 |
|\ \ \ | | | | | | | | | | | | | | | | | 744e6c49 Fix iOS Bundle layouts (#15669) | ||||
| * | | | Fix iOS Bundle layouts (#15669) | Gregor Jasny | 2015-08-24 | 3 | -10/+35 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In contrast to Mac OS X App bundle layout the iOS one lacks the Contents/MacOSX structure. See also the Bundle Structures documentation in Mac Developer Library: https://developer.apple.com/library/mac/documentation/CoreFoundation/Conceptual/CFBundles/BundleTypes/BundleTypes.html For now detect iOS targets by checking the SDK name/path. | ||||
* | | | | Merge topic 'remove-unused-cmPolicies' | Brad King | 2015-08-24 | 2 | -4/+0 |
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | d8a57148 cmake: Remove unused cmPolicies member. | ||||
| * | | | | cmake: Remove unused cmPolicies member. | Stephen Kelly | 2015-08-23 | 2 | -4/+0 |
| | |/ / | |/| | | | | | | | | | | | | | | | | | | heaptrack showed a 1 byte allocation with the backtrace pointing here, as is the case since commit v3.3.0-rc1~112^2~5 (cmPolicies: Remove unused cmPolicy class., 2015-05-03) | ||||
* | | | | Merge topic 'refactor-progress' | Brad King | 2015-08-24 | 7 | -50/+71 |
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 3fa1b964 cmGlobalUnixMakefileGenerator3: Change the progress container key. 55e39276 cmState: Make it possible to order cmState::Snapshot. 04168cbb cmGlobalUnixMakefileGenerator3: Rename member. 2394584c cmGlobalGenerator: Rename progress initializer method. b9eb3cd1 cmGlobalGenerator: Move LG to target map to subclass. f5d2b7a6 cmGlobalGenerator: Remove clearance of map. | ||||
| * | | | | cmGlobalUnixMakefileGenerator3: Change the progress container key. | Stephen Kelly | 2015-08-23 | 2 | -4/+5 |
| | | | | | |||||
| * | | | | cmState: Make it possible to order cmState::Snapshot. | Stephen Kelly | 2015-08-23 | 3 | -0/+20 |
| | | | | | |||||
| * | | | | cmGlobalUnixMakefileGenerator3: Rename member. | Stephen Kelly | 2015-08-23 | 2 | -4/+4 |
| | | | | | |||||
| * | | | | cmGlobalGenerator: Rename progress initializer method. | Stephen Kelly | 2015-08-23 | 4 | -4/+4 |
| | | | | | |||||
| * | | | | cmGlobalGenerator: Move LG to target map to subclass. | Stephen Kelly | 2015-08-23 | 4 | -47/+48 |
| | | | | | | | | | | | | | | | | | | | | This is the only user. | ||||
| * | | | | cmGlobalGenerator: Remove clearance of map. | Stephen Kelly | 2015-08-23 | 1 | -1/+0 |
| |/ / / | | | | | | | | | | | | | It is always cleared before being re-populated. | ||||
* | | | | Merge topic 'generators-use-cmLocalGenerator' | Brad King | 2015-08-24 | 11 | -28/+53 |
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 1f39ee5b cmInstallExportGenerator: Require cmLocalGenerator, not cmMakefile. c259b830 cmTestGenerator: Require cmLocalGenerator, not cmMakefile. 75e511ee cmInstallFilesGenerator: Require cmLocalGenerator, not cmMakefile. | ||||
| * | | | | cmInstallExportGenerator: Require cmLocalGenerator, not cmMakefile. | Stephen Kelly | 2015-08-23 | 4 | -10/+17 |
| | | | | |