| Commit message (Expand) | Author | Age | Files | Lines |
* | cmTarget: Add all sources traced from custom commands at once. | Stephen Kelly | 2014-04-09 | 1 | -2/+5 |
|
|
* | cmGeneratorTarget: Trace cmSourceFile objects instead of strings. | Stephen Kelly | 2014-04-06 | 1 | -16/+15 |
|
|
* | cmTarget: Cache the cmSourceFiles in GetSourceFiles. | Stephen Kelly | 2014-04-06 | 1 | -9/+9 |
|
|
* | cmTarget: Make the source files depend on the config. | Stephen Kelly | 2014-04-02 | 1 | -19/+52 |
|
|
* | cmGeneratorTarget: Don't add computed sources to the target. | Stephen Kelly | 2014-04-02 | 1 | -1/+5 |
|
|
* | cmGeneratorTarget: Compute target objects on demand | Stephen Kelly | 2014-04-02 | 1 | -6/+25 |
|
|
* | cmGeneratorTarget: Compute consumed object libraries on demand. | Stephen Kelly | 2014-04-02 | 1 | -53/+19 |
|
|
* | cmComputeTargetDepends: Track object library depends. | Stephen Kelly | 2014-04-02 | 1 | -1/+0 |
|
|
* | cmTarget: Add a method to obtain list of filenames for sources. | Stephen Kelly | 2014-03-31 | 1 | -12/+12 |
|
|
* | add_custom_command: Evaluate generator expressions in DEPENDS | Stephen Kelly | 2014-03-20 | 1 | -5/+34 |
|
|
* | cmGeneratorTarget: Don't store ObjectSources for object libraries. | Stephen Kelly | 2014-03-15 | 1 | -6/+4 |
|
|
* | cmGeneratorTarget: Constify cmSourceFile* in containers. | Stephen Kelly | 2014-03-13 | 1 | -10/+17 |
|
|
* | cmGeneratorTarget: Make GetSourceDepends const. | Stephen Kelly | 2014-03-13 | 1 | -1/+1 |
|
|
* | cmGeneratorTarget: Constify the AddExplicitObjectName API. | Stephen Kelly | 2014-03-13 | 1 | -1/+1 |
|
|
* | cmGeneratorTarget: Constify the AddObject API. | Stephen Kelly | 2014-03-13 | 1 | -1/+2 |
|
|
* | Remove some c_str() calls. | Stephen Kelly | 2014-03-11 | 1 | -8/+8 |
|
|
* | stringapi: Pass configuration names as strings | Ben Boeckel | 2014-03-08 | 1 | -14/+16 |
|
|
* | cmTarget: Refactor GetLocation API | Brad King | 2014-03-08 | 1 | -1/+1 |
|
|
* | strings: Remove cmStdString references | Ben Boeckel | 2014-03-08 | 1 | -4/+4 |
|
|
* | 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 | -1/+1 |
|
|
* | stringapi: Use strings for property names | Ben Boeckel | 2014-03-08 | 1 | -2/+2 |
|
|
* | Handle Mac OSX source flags for individual files lazily. | Stephen Kelly | 2014-02-24 | 1 | -26/+17 |
|
|
* | cmGeneratorTarget: Classify sources on demand, not up front. | Stephen Kelly | 2014-02-24 | 1 | -114/+235 |
|
|
* | cmGeneratorTarget: Use a method to access the definition file. | Stephen Kelly | 2014-02-24 | 1 | -0/+6 |
|
|
* | cmTarget: Change GetTransitivePropertyLinkLibraries to output targets. | Stephen Kelly | 2014-02-24 | 1 | -20/+12 |
|
|
* | cmTarget: Move SourceFileFlags to cmGeneratorTarget. | Stephen Kelly | 2014-02-24 | 1 | -1/+105 |
|
|
* | cmTarget: Don't try to get sources of an INTERFACE_LIBRARY. | Stephen Kelly | 2014-02-14 | 1 | -4/+7 |
|
|
* | cmMakefile: make some methods take const std::string& instead of const char* | Rolf Eike Beer | 2014-01-16 | 1 | -5/+5 |
|
|
* | cmGeneratorTarget: Hold a const global generator. | Stephen Kelly | 2014-01-12 | 1 | -1/+1 |
|
|
* | cmTarget: Make GetSourceFiles populate an out-vector parameter. | Stephen Kelly | 2014-01-09 | 1 | -4/+6 |
|
|
* | cmGeneratorTarget: Add methods to access source file groups. | Stephen Kelly | 2014-01-09 | 1 | -0/+78 |
|
|
* | cmTarget: Handle NO_SYSTEM_FROM_IMPORTED. | Stephen Kelly | 2014-01-08 | 1 | -4/+8 |
|
|
* | cmTarget: Fix system include annotation propagation. | Stephen Kelly | 2014-01-06 | 1 | -14/+99 |
|
|
* | Make the cmStrictTargetComparison operate on const cmTarget*. | Stephen Kelly | 2013-12-04 | 1 | -1/+2 |
|
|
* | cmGeneratorTarget: Use the output directory to order cmTargets. | Stephen Kelly | 2013-11-25 | 1 | -2/+2 |
|
|
* | Order cmGeneratorTargetsType elements deterministically. | Stephen Kelly | 2013-11-22 | 1 | -0/+11 |
|
|
* | cmGeneratorTarget: Make GetIncludeDirectories const. | Stephen Kelly | 2013-11-19 | 1 | -2/+2 |
|
|
* | cmGeneratorTarget: Make some accessors const. | Stephen Kelly | 2013-11-03 | 1 | -11/+12 |
|
|
* | Merge topic 'use-generator-target' | Brad King | 2013-10-31 | 1 | -0/+293 |
|\ |
|
| * | Move TraceDependencies to cmGeneratorTarget. | Stephen Kelly | 2013-10-30 | 1 | -0/+293 |
|
|
* | | Merge topic 'use-generator-target' | Brad King | 2013-10-30 | 1 | -2/+76 |
|\ \
| |/ |
|
| * | Move GenerateTargetManifest to cmGeneratorTarget. | Stephen Kelly | 2013-10-27 | 1 | -0/+76 |
|
|
| * | Split CreateGeneratorTargets into two methods. | Stephen Kelly | 2013-10-27 | 1 | -2/+0 |
|
|
* | | Generators: don't append sources from utility targets to objectSources | Nils Gladitz | 2013-10-28 | 1 | -1/+8 |
|/ |
|
* | Normalize system directories from the interface target property | Stephen Kelly | 2013-08-29 | 1 | -0/+6 |
|
|
* | Add the INTERFACE_SYSTEM_INCLUDE_DIRECTORIES target property. | Stephen Kelly | 2013-07-16 | 1 | -11/+33 |
|
|
* | Store system include directories in the cmTarget. | Stephen Kelly | 2013-07-02 | 1 | -1/+17 |
|
|
* | Add Target API to determine if an include is a system include. | Stephen Kelly | 2013-07-02 | 1 | -0/+7 |
|
|
* | VS: Add Windows Forms Support | John Farrier | 2013-05-16 | 1 | -0/+12 |
|
|