| Commit message (Expand) | Author | Age | Files | Lines |
* | cmGeneratorTarget: Add API for target-relative commands. | Stephen Kelly | 2015-10-26 | 1 | -4/+4 |
|
|
* | Makefiles: Port to cmGeneratorTarget. | Stephen Kelly | 2015-10-24 | 1 | -8/+11 |
|
|
* | cmGeneratorTarget: Move IsCFBundleOnApple from cmTarget. | Stephen Kelly | 2015-10-19 | 1 | -2/+2 |
|
|
* | cmGeneratorTarget: Copy IsFrameworkOnApple from cmTarget. | Stephen Kelly | 2015-10-19 | 1 | -3/+4 |
|
|
* | cmLocalGenerator: Port some API to cmGeneratorTarget. | Stephen Kelly | 2015-10-17 | 1 | -6/+6 |
|
|
* | Use cmGeneratorTarget for property access. | Stephen Kelly | 2015-10-17 | 1 | -7/+7 |
|
|
* | Use GetName from cmGeneratorTarget. | Stephen Kelly | 2015-10-17 | 1 | -4/+4 |
|
|
* | cmGeneratorTarget: Move GetTargetVersion from cmTarget. | Stephen Kelly | 2015-10-16 | 1 | -2/+2 |
|
|
* | Merge topic 'clean-up-cmTarget' | Brad King | 2015-10-16 | 1 | -21/+21 |
|\ |
|
| * | cmState: Move TargetType enum from cmTarget. | Stephen Kelly | 2015-10-14 | 1 | -18/+18 |
|
|
| * | Generators: Use GetType from the cmGeneratorTarget. | Stephen Kelly | 2015-10-14 | 1 | -12/+12 |
|
|
* | | cmLocalUnixMakefileGenerator3: Port AppendCleanCommand to cmGeneratorTarget. | Stephen Kelly | 2015-10-14 | 1 | -1/+1 |
|/ |
|
* | cmGeneratorTarget: Move GetSupportDirectory from cmTarget. | Stephen Kelly | 2015-10-12 | 1 | -2/+2 |
|
|
* | cmGeneratorTarget: Move HasImplibGNUtoMS from cmTarget. | Stephen Kelly | 2015-10-12 | 1 | -1/+1 |
|
|
* | cmGeneratorTarget: Move GetPDBDirectory from cmTarget. | Stephen Kelly | 2015-10-08 | 1 | -1/+2 |
|
|
* | cmGeneratorTarget: Move GetDirectory from cmTarget. | Stephen Kelly | 2015-10-08 | 1 | -4/+4 |
|
|
* | Add support for *.manifest source files with MSVC tools | Brad King | 2015-09-17 | 1 | -0/+4 |
|
|
* | cmGeneratorTarget: Move GetCompilePDBDirectory from cmTarget. | Stephen Kelly | 2015-08-05 | 1 | -1/+1 |
|
|
* | cmGeneratorTarget: Move GetLinkerLanguage from cmTarget. | Stephen Kelly | 2015-08-05 | 1 | -5/+5 |
|
|
* | cmGeneratorTarget: Move GetInstallNameDir* from cmTarget. | Stephen Kelly | 2015-08-05 | 1 | -1/+1 |
|
|
* | cmGeneratorTarget: Move NeedRelinkBeforeInstall from cmTarget. | Stephen Kelly | 2015-08-05 | 1 | -2/+2 |
|
|
* | cmGeneratorTarget: Move HasSOName from cmTarget. | Stephen Kelly | 2015-08-05 | 1 | -1/+1 |
|
|
* | cmGeneratorTarget: Move GetLibraryNames from cmTarget. | Stephen Kelly | 2015-08-05 | 1 | -2/+2 |
|
|
* | Windows: Optionally generate DLL module definition files automatically | Bill Hoffman | 2015-07-06 | 1 | -0/+53 |
|
|
* | cmMakefileTargetGenerator: Require cmGeneratorTarget. | Stephen Kelly | 2015-06-22 | 1 | -1/+1 |
|
|
* | Convert: Remove specification of default parameter. | Stephen Kelly | 2015-05-20 | 1 | -1/+1 |
|
|
* | cmMakefile: Port users of GetStart* methods to new names. | Stephen Kelly | 2015-04-20 | 1 | -4/+4 |
|
|
* | Merge topic 'custom-command-multiple-outputs' | Brad King | 2015-03-09 | 1 | -3/+2 |
|\ |
|
| * | Makefile: Fix multiple custom command outputs regression (#15116) | Brad King | 2015-03-07 | 1 | -3/+2 |
|
|
* | | Makefile: Add progress to link step messages | Brad King | 2015-02-07 | 1 | -1/+5 |
|/ |
|
* | Port all cmOStringStream to std::ostringstream. | Stephen Kelly | 2015-01-11 | 1 | -3/+3 |
|
|
* | Makefile: Fix rebuild with multiple custom command outputs (#15116) | Brad King | 2014-12-05 | 1 | -12/+9 |
|
|
* | LocalGenerator: Add a string overload for AppendFlags | Ben Boeckel | 2014-05-07 | 1 | -2/+2 |
|
|
* | Watcom: Use single quote for all file/path items in wlink command | Jiri Malak | 2014-04-08 | 1 | -4/+10 |
|
|
* | Makefile: Generate single-quoted object lists for Watcom | Jiri Malak | 2014-03-27 | 1 | -1/+4 |
|
|
* | Remove some c_str() calls. | Stephen Kelly | 2014-03-11 | 1 | -30/+30 |
|
|
* | stringapi: Use strings in target name | Ben Boeckel | 2014-03-08 | 1 | -2/+2 |
|
|
* | stringapi: Use strings for the languages | Ben Boeckel | 2014-03-08 | 1 | -24/+12 |
|
|
* | stringapi: Use strings for variable names | Ben Boeckel | 2014-03-08 | 1 | -2/+2 |
|
|
* | Windows: Use response files to specify link libraries for GNU tools | Brad King | 2014-03-05 | 1 | -1/+13 |
|
|
* | Makefile: Rename linker response file boolean to be more specific | Brad King | 2014-03-05 | 1 | -5/+5 |
|
|
* | Makefile: Factor out some duplicate link libraries generation | Brad King | 2014-03-04 | 1 | -6/+1 |
|
|
* | MSVC: Add properties to configure compiler PDB files (#14762) | Brad King | 2014-02-26 | 1 | -0/+4 |
|
|
* | Makefile: Fix per-config linker PDB output directory | Brad King | 2014-02-24 | 1 | -1/+1 |
|
|
* | Merge topic 'fix-compile-OBJECT_DIR' | Brad King | 2014-01-02 | 1 | -7/+5 |
|\ |
|
| * | Replace <OBJECT_DIR> rule placeholder consistently (#14667) | Brad King | 2014-01-02 | 1 | -7/+5 |
|
|
* | | Remove INTERFACE build targets. | Stephen Kelly | 2013-12-10 | 1 | -3/+0 |
|
|
* | | INTERFACE_LIBRARY: Avoid codepaths which set unneeded properties. | Stephen Kelly | 2013-11-25 | 1 | -3/+6 |
|
|
* | | Port some of the generator API to cmGeneratorTarget. | Stephen Kelly | 2013-11-22 | 1 | -3/+3 |
|
|
* | | Create make rules for INTERFACE_LIBRARY targets. | Stephen Kelly | 2013-10-21 | 1 | -0/+3 |
|/ |
|