| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | cmMakefile: Remove duplication in ReadListFile. | Stephen Kelly | 2015-04-18 | 1 | -32/+28 |
|
|
* | cmMakefile: Delegate ListFile reading to internal method. | Stephen Kelly | 2015-04-18 | 1 | -0/+9 |
|
|
* | cmMakefile: Remove useless condition. | Stephen Kelly | 2015-04-18 | 1 | -4/+1 |
|
|
* | cmMakefile: Add wrapper for reading listfiles which have an origin. | Stephen Kelly | 2015-04-18 | 1 | -0/+6 |
|
|
* | cmMakefile: Add a method for processing buildsystem files. | Stephen Kelly | 2015-04-18 | 1 | -16/+8 |
|
|
* | cmMakefile: Remove fullPath parameter from ReadListFile. | Stephen Kelly | 2015-04-18 | 1 | -9/+0 |
|
|
* | Port Global property interaction to cmState. | Stephen Kelly | 2015-04-15 | 1 | -2/+3 |
|
|
* | cmake: Remove the happy global property scope pattern. | Stephen Kelly | 2015-04-15 | 1 | -1/+1 |
|
|
* | Port cmCommand consumers to cmState. | Stephen Kelly | 2015-04-15 | 1 | -12/+1 |
|
|
* | Move property definition to cmState. | Stephen Kelly | 2015-04-13 | 1 | -15/+0 |
|
|
* | Merge topic 'introduce-cmState' | Brad King | 2015-04-13 | 1 | -23/+24 |
|\ |
|
| * | cmState: Move CacheEntryType enum from cmCacheManager. | Stephen Kelly | 2015-04-13 | 1 | -8/+7 |
|
|
| * | cmMakefile: Remove unused CacheManager accessor. | Stephen Kelly | 2015-04-13 | 1 | -5/+0 |
|
|
| * | Port to cmState. | Stephen Kelly | 2015-04-13 | 1 | -13/+14 |
|
|
| * | Introduce cmState class. | Stephen Kelly | 2015-04-13 | 1 | -0/+6 |
|
|
* | | cmMakefile: Remove unused method. | Stephen Kelly | 2015-04-12 | 1 | -27/+0 |
|
|
* | | cmMakefile: Remove bad comment. | Stephen Kelly | 2015-04-12 | 1 | -1/+0 |
|
|
* | | cmMakefile: Internalize setting of CMakeInstance on Properties. | Stephen Kelly | 2015-04-12 | 1 | -0/+1 |
|
|
* | | cmMakefile: Out-of-line Home directory accessors. | Stephen Kelly | 2015-04-12 | 1 | -0/+10 |
|/ |
|
* | cmCacheManager: Port consumers to non-iterator API. | Stephen Kelly | 2015-04-08 | 1 | -8/+6 |
|
|
* | cmMakefile: Port away from CacheEntry.Initialized. | Stephen Kelly | 2015-04-08 | 1 | -6/+7 |
|
|
* | cmCacheManager: Rename GetCacheValue to GetInitializedCacheValue. | Stephen Kelly | 2015-04-07 | 1 | -4/+5 |
|
|
* | cmMakefile: Remove cache version accessors. | Stephen Kelly | 2015-04-07 | 1 | -10/+0 |
|
|
* | cmMakefile: Simplify GetDefinitions implementation. | Stephen Kelly | 2015-04-07 | 1 | -6/+6 |
|
|
* | Revert topic 'refactor-cache-api' | Brad King | 2015-04-07 | 1 | -22/+32 |
|
|
* | cmCacheManager: Port consumers to non-iterator API. | Stephen Kelly | 2015-04-06 | 1 | -8/+6 |
|
|
* | cmMakefile: Port away from CacheEntry.Initialized. | Stephen Kelly | 2015-04-06 | 1 | -6/+7 |
|
|
* | cmCacheManager: Rename GetCacheValue to GetInitializedCacheValue. | Stephen Kelly | 2015-04-06 | 1 | -4/+5 |
|
|
* | cmMakefile: Remove cache version accessors. | Stephen Kelly | 2015-04-06 | 1 | -10/+0 |
|
|
* | cmMakefile: Simplify GetDefinitions implementation. | Stephen Kelly | 2015-04-06 | 1 | -6/+6 |
|
|
* | cmCacheManager: Remove unused method | Stephen Kelly | 2015-04-05 | 1 | -5/+0 |
|
|
* | Do not treat DEFINITIONS as a built-in directory property | Stephen Kelly | 2015-04-02 | 1 | -2/+13 |
|
|
* | cmMakefile: Remove unused PreOrder member. | Stephen Kelly | 2015-04-01 | 1 | -6/+3 |
|
|
* | cmMakefile: Remove unused Prefix member. | Stephen Kelly | 2015-04-01 | 1 | -1/+0 |
|
|
* | cmMakefile: Remove unused SubDirectoryOrder member. | Stephen Kelly | 2015-04-01 | 1 | -1/+0 |
|
|
* | cmMakefile: Remove AddExtraDirectory method. | Stephen Kelly | 2015-04-01 | 1 | -6/+0 |
|
|
* | Fix warnings from clang scanbuild. | Bill Hoffman | 2015-03-25 | 1 | -2/+6 |
|
|
* | Merge topic 'cmAlgorithms-cleanup' | Brad King | 2015-03-12 | 1 | -0/+1 |
|\ |
|
| * | Include cmAlgorithms where it is used. | Stephen Kelly | 2015-03-10 | 1 | -0/+1 |
|
|
* | | add_custom_command: Diagnose MAIN_DEPENDENCY limitation. | Nils Gladitz | 2015-03-09 | 1 | -0/+27 |
|/ |
|
* | Merge topic 'minor-cleanups' | Brad King | 2015-02-23 | 1 | -16/+6 |
|\ |
|
| * | cmMakefile: Store macro list in a vector not in a map. | Stephen Kelly | 2015-02-21 | 1 | -16/+6 |
|
|
| * | cmMakefile: Fix list of macros generation. | Stephen Kelly | 2015-02-21 | 1 | -1/+1 |
|
|
* | | Convert some raw loops to cmWrap. | Stephen Kelly | 2015-02-20 | 1 | -7/+1 |
|
|
* | | cmMakefile: Add flag to result and manipulate in place. | Stephen Kelly | 2015-02-18 | 1 | -5/+5 |
|
|
* | | cmMakefile: Replace two loops with std::replace. | Stephen Kelly | 2015-02-18 | 1 | -13/+2 |
|
|
* | | cmMakefile: Replace loop with composed algorithm. | Stephen Kelly | 2015-02-18 | 1 | -12/+5 |
|/ |
|
* | Replace common loop pattern with cmJoin | Stephen Kelly | 2015-02-11 | 1 | -27/+3 |
|
|
* | Convert loops into the commonly used pattern. | Stephen Kelly | 2015-02-11 | 1 | -21/+13 |
|
|
* | Merge topic 'cmStandardIncludes-cleanup' | Brad King | 2015-02-10 | 1 | -0/+1 |
|\ |
|