| Commit message (Expand) | Author | Age | Files | Lines |
* | cmLocalGenerator: Require a parent in the constructor. | Stephen Kelly | 2015-04-28 | 1 | -2/+3 |
|
|
* | Merge topic 'clean-up-cmMakefile' | Brad King | 2015-04-21 | 1 | -14/+14 |
|\ |
|
| * | cmMakefile: Port users of GetStart* methods to new names. | Stephen Kelly | 2015-04-20 | 1 | -6/+6 |
|
|
| * | cmMakefile: Rename GetCurrent{,Source}Directory. | Stephen Kelly | 2015-04-20 | 1 | -2/+3 |
|
|
| * | Use the Home directories from the cmake class where intended. | Stephen Kelly | 2015-04-20 | 1 | -5/+5 |
|
|
| * | Remove redundant calls to MakeStartDirectoriesCurrent. | Stephen Kelly | 2015-04-20 | 1 | -1/+0 |
|
|
* | | cmSystemTools: Teach RunSingleCommand to separate stdout and stderr | Brad King | 2015-04-20 | 1 | -2/+2 |
|/ |
|
* | cmMakefile: Remove always-null first parameter to ReadListFile. | Stephen Kelly | 2015-04-18 | 1 | -12/+12 |
|
|
* | Port Global property interaction to cmState. | Stephen Kelly | 2015-04-15 | 1 | -7/+8 |
|
|
* | cmGlobalGenerator: Delegate storage of enabled languages to cmState. | Stephen Kelly | 2015-04-13 | 1 | -11/+4 |
|
|
* | Merge topic 'introduce-cmState' | Brad King | 2015-04-13 | 1 | -9/+10 |
|\ |
|
| * | cmState: Move CacheEntryType enum from cmCacheManager. | Stephen Kelly | 2015-04-13 | 1 | -3/+3 |
|
|
| * | Port to cmState. | Stephen Kelly | 2015-04-13 | 1 | -6/+7 |
|
|
* | | cmGlobalGenerator: Store languages as vector, not map. | Stephen Kelly | 2015-04-12 | 1 | -7/+10 |
|/ |
|
* | cmCacheManager: Port consumers to non-iterator API. | Stephen Kelly | 2015-04-08 | 1 | -6/+2 |
|
|
* | cmCacheManager: Rename GetCacheValue to GetInitializedCacheValue. | Stephen Kelly | 2015-04-07 | 1 | -3/+3 |
|
|
* | Revert topic 'refactor-cache-api' | Brad King | 2015-04-07 | 1 | -5/+9 |
|
|
* | cmCacheManager: Port consumers to non-iterator API. | Stephen Kelly | 2015-04-06 | 1 | -6/+2 |
|
|
* | cmCacheManager: Rename GetCacheValue to GetInitializedCacheValue. | Stephen Kelly | 2015-04-06 | 1 | -3/+3 |
|
|
* | cmGlobalGenerator: Don't fetch the cache manager in a loop. | Stephen Kelly | 2015-04-05 | 1 | -2/+1 |
|
|
* | Merge topic 'vs-express-build-output' | Brad King | 2015-03-12 | 1 | -4/+13 |
|\ |
|
| * | cmake: Teach --build to get VCExpress output (#15437) | Brad King | 2015-03-10 | 1 | -4/+13 |
|
|
* | | Include cmAlgorithms where it is used. | Stephen Kelly | 2015-03-10 | 1 | -0/+1 |
|/ |
|
* | cmake: Teach --build to honor CMAKE_VERBOSE_MAKEFILE for Ninja | Gregor Jasny | 2015-02-26 | 1 | -5/+6 |
|
|
* | cmGlobalGenerator: Convert set insert algorithm to vector algorithms. | Stephen Kelly | 2015-02-20 | 1 | -9/+17 |
|
|
* | cmAlgorithms: Add cmWrap. | Stephen Kelly | 2015-02-20 | 1 | -9/+2 |
|
|
* | cmGlobalGenerator: Replace loop with algorithm. | Stephen Kelly | 2015-02-20 | 1 | -9/+4 |
|
|
* | cmGlobalGenerator: Replace set::insert algorithm with cmRemoveDuplicates. | Stephen Kelly | 2015-02-18 | 1 | -6/+3 |
|
|
* | Revert "cmGlobalGenerator: Fix value type pushed into autogens vector" | Stephen Kelly | 2015-02-17 | 1 | -1/+1 |
|
|
* | cmGlobalGenerator: Remove unneeded pointer check. | Stephen Kelly | 2015-02-17 | 1 | -5/+1 |
|
|
* | Xcode: Switch to internal CMAKE_MAKE_PROGRAM lookup by generator (#15324) | Brad King | 2015-01-29 | 1 | -19/+0 |
|
|
* | Configure some CMake-provided targets with USES_TERMINAL (#14915) | Sylvain Joubert | 2015-01-27 | 1 | -7/+7 |
|
|
* | cmake: Generate an internal 'Labels.json' file next to 'Labels.txt' | Brad King | 2015-01-20 | 1 | -1/+25 |
|
|
* | Merge topic 'consistent-empty-method' | Brad King | 2015-01-19 | 1 | -10/+10 |
|\ |
|
| * | Replace foo.size() pattern with !foo.empty(). | Stephen Kelly | 2015-01-18 | 1 | -6/+6 |
|
|
| * | Replace 'foo.size() == 0' pattern with foo.empty(). | Stephen Kelly | 2015-01-18 | 1 | -3/+3 |
|
|
| * | Replace 'foo.size() > 0' pattern with !foo.empty(). | Stephen Kelly | 2015-01-18 | 1 | -1/+1 |
|
|
* | | Use the cmDeleteAll algorithm for types derived from std::map. | Stephen Kelly | 2015-01-17 | 1 | -5/+1 |
|/ |
|
* | Use the cmDeleteAll algorithm instead of trivial raw loops. | Stephen Kelly | 2015-01-13 | 1 | -17/+3 |
|
|
* | Port all cmOStringStream to std::ostringstream. | Stephen Kelly | 2015-01-11 | 1 | -12/+12 |
|
|
* | find_library: Fix repeat call after changing directory content (#15293) | Brad King | 2014-12-08 | 1 | -12/+21 |
|
|
* | Merge topic 'remove-c_str' | Brad King | 2014-11-25 | 1 | -4/+4 |
|\ |
|
| * | Remove some unneeded c_str calls. | Stephen Kelly | 2014-11-23 | 1 | -4/+4 |
|
|
* | | Add an option for explicit BYPRODUCTS of custom commands (#14963) | Brad King | 2014-11-14 | 1 | -2/+3 |
|/ |
|
* | Give the interactive cache editor the USES_TERMINAL property | Peter Collingbourne | 2014-11-14 | 1 | -12/+14 |
|
|
* | Merge topic 'no-cmake-self-install-when-cross-compiling' | Brad King | 2014-11-14 | 1 | -1/+2 |
|\ |
|
| * | Do not use just-built CMake to install itself when cross-compiling (#15248) | Brad King | 2014-11-13 | 1 | -1/+2 |
|
|
* | | Merge topic 'file-GENERATE-source' | Brad King | 2014-11-13 | 1 | -2/+28 |
|\ \ |
|
| * | | file(GENERATE): Evaluate early to allow generating source files | Stephen Kelly | 2014-11-12 | 1 | -2/+28 |
|
|
* | | | Suppress deprecation warnings for GetVersionEx | Brad King | 2014-11-11 | 1 | -0/+10 |
|/ / |
|