| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge topic 'fix-CMP0046-warning' | Brad King | 2014-03-13 | 1 | -4/+3 |
|\ |
|
| * | cmTarget: Don't create duplicate backtraces in CMP0046 warning | Stephen Kelly | 2014-03-12 | 1 | -4/+3 |
|
|
* | | Remove some c_str() calls. | Stephen Kelly | 2014-03-11 | 1 | -68/+68 |
|
|
* | | Merge topic 'fix-policy-scopes' | Brad King | 2014-03-10 | 1 | -2/+2 |
|\ \
| |/ |
|
| * | Record more policies on targets when created | Brad King | 2014-03-06 | 1 | -2/+2 |
|
|
* | | stringapi: Miscellaneous char* parameters | Ben Boeckel | 2014-03-08 | 1 | -1/+2 |
|
|
* | | stringapi: Use strings for feature arguments | Ben Boeckel | 2014-03-08 | 1 | -1/+1 |
|
|
* | | stringapi: Pass configuration names as strings | Ben Boeckel | 2014-03-08 | 1 | -131/+146 |
|
|
* | | cmTarget: Refactor GetLocation API | Brad King | 2014-03-08 | 1 | -16/+9 |
|
|
* | | strings: Remove cmStdString references | Ben Boeckel | 2014-03-08 | 1 | -40/+40 |
|
|
* | | stringapi: Use strings in target name | Ben Boeckel | 2014-03-08 | 1 | -13/+15 |
|
|
* | | stringapi: Use strings for the languages | Ben Boeckel | 2014-03-08 | 1 | -9/+11 |
|
|
* | | stringapi: Use strings for source names | Ben Boeckel | 2014-03-08 | 1 | -1/+1 |
|
|
* | | stringapi: Accept strings in cmStrCmp | Ben Boeckel | 2014-03-08 | 1 | -1/+1 |
|
|
* | | stringapi: Use strings for property names | Ben Boeckel | 2014-03-08 | 1 | -65/+53 |
|
|
* | | Merge topic 'msvc-compiler-pdb-files' | Brad King | 2014-02-26 | 1 | -5/+108 |
|\ \ |
|
| * | | MSVC: Add properties to configure compiler PDB files (#14762) | Brad King | 2014-02-26 | 1 | -0/+57 |
|
|
| * | | cmTarget: Add per-config compilation info | Brad King | 2014-02-24 | 1 | -0/+46 |
|
|
| * | | cmTarget: Refactor ComputePDBOutputDir interface | Brad King | 2014-02-24 | 1 | -5/+5 |
| |/ |
|
* | | cmTarget: Add GetTransitiveTargetClosure method. | Stephen Kelly | 2014-02-24 | 1 | -19/+57 |
|
|
* | | cmTarget: Create a temporary cmTarget in checkInterfacePropertyCompatibility | Stephen Kelly | 2014-02-24 | 1 | -8/+9 |
|
|
* | | cmTarget: Avoid computing languages when computing transitive targets. | Stephen Kelly | 2014-02-24 | 1 | -9/+100 |
|
|
* | | cmTarget: Move ComputeLinkInterface to the internal class. | Stephen Kelly | 2014-02-24 | 1 | -20/+28 |
|
|
* | | cmTarget: Extract a ComputeLinkInterfaceLibraries method. | Stephen Kelly | 2014-02-24 | 1 | -70/+91 |
|
|
* | | cmTarget: Re-arrange the ComputeLinkInterface method. | Stephen Kelly | 2014-02-24 | 1 | -5/+15 |
|
|
* | | cmTarget: Extract a ComputeLinkImplementationLanguages method. | Stephen Kelly | 2014-02-24 | 1 | -0/+6 |
|
|
* | | cmTarget: Change GetTransitivePropertyLinkLibraries to output targets. | Stephen Kelly | 2014-02-24 | 1 | -4/+22 |
|
|
* | | cmTarget: Find source files on request. | Stephen Kelly | 2014-02-24 | 1 | -10/+4 |
|
|
* | | cmTarget: Move SourceFileFlags to cmGeneratorTarget. | Stephen Kelly | 2014-02-24 | 1 | -108/+0 |
|/ |
|
* | cmTarget: Don't try to get sources of an INTERFACE_LIBRARY. | Stephen Kelly | 2014-02-14 | 1 | -0/+1 |
|
|
* | Add policy CMP0049 to avoid variable expansion in source lists | Stephen Kelly | 2014-02-12 | 1 | -0/+32 |
|
|
* | cmTarget: Remove TODO comment. | Stephen Kelly | 2014-02-11 | 1 | -2/+1 |
|
|
* | CMP0028: Trigger on libraries from INTERFACE of dependencies. | Stephen Kelly | 2014-02-09 | 1 | -46/+49 |
|
|
* | cmTarget: Clean up the InsertCompileDefinition implementation. | Stephen Kelly | 2014-02-02 | 1 | -7/+2 |
|
|
* | cmMakefile: make some methods take const std::string& instead of const char* | Rolf Eike Beer | 2014-01-16 | 1 | -10/+10 |
|
|
* | AddDependencies: new policy requires dependencies to exist | Nils Gladitz | 2014-01-12 | 1 | -0/+20 |
|
|
* | Merge topic 'minor-cleanups' | Brad King | 2014-01-09 | 1 | -3/+4 |
|\ |
|
| * | cmTarget: Make GetSourceFiles populate an out-vector parameter. | Stephen Kelly | 2014-01-09 | 1 | -3/+4 |
|
|
* | | cmTarget: Deprecate COMPILE_DEFINITIONS_ properties with a policy. | Stephen Kelly | 2014-01-08 | 1 | -8/+28 |
|/ |
|
* | cmTarget: Fix system include annotation propagation. | Stephen Kelly | 2014-01-06 | 1 | -56/+0 |
|
|
* | cmTarget: Move a variable initialization closer to where it is used. | Stephen Kelly | 2014-01-06 | 1 | -3/+1 |
|
|
* | cmTarget: Remove some of the INTERFACE_LIBRARY whitelisted properties. | Stephen Kelly | 2014-01-06 | 1 | -8/+8 |
|
|
* | cmTarget: Enable convenient include dir handling for INTERFACE_LIBRARY. | Stephen Kelly | 2014-01-06 | 1 | -0/+1 |
|
|
* | cmTarget: Remove dead code. | Stephen Kelly | 2014-01-06 | 1 | -1/+0 |
|
|
* | cmTarget: Use strtol for numeric parsing. | Stephen Kelly | 2014-01-06 | 1 | -4/+10 |
|
|
* | cmTarget: Remove support for <CONFIG>_LOCATION property. | Stephen Kelly | 2014-01-04 | 1 | -19/+0 |
|
|
* | cmTarget: Don't repeat property origin debug information. | Stephen Kelly | 2014-01-04 | 1 | -6/+0 |
|
|
* | cmTarget: Fix debug report for interface-set compatibility types. | Stephen Kelly | 2014-01-04 | 1 | -30/+61 |
|
|
* | cmTarget: Fix reporting interface-set properties which are FALSE. | Stephen Kelly | 2014-01-04 | 1 | -1/+1 |
|
|
* | cmTarget: Fix the property compatibility error message | Stephen Kelly | 2014-01-04 | 1 | -1/+2 |
|
|