summaryrefslogtreecommitdiffstats
path: root/Source/cmGlobalGenerator.cxx
Commit message (Expand)AuthorAgeFilesLines
* Xcode: Control emission of EFFECTIVE_PLATFORM_NAMEGregor Jasny2017-01-201-2/+2
* Tolerate removed/replaced CMakeCache.txt with old CMakeFiles/Brad King2016-11-171-0/+20
* Merge topic 'import-librhash'Brad King2016-11-101-9/+4
|\
| * Port hash computation to cmCryptoHashBrad King2016-11-101-9/+4
* | Fix several include-what-you-use findingsDaniel Pfeifer2016-11-081-10/+11
|/
* cmGlobalGenerator: Allow FindMakeProgram to failBrad King2016-10-201-3/+7
* cmListFileCache: Remove cmState header includeStephen Kelly2016-10-191-0/+1
* cmState: Port dependents to new cmStateTypes headerStephen Kelly2016-10-191-1/+1
* cmState: Port dependent code to new cmStateSnapshot nameStephen Kelly2016-10-191-7/+7
* cmState: Port dependent code to new cmStateDirectory nameStephen Kelly2016-10-191-2/+2
* cmState: Move CacheEntryType enum to separate namespaceStephen Kelly2016-10-191-4/+4
* cmState: Move TargetType enum to separate namespaceStephen Kelly2016-10-191-14/+14
* Factor IDE folder name retrieval out into helper methodGregor Jasny2016-10-171-1/+1
* cmLinkLineComputer: Move ComputeLinkLibs from cmLocalGeneratorStephen Kelly2016-10-101-4/+4
* cmLinkLineComputer: Extract from cmLocalGeneratorStephen Kelly2016-10-101-0/+14
* cmGlobalGenerator: Add API to get settings from top-level cmMakefileStephen Kelly2016-10-061-0/+19
* Simplify CMake per-source license noticesBrad King2016-09-271-11/+2
* cmGlobalGenerator: Optimize FindMakefile method with an indexBrad King2016-09-261-6/+17
* Ninja: Refactor Fortran rejection logicBrad King2016-09-221-0/+10
* Convert: Avoid HOME_OUTPUT enum when converting to relative pathsStephen Kelly2016-09-191-1/+1
* Merge topic 'find-package-mode-fixes'Brad King2016-09-191-0/+1
|\
| * cmGlobalGenerator: Fix use of uninitialized value in --find-package modeBrad King2016-09-161-0/+1
* | cmGlobalGenerator: Refactor global target constructionBrad King2016-09-151-109/+95
* | cmGlobalGenerator: Split CreateDefaultGlobalTargets implementationBrad King2016-09-151-35/+51
|/
* cmTarget: Construct with basic information up frontBrad King2016-09-141-2/+2
* Avoid requiring default cmTarget constructor for map indexingBrad King2016-09-141-32/+52
* fix a load of include-what-you-use violationsDaniel Pfeifer2016-09-031-6/+14
* Convert: Replace trivial conversion with new methodStephen Kelly2016-08-271-2/+2
* Make sure unnused parameters are /*named*/Daniel Pfeifer2016-08-161-9/+12
* use CM_NULLPTRDaniel Pfeifer2016-06-281-26/+28
* Remove redundant arguments from fstream constructorsDaniel Pfeifer2016-06-141-1/+1
* cmGlobalGenerator: Don't use cmMakefile::IssueMessage after configureStephen Kelly2016-06-121-3/+4
* Simplify boolean expressionsDaniel Pfeifer2016-06-021-2/+1
* Pass arguments that are not modified as const&.Daniel Pfeifer2016-05-261-1/+1
* Merge topic 'standard-include-directories'Brad King2016-05-251-0/+20
|\
| * Add a variable to specify language-wide system include directoriesBrad King2016-05-251-0/+20
* | Use enums defined in cmOutputConverter using their fully qualified name.Daniel Pfeifer2016-05-251-1/+1
|/
* Revise C++ coding style using clang-formatKitware Robot2016-05-161-1193/+825
* Remove `//------...` horizontal separator commentsBrad King2016-05-091-44/+0
* Isolate formatted streaming blocks with clang-format off/onBrad King2016-05-061-0/+14
* Format include directive blocks and ordering with clang-formatBrad King2016-04-291-13/+13
* Source: Stabilize include orderBrad King2016-04-291-0/+1
* Avoid depending on CMAKE_ROOT cache entry internally (#16015)Brad King2016-03-161-1/+1
* Diagnose recursive project/enable_language without crashing (#15999)Brad King2016-03-071-0/+21
* Merge topic 'cmake-gui-reset-generator'Brad King2016-02-161-0/+7
|\
| * cmake-gui: Fix cmState initialization when changing generators (#15959)Brad King2016-02-121-0/+7
* | Improve internal generator target structure lookupBrad King2016-02-081-35/+14
* | Fix internal target lookup performance regressionBrad King2016-02-081-33/+13
|/
* Merge topic 'reduce-allocations'Brad King2016-01-211-6/+6
|\
| * Remove temporary allocations by extending the lifetime of the retval.Milian Wolff2016-01-201-6/+6