summaryrefslogtreecommitdiffstats
path: root/Source/cmGlobalGenerator.cxx
Commit message (Expand)AuthorAgeFilesLines
* cmGlobalGenerator: Move some flags from cmLocalGenerator.Stephen Kelly2015-05-141-0/+7
* cmLocalGenerator: Require a global generator in the constructor.Stephen Kelly2015-05-141-3/+1
* RC: Simplify selection of resource compiler based on C/C++ toolchainBrad King2015-05-071-32/+0
* Port to static cmPolicies API.Stephen Kelly2015-05-041-9/+5
* Merge topic 'fix-cmState-try_compile-languages'Brad King2015-05-011-1/+3
|\
| * cmGlobalGenerator: Finish storing enabled languages in cmStateBrad King2015-04-301-1/+3
* | cmLocalGenerator: Require a parent in the constructor.Stephen Kelly2015-04-281-2/+3
* | Merge topic 'clean-up-cmMakefile'Brad King2015-04-211-14/+14
|\ \
| * | cmMakefile: Port users of GetStart* methods to new names.Stephen Kelly2015-04-201-6/+6
| * | cmMakefile: Rename GetCurrent{,Source}Directory.Stephen Kelly2015-04-201-2/+3
| * | Use the Home directories from the cmake class where intended.Stephen Kelly2015-04-201-5/+5
| * | Remove redundant calls to MakeStartDirectoriesCurrent.Stephen Kelly2015-04-201-1/+0
* | | cmSystemTools: Teach RunSingleCommand to separate stdout and stderrBrad King2015-04-201-2/+2
|/ /
* | cmMakefile: Remove always-null first parameter to ReadListFile.Stephen Kelly2015-04-181-12/+12
|/
* Port Global property interaction to cmState.Stephen Kelly2015-04-151-7/+8
* cmGlobalGenerator: Delegate storage of enabled languages to cmState.Stephen Kelly2015-04-131-11/+4
* Merge topic 'introduce-cmState'Brad King2015-04-131-9/+10
|\
| * cmState: Move CacheEntryType enum from cmCacheManager.Stephen Kelly2015-04-131-3/+3
| * Port to cmState.Stephen Kelly2015-04-131-6/+7
* | cmGlobalGenerator: Store languages as vector, not map.Stephen Kelly2015-04-121-7/+10
|/
* cmCacheManager: Port consumers to non-iterator API.Stephen Kelly2015-04-081-6/+2
* cmCacheManager: Rename GetCacheValue to GetInitializedCacheValue.Stephen Kelly2015-04-071-3/+3
* Revert topic 'refactor-cache-api'Brad King2015-04-071-5/+9
* cmCacheManager: Port consumers to non-iterator API.Stephen Kelly2015-04-061-6/+2
* cmCacheManager: Rename GetCacheValue to GetInitializedCacheValue.Stephen Kelly2015-04-061-3/+3
* cmGlobalGenerator: Don't fetch the cache manager in a loop.Stephen Kelly2015-04-051-2/+1
* Merge topic 'vs-express-build-output'Brad King2015-03-121-4/+13
|\
| * cmake: Teach --build to get VCExpress output (#15437)Brad King2015-03-101-4/+13
* | Include cmAlgorithms where it is used.Stephen Kelly2015-03-101-0/+1
|/
* cmake: Teach --build to honor CMAKE_VERBOSE_MAKEFILE for NinjaGregor Jasny2015-02-261-5/+6
* cmGlobalGenerator: Convert set insert algorithm to vector algorithms.Stephen Kelly2015-02-201-9/+17
* cmAlgorithms: Add cmWrap.Stephen Kelly2015-02-201-9/+2
* cmGlobalGenerator: Replace loop with algorithm.Stephen Kelly2015-02-201-9/+4
* cmGlobalGenerator: Replace set::insert algorithm with cmRemoveDuplicates.Stephen Kelly2015-02-181-6/+3
* Revert "cmGlobalGenerator: Fix value type pushed into autogens vector"Stephen Kelly2015-02-171-1/+1
* cmGlobalGenerator: Remove unneeded pointer check.Stephen Kelly2015-02-171-5/+1
* Xcode: Switch to internal CMAKE_MAKE_PROGRAM lookup by generator (#15324)Brad King2015-01-291-19/+0
* Configure some CMake-provided targets with USES_TERMINAL (#14915)Sylvain Joubert2015-01-271-7/+7
* cmake: Generate an internal 'Labels.json' file next to 'Labels.txt'Brad King2015-01-201-1/+25
* Merge topic 'consistent-empty-method'Brad King2015-01-191-10/+10
|\
| * Replace foo.size() pattern with !foo.empty().Stephen Kelly2015-01-181-6/+6
| * Replace 'foo.size() == 0' pattern with foo.empty().Stephen Kelly2015-01-181-3/+3
| * Replace 'foo.size() > 0' pattern with !foo.empty().Stephen Kelly2015-01-181-1/+1
* | Use the cmDeleteAll algorithm for types derived from std::map.Stephen Kelly2015-01-171-5/+1
|/
* Use the cmDeleteAll algorithm instead of trivial raw loops.Stephen Kelly2015-01-131-17/+3
* Port all cmOStringStream to std::ostringstream.Stephen Kelly2015-01-111-12/+12
* find_library: Fix repeat call after changing directory content (#15293)Brad King2014-12-081-12/+21
* Merge topic 'remove-c_str'Brad King2014-11-251-4/+4
|\
| * Remove some unneeded c_str calls.Stephen Kelly2014-11-231-4/+4
* | Add an option for explicit BYPRODUCTS of custom commands (#14963)Brad King2014-11-141-2/+3
|/