| Commit message (Expand) | Author | Age | Files | Lines |
* | Apple: Fix Resources location for all generators | Gregor Jasny | 2017-03-23 | 1 | -0/+4 |
|
|
* | Add policy CMP0068 separate install_name and RPATH settings on macOS | Clinton Stimpson | 2017-02-14 | 1 | -0/+3 |
|
|
* | Xcode: Control emission of EFFECTIVE_PLATFORM_NAME | Gregor Jasny | 2017-01-20 | 1 | -0/+4 |
|
|
* | Fix several include-what-you-use findings | Daniel Pfeifer | 2016-11-08 | 1 | -11/+11 |
|
|
* | Introduce CM_UNORDERED_MAP | Daniel Pfeifer | 2016-10-24 | 1 | -21/+4 |
|
|
* | cmGlobalGenerator: Allow FindMakeProgram to fail | Brad King | 2016-10-20 | 1 | -1/+1 |
|
|
* | cmState: Split auxiliary classes into separate files | Stephen Kelly | 2016-10-19 | 1 | -1/+2 |
|
|
* | cmState: Port dependent code to new cmStateSnapshot name | Stephen Kelly | 2016-10-19 | 1 | -2/+2 |
|
|
* | cmState: Port dependent code to new cmStateDirectory name | Stephen Kelly | 2016-10-19 | 1 | -2/+2 |
|
|
* | Factor IDE folder name retrieval out into helper method | Gregor Jasny | 2016-10-17 | 1 | -1/+2 |
|
|
* | cmLinkLineComputer: Move ComputeLinkLibs from cmLocalGenerator | Stephen Kelly | 2016-10-10 | 1 | -2/+3 |
|
|
* | cmLinkLineComputer: Extract from cmLocalGenerator | Stephen Kelly | 2016-10-10 | 1 | -0/+7 |
|
|
* | Merge topic 'nmake-encoding' | Brad King | 2016-10-07 | 1 | -0/+7 |
|\ |
|
| * | NMake: Use ANSI encoding for NMake Makefiles | Dāvis Mosāns | 2016-10-06 | 1 | -0/+7 |
|
|
* | | cmGlobalGenerator: Add API to get settings from top-level cmMakefile | Stephen Kelly | 2016-10-06 | 1 | -0/+4 |
|/ |
|
* | Simplify CMake per-source license notices | Brad King | 2016-09-27 | 1 | -12/+2 |
|
|
* | cmGlobalGenerator: Optimize FindMakefile method with an index | Brad King | 2016-09-26 | 1 | -0/+10 |
|
|
* | Ninja: Refactor Fortran rejection logic | Brad King | 2016-09-22 | 1 | -0/+2 |
|
|
* | cmGlobalGenerator: Refactor global target construction | Brad King | 2016-09-15 | 1 | -11/+24 |
|
|
* | cmGlobalGenerator: Split CreateDefaultGlobalTargets implementation | Brad King | 2016-09-15 | 1 | -0/+6 |
|
|
* | fix a load of include-what-you-use violations | Daniel Pfeifer | 2016-09-03 | 1 | -15/+17 |
|
|
* | make sure to include cmConfigure.h before cmStandardIncludes.h | Daniel Pfeifer | 2016-09-03 | 1 | -0/+2 |
|
|
* | use CM_NULLPTR | Daniel Pfeifer | 2016-06-28 | 1 | -8/+8 |
|
|
* | Make C++ feature checks extensible | Daniel Pfeifer | 2016-06-27 | 1 | -2/+2 |
|
|
* | cmGlobalGenerator: Make IsMultiConfig() const | Tobias Hunger | 2016-06-01 | 1 | -1/+1 |
|
|
* | Pass arguments that are not modified as const&. | Daniel Pfeifer | 2016-05-26 | 1 | -2/+2 |
|
|
* | Revise C++ coding style using clang-format | Kitware Robot | 2016-05-16 | 1 | -95/+109 |
|
|
* | Format include directive blocks and ordering with clang-format | Brad King | 2016-04-29 | 1 | -4/+4 |
|
|
* | Drop Visual Studio 6 generator | Brad King | 2016-03-09 | 1 | -5/+0 |
|
|
* | Diagnose recursive project/enable_language without crashing (#15999) | Brad King | 2016-03-07 | 1 | -0/+1 |
|
|
* | Improve internal generator target structure lookup | Brad King | 2016-02-08 | 1 | -0/+6 |
|
|
* | Fix internal target lookup performance regression | Brad King | 2016-02-08 | 1 | -1/+17 |
|
|
* | cmGlobalGenerator: Remove map from cmTarget to cmGeneratorTarget | Stephen Kelly | 2015-10-27 | 1 | -14/+0 |
|
|
* | cmLocalGenerator: Port Find method away from GetGeneratorTarget | Stephen Kelly | 2015-10-27 | 1 | -1/+3 |
|
|
* | cmGlobalGenerator: Add FindGeneratorTarget API | Stephen Kelly | 2015-10-27 | 1 | -0/+6 |
|
|
* | cmTarget: Implement ALIAS in terms of name mapping | Stephen Kelly | 2015-10-27 | 1 | -12/+2 |
|
|
* | cmGlobalGenerator: Remove direct storage of targets | Stephen Kelly | 2015-10-27 | 1 | -4/+3 |
|
|
* | cmGlobalGenerator: Move GeneratorTargetsType to usage site. | Stephen Kelly | 2015-10-24 | 1 | -0/+4 |
|
|
* | cmGlobalGenerator: Port IsRootOnlyTarget to cmGeneratorTarget. | Stephen Kelly | 2015-10-20 | 1 | -1/+1 |
|
|
* | cmExportTryCompileFileGenerator: Port to cmGeneratorTarget. | Stephen Kelly | 2015-10-18 | 1 | -0/+3 |
|
|
* | cmGlobalGenerator: Compute export() related classes early. | Stephen Kelly | 2015-10-18 | 1 | -2/+2 |
|
|
* | Genex: Port some access API to cmGeneratorTarget. | Stephen Kelly | 2015-10-15 | 1 | -3/+3 |
|
|
* | cmMakefile: Store container of cmExportBuildFileGenerators. | Stephen Kelly | 2015-10-14 | 1 | -2/+5 |
|
|
* | cmGeneratorTarget: Move GetSupportDirectory from cmTarget. | Stephen Kelly | 2015-10-12 | 1 | -1/+1 |
|
|
* | Merge topic 'refactor-computation' | Brad King | 2015-10-06 | 1 | -1/+2 |
|\ |
|
| * | cmGlobalGenerator: De-virtualize Compute(). | Stephen Kelly | 2015-10-05 | 1 | -1/+1 |
|
|
| * | cmGlobalGenerator: Call AddExtraIDETargets as a hook of Compute(). | Stephen Kelly | 2015-10-05 | 1 | -0/+1 |
|
|
* | | QtAutogen: Port global generator to cmGeneratorTarget. | Stephen Kelly | 2015-10-05 | 1 | -1/+1 |
|/ |
|
* | Merge topic 'fix-qtautogen-with-object-library-Ninja' | Brad King | 2015-09-29 | 1 | -1/+0 |
|\ |
|
| * | cmGlobalGenerator: Initialize generator targets on construction (#15729) | Stephen Kelly | 2015-09-29 | 1 | -1/+0 |
|
|