Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | | cmMakefile: Remove Internal class. | Stephen Kelly | 2015-08-25 | 2 | -17/+9 | |
| * | | | | | | | | cmGeneratorTarget: Issue messages through the local generator. | Stephen Kelly | 2015-08-25 | 1 | -2/+2 | |
| | |_|_|_|_|_|/ | |/| | | | | | | ||||||
* | | | | | | | | Merge topic 'cmState-ProjectName' | Brad King | 2015-08-27 | 7 | -17/+34 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | cmGlobalGenerator: Implement FillProjectMap in terms of cmState. | Stephen Kelly | 2015-08-25 | 1 | -5/+6 | |
| * | | | | | | | | cmState: Move ProjectName from cmMakefile. | Stephen Kelly | 2015-08-25 | 4 | -5/+18 | |
| * | | | | | | | | cmMakefile: Use std::string in ProjectName API. | Stephen Kelly | 2015-08-25 | 4 | -6/+8 | |
| * | | | | | | | | cmMakefile: Out-of-line GetProjectName. | Stephen Kelly | 2015-08-25 | 2 | -4/+5 | |
* | | | | | | | | | Merge topic 'rm-cmLocalGenerator-Children' | Brad King | 2015-08-27 | 5 | -32/+34 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | cmLocalGenerator: Remove unused Children member. | Stephen Kelly | 2015-08-24 | 2 | -10/+0 | |
| * | | | | | | | | | cmLocalGenerator: Implement child traversal in terms of cmState. | Stephen Kelly | 2015-08-24 | 2 | -11/+16 | |
| * | | | | | | | | | Makefiles: Remove valueless cast. | Stephen Kelly | 2015-08-24 | 1 | -3/+1 | |
| * | | | | | | | | | cmLocalGenerator: Simplify condition. | Stephen Kelly | 2015-08-24 | 1 | -12/+9 | |
| * | | | | | | | | | cmState: Store Children states in parent state. | Stephen Kelly | 2015-08-24 | 2 | -1/+13 | |
| |/ / / / / / / / | ||||||
* | | | | | | | | | Merge topic 'refactor-features' | Brad King | 2015-08-27 | 1 | -12/+9 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | cmLocalGenerator: Implement GetFeature in terms of cmState. | Stephen Kelly | 2015-08-24 | 1 | -4/+4 | |
| * | | | | | | | | | cmLocalGenerator: Convert GetFeature recursion to loop. | Stephen Kelly | 2015-08-24 | 1 | -8/+8 | |
| * | | | | | | | | | cmLocalGenerator: Simplify GetFeature implementation. | Stephen Kelly | 2015-08-24 | 1 | -8/+4 | |
| * | | | | | | | | | cmLocalGenerator: Make GetFeature tail-recursive. | Stephen Kelly | 2015-08-24 | 1 | -3/+4 | |
| |/ / / / / / / / | ||||||
* | | | | | | | | | Merge topic 'refactor-progress' | Brad King | 2015-08-27 | 5 | -22/+62 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | cmGlobalUnixMakefileGenerator3: Implement progress in terms of cmState. | Stephen Kelly | 2015-08-24 | 1 | -3/+6 | |
| * | | | | | | | | | cmGlobalUnixMakefileGenerator3: Inline an IsExcluded call. | Stephen Kelly | 2015-08-24 | 1 | -1/+9 | |
| * | | | | | | | | | cmGlobalGenerator: Extract new IsExcluded overload. | Stephen Kelly | 2015-08-24 | 2 | -6/+16 | |
| * | | | | | | | | | cmGlobalGenerator: Implement IsExcluded in terms of cmState::Snapshot. | Stephen Kelly | 2015-08-24 | 1 | -5/+6 | |
| * | | | | | | | | | cmState: Make Snapshot EqualityComparable. | Stephen Kelly | 2015-08-24 | 2 | -0/+17 | |
| * | | | | | | | | | cmGlobalGenerator: Convert IsExcluded to loop. | Stephen Kelly | 2015-08-24 | 1 | -18/+14 | |
| * | | | | | | | | | cmGlobalGenerator: Refactor IsExcluded. | Stephen Kelly | 2015-08-24 | 1 | -2/+10 | |
| * | | | | | | | | | cmGlobalGenerator: Don't use else after return. | Stephen Kelly | 2015-08-24 | 1 | -6/+3 | |
| |/ / / / / / / / | ||||||
* | | | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2015-08-27 | 1 | -1/+1 | |
| |_|/ / / / / / |/| | | | | | | | ||||||
* | | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2015-08-26 | 1 | -1/+1 | |
| |/ / / / / / |/| | | | | | | ||||||
* | | | | | | | Merge topic 'consistent-empty' | Brad King | 2015-08-25 | 19 | -41/+41 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Replace '0 == instances.size()' with instances.empty(). | Stephen Kelly | 2015-08-24 | 1 | -1/+1 | |
| * | | | | | | | 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 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Use modern libarchive APIs | Páder Rezső | 2015-08-24 | 2 | -16/+16 | |
| | |_|_|_|_|/ / | |/| | | | | | | ||||||
* | | | | | | | | Merge topic 'cmState-prop_dir' | Brad King | 2015-08-25 | 4 | -138/+180 | |
|\ \ \ \ \ \ \ \ | | |_|/ / / / / | |/| | | | | | | ||||||
| * | | | | | | | 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 | |
| |/ / / / / / | ||||||
* | | | | | | | 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 | |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | ||||||
| * | | | | | Remove use of include <cmsys/IOStream.hxx> from KWSys | Brad King | 2015-08-21 | 1 | -8/+0 | |
| * | | | | | Remove use of include <cmsys/stl/*> and cmsys_stl::* | Brad King | 2015-08-20 | 5 | -7/+2 | |
| * | | | | | Remove use of include <cmsys/ios/*> and cmsys_ios::* | Brad King | 2015-08-20 | 12 | -29/+22 | |
* | | | | | | Merge topic 'cmState-definitions' | Brad King | 2015-08-24 | 5 | -125/+185 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | 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 | |
| * | | | | | | cmState: Add a Base snapshot type. | Stephen Kelly | 2015-08-23 | 2 | -2/+4 | |
| * | | | | | | cmMakefile: Decouple the container of cmDefinitions from scoping logic. | Stephen Kelly | 2015-08-23 | 1 | -24/+56 | |