| Commit message (Expand) | Author | Age | Files | Lines |
* | Meta: modernize old-fashioned loops to range-based `for`. | Pavel Solodovnikov | 2017-09-12 | 1 | -22/+11 |
|
|
* | Use C++11 nullptr | Daniel Pfeifer | 2017-08-24 | 1 | -5/+5 |
|
|
* | cmScriptGenerator: pass Indent by value | Daniel Pfeifer | 2017-04-21 | 1 | -14/+12 |
|
|
* | Replace boolean `implib` parameters with enum | Gregor Jasny | 2017-04-20 | 1 | -1/+4 |
|
|
* | Allow OBJECT libraries to be installed, exported, and imported | Robert Maynard | 2017-04-18 | 1 | -0/+47 |
|
|
* | cmInstallTargetGenerator: Re-order GenerateScriptForConfig logic | Brad King | 2017-04-18 | 1 | -19/+22 |
|
|
* | clang-tidy: apply modernize-use-bool-literals fixes | Daniel Pfeifer | 2016-12-12 | 1 | -1/+2 |
|
|
* | Fix several include-what-you-use findings | Daniel Pfeifer | 2016-11-08 | 1 | -7/+6 |
|
|
* | cmState: Port dependents to new cmStateTypes header | Stephen Kelly | 2016-10-19 | 1 | -1/+1 |
|
|
* | cmState: Move TargetType enum to separate namespace | Stephen Kelly | 2016-10-19 | 1 | -22/+22 |
|
|
* | Simplify CMake per-source license notices | Brad King | 2016-09-27 | 1 | -11/+2 |
|
|
* | fix a load of include-what-you-use violations | Daniel Pfeifer | 2016-09-03 | 1 | -1/+9 |
|
|
* | Honor BUNDLE_EXTENSION also for App Bundles (#16148) | Gregor Jasny | 2016-07-22 | 1 | -2/+11 |
|
|
* | use CM_NULLPTR | Daniel Pfeifer | 2016-06-28 | 1 | -3/+3 |
|
|
* | Prefer istringstream and ostringstream over stringstream. | Daniel Pfeifer | 2016-06-14 | 1 | -1/+1 |
|
|
* | Revise C++ coding style using clang-format | Kitware Robot | 2016-05-16 | 1 | -356/+245 |
|
|
* | Remove `//------...` horizontal separator comments | Brad King | 2016-05-09 | 1 | -18/+0 |
|
|
* | Isolate formatted streaming blocks with clang-format off/on | Brad King | 2016-05-06 | 1 | -0/+2 |
|
|
* | Format include directive blocks and ordering with clang-format | Brad King | 2016-04-29 | 1 | -2/+2 |
|
|
* | Merge topic 'fix-target-alias-in-subdir' | Brad King | 2016-04-05 | 1 | -1/+1 |
|\ |
|
| * | Rename local target lookup methods to clarify purpose | Brad King | 2016-04-01 | 1 | -1/+1 |
|
|
* | | install: Add EXCLUDE_FROM_ALL option (#14921) | Nick Lewis | 2016-02-04 | 1 | -1/+3 |
|/ |
|
* | install: Do not remove compiler-defined RPATH entries | Lior Goldberg | 2016-01-15 | 1 | -12/+4 |
|
|
* | Xcode: Add support for combined install on iOS | Ruslan Baratov | 2015-12-10 | 1 | -0/+44 |
|
|
* | iOS: Fix App Bundle layout | Gregor Jasny | 2015-12-10 | 1 | -1/+7 |
|
|
* | Use cmLocalGenerator at generate-time. | Stephen Kelly | 2015-10-24 | 1 | -2/+2 |
|
|
* | cmInstallTargetGenerator: Get a cmGeneratorTarget directly. | Stephen Kelly | 2015-10-24 | 1 | -2/+1 |
|
|
* | cmGeneratorTarget: Move IsCFBundleOnApple from cmTarget. | Stephen Kelly | 2015-10-19 | 1 | -1/+1 |
|
|
* | cmGeneratorTarget: Copy IsAppBundleOnApple from cmTarget. | Stephen Kelly | 2015-10-19 | 1 | -1/+1 |
|
|
* | cmGeneratorTarget: Copy IsFrameworkOnApple from cmTarget. | Stephen Kelly | 2015-10-19 | 1 | -2/+2 |
|
|
* | cmInstallTargetGenerator: Port GetInstallFilename to cmGeneratorTarget. | Stephen Kelly | 2015-10-18 | 1 | -11/+8 |
|
|
* | Remove now-obsolete casts. | Stephen Kelly | 2015-10-14 | 1 | -2/+1 |
|
|
* | cmState: Move TargetType enum from cmTarget. | Stephen Kelly | 2015-10-14 | 1 | -19/+19 |
|
|
* | cmGeneratorExpression: Port to cmLocalGenerator. | Stephen Kelly | 2015-10-12 | 1 | -1/+1 |
|
|
* | cmGeneratorTarget: Move HasImplibGNUtoMS from cmTarget. | Stephen Kelly | 2015-10-12 | 1 | -4/+4 |
|
|
* | cmComputeLinkInformation: Port result API to cmGeneratorTarget. | Stephen Kelly | 2015-10-12 | 1 | -10/+7 |
|
|
* | Merge topic 'use-generator-target' | Brad King | 2015-10-12 | 1 | -1/+1 |
|\ |
|
| * | cmGeneratorTarget: Move GetDirectory from cmTarget. | Stephen Kelly | 2015-10-08 | 1 | -1/+1 |
|
|
* | | cmGeneratorTarget: Use local GetProperty method. | Stephen Kelly | 2015-10-08 | 1 | -1/+1 |
|/ |
|
* | cmGeneratorTarget: Move GetInstallNameDir* from cmTarget. | Stephen Kelly | 2015-08-05 | 1 | -4/+7 |
|
|
* | cmGeneratorTarget: Move IsChrPathUsed from cmTarget. | Stephen Kelly | 2015-08-05 | 1 | -3/+2 |
|
|
* | cmGeneratorTarget: Move NeedRelinkBeforeInstall from cmTarget. | Stephen Kelly | 2015-08-05 | 1 | -1/+1 |
|
|
* | cmGeneratorTarget: Move GetLibraryNames from cmTarget. | Stephen Kelly | 2015-08-05 | 1 | -2/+2 |
|
|
* | cmGeneratorTarget: Move GetExecutableNames from cmTarget. | Stephen Kelly | 2015-08-05 | 1 | -2/+5 |
|
|
* | cmGeneratorTarget: Move GetLinkInformation from cmTarget | Stephen Kelly | 2015-08-05 | 1 | -6/+4 |
|
|
* | cmInstallTargetGenerator: Port to cmGeneratorTarget. | Stephen Kelly | 2015-07-30 | 1 | -34/+44 |
|
|
* | cmInstallCommand: Store only a targetName, not a cmTarget. | Stephen Kelly | 2015-07-30 | 1 | -2/+10 |
|
|
* | cmInstallCommand: Move the SetHaveInstallRule invocation. | Stephen Kelly | 2015-07-30 | 1 | -1/+0 |
|
|
* | cmInstallTargetGenerator: Re-arrange data layout. | Stephen Kelly | 2015-06-07 | 1 | -1/+3 |
|
|
* | Port to cmMakefile::GetGlobalGenerator. | Stephen Kelly | 2015-05-03 | 1 | -4/+2 |
|
|