| Commit message (Expand) | Author | Age | Files | Lines |
* | VS6: Port to FindGeneratorTarget | Stephen Kelly | 2015-10-27 | 1 | -5/+4 |
|
|
* | cmGeneratorTarget: Add GetLinkDirectories API. | Stephen Kelly | 2015-10-26 | 1 | -1/+1 |
|
|
* | cmGeneratorTarget: Add API for target-relative commands. | Stephen Kelly | 2015-10-26 | 1 | -13/+13 |
|
|
* | VS: Port ImplibDir to cmGeneratorTarget | Stephen Kelly | 2015-10-24 | 1 | -1/+1 |
|
|
* | VS: Port ComputeLongestObjectDirectory to cmGeneratorTarget | Stephen Kelly | 2015-10-24 | 1 | -1/+1 |
|
|
* | VS6: Port to cmGeneratorTarget. | Stephen Kelly | 2015-10-24 | 1 | -158/+143 |
|
|
* | Port to GetGeneratorTargets. | Stephen Kelly | 2015-10-24 | 1 | -21/+23 |
|
|
* | cmGeneratorTarget: Move GetExportMacro from cmTarget. | Stephen Kelly | 2015-10-20 | 1 | -1/+1 |
|
|
* | cmLocalGenerator: Port some API to cmGeneratorTarget. | Stephen Kelly | 2015-10-17 | 1 | -10/+10 |
|
|
* | cmGeneratorTarget: Move GetTargetVersion from cmTarget. | Stephen Kelly | 2015-10-16 | 1 | -1/+1 |
|
|
* | Merge topic 'clean-up-cmTarget' | Brad King | 2015-10-16 | 1 | -55/+55 |
|\ |
|
| * | cmState: Move TargetType enum from cmTarget. | Stephen Kelly | 2015-10-14 | 1 | -52/+52 |
|
|
| * | cmTarget: Move link type enum out. | Stephen Kelly | 2015-10-14 | 1 | -3/+3 |
|
|
* | | cmLocalGenerator: Port GetTargetDirectory to cmGeneratorTarget. | Stephen Kelly | 2015-10-14 | 1 | -1/+1 |
|/ |
|
* | Merge topic 'use-generator-target' | Brad King | 2015-10-12 | 1 | -10/+14 |
|\ |
|
| * | cmGeneratorTarget: Move GetDirectory from cmTarget. | Stephen Kelly | 2015-10-08 | 1 | -10/+14 |
|
|
* | | cmLocalGenerator: Add current source directory accessor. | Stephen Kelly | 2015-10-10 | 1 | -1/+1 |
|
|
* | | cmLocalGenerator: Add current binary directory accessor. | Stephen Kelly | 2015-10-10 | 1 | -8/+8 |
|
|
* | | cmLocalGenerator: Add Home directory accessors. | Stephen Kelly | 2015-10-08 | 1 | -3/+3 |
|/ |
|
* | cmGeneratorTarget: Add methods for generate-time source addition. | Stephen Kelly | 2015-10-07 | 1 | -2/+4 |
|
|
* | cmLocalGenerator: Create from already-constructed cmMakefile. | Stephen Kelly | 2015-08-28 | 1 | -3/+2 |
|
|
* | cmLocalGenerator: Remove Parent pointer. | Stephen Kelly | 2015-08-28 | 1 | -2/+1 |
|
|
* | cmGeneratorTarget: Move GetConfigCommonSourceFiles from cmTarget. | Stephen Kelly | 2015-08-26 | 1 | -1/+4 |
|
|
* | Replace foo.size() pattern with !foo.empty(). | Stephen Kelly | 2015-08-24 | 1 | -4/+4 |
|
|
* | Replace 'foo.size() == 0' pattern with foo.empty(). | Stephen Kelly | 2015-08-24 | 1 | -3/+3 |
|
|
* | cmGeneratorTarget: Move GetLinkerLanguage from cmTarget. | Stephen Kelly | 2015-08-05 | 1 | -4/+4 |
|
|
* | cmGeneratorTarget: Move GetFullName from cmTarget. | Stephen Kelly | 2015-08-05 | 1 | -13/+15 |
|
|
* | cmGeneratorTarget: Move GetLinkInformation from cmTarget | Stephen Kelly | 2015-08-05 | 1 | -1/+3 |
|
|
* | VisualStudio: Skip global targets when processing. | Stephen Kelly | 2015-07-29 | 1 | -1/+2 |
|
|
* | cmLocalGenerator: Remove CreateCustomTargetsAndCommands method. | Stephen Kelly | 2015-07-27 | 1 | -8/+0 |
|
|
* | cmCustomCommandGenerator: Require cmLocalGenerator in API. | Stephen Kelly | 2015-07-27 | 1 | -2/+2 |
|
|
* | cmLocalGenerator: Remove 'optional' parameter from Convert. | Stephen Kelly | 2015-06-04 | 1 | -5/+2 |
|
|
* | Port away from obsolete method. | Stephen Kelly | 2015-06-03 | 1 | -37/+35 |
|
|
* | cmLocalGenerator: Require a valid cmState::Snapshot in the ctor. | Stephen Kelly | 2015-05-27 | 1 | -2/+3 |
|
|
* | Use cmSystemTools::GetCMakeCommand() to get path to cmake internally | Brad King | 2015-05-20 | 1 | -4/+2 |
|
|
* | VS: Move version information to global generator. | Stephen Kelly | 2015-05-19 | 1 | -1/+1 |
|
|
* | cmLocalGenerator: Require a global generator in the constructor. | Stephen Kelly | 2015-05-14 | 1 | -2/+3 |
|
|
* | cmLocalGenerator: Require a parent in the constructor. | Stephen Kelly | 2015-04-28 | 1 | -2/+3 |
|
|
* | cmMakefile: Port users of GetStart* methods to new names. | Stephen Kelly | 2015-04-20 | 1 | -9/+9 |
|
|
* | cmMakefile: Rename GetCurrent{Output,Binary}Directory. | Stephen Kelly | 2015-04-20 | 1 | -1/+1 |
|
|
* | Remove unused includes. | Stephen Kelly | 2015-04-06 | 1 | -1/+0 |
|
|
* | Genex: Allow COMPILE_LANGUAGE when processing compile definitions. | Stephen Kelly | 2015-03-09 | 1 | -5/+5 |
|
|
* | VS6: Compute CMAKE_*_FLAGS and COMPILE_DEFINITIONS* only when needed | Brad King | 2015-03-07 | 1 | -70/+75 |
|
|
* | Port all cmOStringStream to std::ostringstream. | Stephen Kelly | 2015-01-11 | 1 | -2/+2 |
|
|
* | Add an option for explicit BYPRODUCTS of custom commands (#14963) | Brad King | 2014-11-14 | 1 | -1/+3 |
|
|
* | cmTarget: Rename old-style link dependencies code as "ForVS6" | Brad King | 2014-07-14 | 1 | -1/+2 |
|
|
* | cmTarget: Make the source files depend on the config. | Stephen Kelly | 2014-04-02 | 1 | -4/+33 |
|
|
* | cmTarget: Allow any generator expression in SOURCES property. | Stephen Kelly | 2014-04-02 | 1 | -0/+10 |
|
|
* | cmTarget: Use string API to add sources to cmTarget objects. | Stephen Kelly | 2014-03-31 | 1 | -3/+3 |
|
|
* | Generalize cmCustomCommandGenerator to more fields | Brad King | 2014-03-12 | 1 | -16/+23 |
|
|