summaryrefslogtreecommitdiffstats
path: root/Source/cmGlobalGenerator.cxx
Commit message (Expand)AuthorAgeFilesLines
* 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
| | * Remove some c_str() calls.Stephen Kelly2014-03-111-28/+28
| | * stringapi: Use strings for program pathsBen Boeckel2014-03-081-12/+19
| | * stringapi: Use strings for generator namesBen Boeckel2014-03-081-2/+2
| | * stringapi: Use strings for directoriesBen Boeckel2014-03-081-4/+5
| | * stringapi: Miscellaneous char* parametersBen Boeckel2014-03-081-4/+5
| | * typo: Match argument name with the headerBen Boeckel2014-03-081-3/+3
| | * stringapi: Pass configuration names as stringsBen Boeckel2014-03-081-7/+10
| | * strings: Remove cmStdString referencesBen Boeckel2014-03-081-19/+19
| | * cmTarget: Remove the project argument to FindTargetBen Boeckel2014-03-081-35/+16
| | * stringapi: Use strings for VS project namesBen Boeckel2014-03-081-5/+6
| | * stringapi: Use strings in target nameBen Boeckel2014-03-081-12/+12