summaryrefslogtreecommitdiffstats
path: root/Source/cmGlobalGenerator.cxx
Commit message (Expand)AuthorAgeFilesLines
* 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
|/
* Give the interactive cache editor the USES_TERMINAL propertyPeter Collingbourne2014-11-141-12/+14
* Merge topic 'no-cmake-self-install-when-cross-compiling'Brad King2014-11-141-1/+2
|\
| * Do not use just-built CMake to install itself when cross-compiling (#15248)Brad King2014-11-131-1/+2
* | Merge topic 'file-GENERATE-source'Brad King2014-11-131-2/+28
|\ \
| * | file(GENERATE): Evaluate early to allow generating source filesStephen Kelly2014-11-121-2/+28
* | | Suppress deprecation warnings for GetVersionExBrad King2014-11-111-0/+10
|/ /
* | strings: Remove redundant calls to std::string::c_str()Nils Gladitz2014-10-151-13/+13
* | Fix some spelling errors in commentsGeoff Viola2014-10-131-3/+3
|/
* enable_language: Fix error messages on missing modules (#15155)Brad King2014-09-181-6/+6
* enable_language: Initialize system-specific generator info only onceBrad King2014-09-101-20/+24
* CMake: Add CMAKE_GENERATOR_PLATFORM optionBrad King2014-09-051-0/+29
* cmGlobalGenerator: Call SetGeneratorToolset even for empty toolsetBrad King2014-09-051-11/+17
* ASM_MASM: Do not require compiler to be a full pathBrad King2014-08-131-1/+2
* CMP0047: Fix CMAKE_COMPILER_IS_GNU(CC|CXX) in OLD behaviorBrad King2014-08-071-0/+8
* cmGlobalGenerator: Take Build output argument by referenceBrad King2014-07-311-44/+19
* cmGlobalGenerator: Do not re-add CMAKE_<LANG>_COMPILERBrad King2014-07-241-4/+0
* cmGlobalGenerator: Create a non-virtual 'DoGenerate' methodBrad King2014-07-221-1/+6
* Tell generators about CMAKE_SYSTEM_NAME as soon as it is knownBrad King2014-07-171-0/+8
* VS: Move VS-only API out of cmGlobalGeneratorBrad King2014-06-121-30/+0
* cmake: remove dummy backtraces for IssueMessageBen Boeckel2014-06-051-8/+4
* Allow a toolchain file to specify a generator toolsetBrad King2014-06-041-3/+12
* Add an "installed file" property scopeNils Gladitz2014-05-281-0/+44
* Merge topic 'dev/hashmap-for-targets'Brad King2014-05-071-5/+3
|\
| * cmGlobalGenerator: Store targets in hash mapsBen Boeckel2014-05-071-5/+3
* | Merge branch 'master' into osx-init-earlyBrad King2014-04-291-197/+157
|\ \ | |/
| * Merge topic 'target-transitive-sources'Brad King2014-04-031-1/+16
| |\
| | * cmTarget: Make the source files depend on the config.Stephen Kelly2014-04-021-1/+16
| * | Merge topic 'target-sources-refactor'Brad King2014-04-031-48/+8
| |\ \ | | |/
| | * cmGeneratorTarget: Compute target objects on demandStephen Kelly2014-04-021-46/+0
| | * cmGeneratorTarget: Compute consumed object libraries on demand.Stephen Kelly2014-04-021-1/+0
| | * cmGlobalGenerator: Add interface to call ForceLinkerLanguagesStephen Kelly2014-03-311-0/+7
| | * cmGeneratorTarget: Compute the object directory early.Stephen Kelly2014-03-311-1/+1
| * | Merge branch 'master' into revise-compiler-id-policiesBrad King2014-04-021-172/+157
| |\ \ | | |/
| | * cmGlobalGenerator: Make ComputeTargetObjects non-virtualStephen Kelly2014-03-151-2/+19
| | * cmGlobalGenerator: Extract a ComputeTargetObjectDirectory interface.Stephen Kelly2014-03-131-0/+6
| | * Remove c_str calls when using stream APIs.Stephen Kelly2014-03-111-1/+1