summaryrefslogtreecommitdiffstats
path: root/Source/cmGlobalGenerator.h
Commit message (Expand)AuthorAgeFilesLines
* find_library: Fix repeat call after changing directory content (#15293)Brad King2014-12-081-8/+9
* file: Add LOCK subcommand to do file and directory lockingRuslan Baratov2014-12-031-0/+10
* Give the interactive cache editor the USES_TERMINAL propertyPeter Collingbourne2014-11-141-1/+2
* file(GENERATE): Evaluate early to allow generating source filesStephen Kelly2014-11-121-0/+10
* Fix some spelling errors in commentsGeoff Viola2014-10-131-4/+4
* CMake: Add CMAKE_GENERATOR_PLATFORM optionBrad King2014-09-051-0/+4
* cmGlobalGenerator: Take Build output argument by referenceBrad King2014-07-311-2/+2
* cmGlobalGenerator: Create a non-virtual 'DoGenerate' methodBrad King2014-07-221-1/+3
* Tell generators about CMAKE_SYSTEM_NAME as soon as it is knownBrad King2014-07-171-0/+4
* cmTarget: Compile old-style link dependencies only for VS 6Brad King2014-07-141-0/+2
* cmTarget: Run old-style link dependencies only for VS 6Brad King2014-07-141-0/+3
* VS: Move VS-only API out of cmGlobalGeneratorBrad King2014-06-121-3/+0
* Allow a toolchain file to specify a generator toolsetBrad King2014-06-041-1/+1
* Add an "installed file" property scopeNils Gladitz2014-05-281-0/+2
* cmGlobalGenerator: Store targets in hash mapsBen Boeckel2014-05-071-3/+12
* Remove extra semicolons from C++ code.Stephen Kelly2014-04-031-1/+1
* cmGeneratorTarget: Compute target objects on demandStephen Kelly2014-04-021-2/+0
* cmGlobalGenerator: Add interface to call ForceLinkerLanguagesStephen Kelly2014-03-311-0/+2
* cmGlobalGenerator: Make ComputeTargetObjects non-virtualStephen Kelly2014-03-151-1/+1
* cmGlobalGenerator: Extract a ComputeTargetObjectDirectory interface.Stephen Kelly2014-03-131-0/+2
* stringapi: Use strings for program pathsBen Boeckel2014-03-081-4/+4
* stringapi: Use strings for generator namesBen Boeckel2014-03-081-4/+4
* stringapi: Use strings for directoriesBen Boeckel2014-03-081-3/+3
* stringapi: Miscellaneous char* parametersBen Boeckel2014-03-081-4/+4
* stringapi: Pass configuration names as stringsBen Boeckel2014-03-081-5/+5
* strings: Remove cmStdString referencesBen Boeckel2014-03-081-23/+23
* cmTarget: Remove the project argument to FindTargetBen Boeckel2014-03-081-1/+1
* stringapi: Use strings for VS project namesBen Boeckel2014-03-081-4/+4
* stringapi: Use strings for AddSubdirectory pathsBen Boeckel2014-03-081-1/+1
* stringapi: Use strings in target nameBen Boeckel2014-03-081-9/+10
* stringapi: Use strings for the languagesBen Boeckel2014-03-081-10/+11
* cmTarget: Find source files on request.Stephen Kelly2014-02-241-1/+0
* OS X: Make sure RPATHs are unique to avoid possible corruption.Clinton Stimpson2014-02-031-0/+4
* Merge topic 'constify'Brad King2014-01-131-15/+15
|\
| * cmGlobalGenerator: Make SelectMakeProgram const.Stephen Kelly2014-01-121-4/+4
| * cmGlobalGenerator: Make CheckALLOW_DUPLICATE_CUSTOM_TARGETS constStephen Kelly2014-01-121-1/+1
| * cmGlobalGenerator: Make some API const.Stephen Kelly2014-01-121-10/+10
* | cmake: Future-proof --find-package mode.Stephen Kelly2014-01-131-0/+2
|/
* Don't allow include() of export(EXPORT) file at configure time.Stephen Kelly2014-01-061-0/+2
* Merge topic 'rpath-default'Brad King2014-01-021-0/+5
|\
| * OS X: Add CMP0042 to enable MACOSX_RPATH by defaultClinton Stimpson2014-01-021-0/+5
* | Constify autogen handling.Stephen Kelly2013-12-111-1/+2
* | Constify cmGeneratorTarget access.Stephen Kelly2013-12-111-1/+1
* | Constify handling of target dependencies.Stephen Kelly2013-12-111-5/+7
|/
* cmGlobalGenerator: Make NameResolvesToFramework const.Stephen Kelly2013-11-191-2/+2
* cmMakefile: Make IsAlias const.Stephen Kelly2013-11-191-1/+1
* Merge topic 'cleanup-build-commands'Brad King2013-11-191-6/+15
|\
| * VS: Switch to internal CMAKE_MAKE_PROGRAM lookup by generatorsBrad King2013-11-181-1/+1
| * Teach GenerateBuildCommand to find its own make programBrad King2013-11-181-0/+2
| * cmGlobalGenerator: Cleanup GenerateBuildCommand APIBrad King2013-11-181-5/+5