Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | cmLocalUnixMakefileGenerator: Re-arrange data layout. | Stephen Kelly | 2015-06-07 | 1 | -16/+7 | |
| * | | | | cmMakefile: Re-arrange data layout. | Stephen Kelly | 2015-06-07 | 1 | -9/+7 | |
| * | | | | cmSourceFile: Re-arrange data. | Stephen Kelly | 2015-06-07 | 1 | -2/+2 | |
| * | | | | cmTarget: Re-arrange data layout. | Stephen Kelly | 2015-06-07 | 1 | -29/+23 | |
| * | | | | cmTarget: Replace PolicyStatus members with PolicyMap. | Stephen Kelly | 2015-06-07 | 2 | -24/+4 | |
| * | | | | cmTarget: Use method abstraction for policy status. | Stephen Kelly | 2015-06-07 | 1 | -9/+9 | |
| * | | | | cmPropertyMap: Remove chaining logic. | Stephen Kelly | 2015-06-07 | 12 | -73/+42 | |
| * | | | | cmPropertyMap: Require a non-empty name parameter. | Stephen Kelly | 2015-06-07 | 6 | -11/+28 | |
| * | | | | cmPropertyMap: Remove scope parameter from API where not used. | Stephen Kelly | 2015-06-07 | 9 | -35/+22 | |
| * | | | | Constify property definition API. | Stephen Kelly | 2015-06-07 | 5 | -21/+35 | |
| * | | | | cmProperty: Remove needless Name member. | Stephen Kelly | 2015-06-07 | 3 | -11/+6 | |
| * | | | | cmPolicies: Store all statuses in a single bitset. | Stephen Kelly | 2015-06-07 | 2 | -18/+19 | |
| * | | | | cmPolicies: Replace UNDEFINED bitset with WARN bitset. | Stephen Kelly | 2015-06-06 | 2 | -10/+6 | |
* | | | | | Merge topic 'clean-up-cmMakefile' | Brad King | 2015-06-08 | 6 | -63/+141 | |
|\ \ \ \ \ | ||||||
| * | | | | | cmMakefile: Remove cacheOnly option from GetDefinitions. | Stephen Kelly | 2015-06-07 | 2 | -11/+4 | |
| * | | | | | cmGetCMakePropertyCommand: Don't explicitly specify default param. | Stephen Kelly | 2015-06-07 | 1 | -2/+1 | |
| * | | | | | cmMakefile: Simplify handling of CACHE_VARIABLES property. | Stephen Kelly | 2015-06-07 | 1 | -7/+7 | |
| |/ / / / | ||||||
| * | | | | cmMakefile: Simplify InitializeFromParent method. | Stephen Kelly | 2015-06-06 | 2 | -5/+3 | |
| * | | | | cmMakefile: Remove unused GetPolicies method. | Stephen Kelly | 2015-06-06 | 2 | -9/+0 | |
| * | | | | cmMakefile: Out-of-line the cmMakefileCall. | Stephen Kelly | 2015-06-06 | 2 | -9/+14 | |
| * | | | | cmMakefile: Inline PushScope into PushFunctionScope. | Stephen Kelly | 2015-06-06 | 1 | -2/+16 | |
| * | | | | cmMakefile: Create a unified raii for macro scopes. | Stephen Kelly | 2015-06-04 | 3 | -8/+47 | |
| * | | | | cmMakefile: Create a unified raii for function scopes. | Stephen Kelly | 2015-06-04 | 3 | -12/+51 | |
* | | | | | Merge topic 'minor-cleanups' | Brad King | 2015-06-08 | 2 | -3/+1 | |
|\ \ \ \ \ | ||||||
| * | | | | | cmExportTryCompileFileGenerator: Add newline between methods. | Stephen Kelly | 2015-06-07 | 1 | -0/+1 | |
| * | | | | | cmExportTryCompileFileGenerator: Remove unused variable. | Stephen Kelly | 2015-06-07 | 1 | -2/+0 | |
| * | | | | | cmDocumentation: Remove unused include. | Stephen Kelly | 2015-06-07 | 1 | -1/+0 | |
* | | | | | | Merge topic 'move-Feature-API' | Brad King | 2015-06-08 | 11 | -69/+71 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | cmLocalGenerator: Add Feature API from cmMakefile. | Stephen Kelly | 2015-06-06 | 5 | -31/+31 | |
| * | | | | | | cmGeneratorTarget: Move Feature API from cmTarget. | Stephen Kelly | 2015-06-06 | 7 | -39/+41 | |
* | | | | | | | Merge topic 'extract-cmOutputConverter' | Brad King | 2015-06-08 | 24 | -568/+636 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Port static calls from cmLocalGenerator to cmOutputConverter. | Stephen Kelly | 2015-06-06 | 7 | -40/+40 | |
| * | | | | | | | cmListFileBacktrace: Replace local generator with cmState::Snapshot. | Stephen Kelly | 2015-06-06 | 3 | -10/+10 | |
| * | | | | | | | cmTarget: Port to cmOutputConverter. | Stephen Kelly | 2015-06-06 | 1 | -3/+3 | |
| * | | | | | | | cmCustomCommandGenerator: Port to cmOutputConverter. | Stephen Kelly | 2015-06-06 | 2 | -5/+4 | |
| * | | | | | | | cmCommandArgumentParserHelper: Port to cmOutputConverter. | Stephen Kelly | 2015-06-06 | 1 | -3/+4 | |
| * | | | | | | | cmComputeLinkInformation: Port to cmOutputConverter. | Stephen Kelly | 2015-06-06 | 2 | -5/+3 | |
| * | | | | | | | cmMakefile: Make the cmState::Snapshot accessible. | Stephen Kelly | 2015-06-06 | 2 | -0/+7 | |
| * | | | | | | | cmOutputConverter: Extract from cmLocalGenerator. | Stephen Kelly | 2015-06-06 | 5 | -497/+558 | |
| * | | | | | | | cmState::Snapshot: Provide accessor for the cmState. | Stephen Kelly | 2015-06-04 | 2 | -0/+7 | |
| * | | | | | | | cmLocalGenerator: Remove some commented lines of code. | Stephen Kelly | 2015-06-04 | 1 | -5/+0 | |
| | |_|/ / / / | |/| | | | | | ||||||
* | | | | | | | Merge topic 'extract-cmLinkedTree' | Brad King | 2015-06-08 | 4 | -88/+250 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | cmState: Extract a cmLinkedTree container adaptor. | Stephen Kelly | 2015-06-04 | 4 | -75/+211 | |
| * | | | | | | | cmState: Group BuildsystemDirectory state together in a struct. | Stephen Kelly | 2015-06-04 | 2 | -74/+81 | |
| * | | | | | | | cmState: Extend Snapshot concept with a SnapshotType. | Stephen Kelly | 2015-06-04 | 2 | -8/+27 | |
| |/ / / / / / | ||||||
* | | | | | | | Merge topic 'vs-deterministic-guid' | Brad King | 2015-06-08 | 1 | -8/+10 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | VS: Use cmUuid RFC 4122 compliant hash based UUID generation | Nils Gladitz | 2015-06-05 | 1 | -8/+10 | |
* | | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2015-06-08 | 1 | -1/+1 | |
| |_|_|/ / / / |/| | | | | | | ||||||
* | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2015-06-07 | 1 | -1/+1 | |
| |_|/ / / / |/| | | | | | ||||||
* | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2015-06-06 | 1 | -1/+1 | |