summaryrefslogtreecommitdiffstats
path: root/Source/cmTarget.cxx
Commit message (Expand)AuthorAgeFilesLines
* Merge topic 'consistent-empty-method'Brad King2015-01-191-2/+2
|\
| * Replace 'foo.size() != 0' pattern with !foo.empty().Stephen Kelly2015-01-181-2/+2
* | Use the cmDeleteAll algorithm for types derived from std::map.Stephen Kelly2015-01-171-10/+2
|/
* Merge topic 'delete-algorithm'Brad King2015-01-151-7/+1
|\
| * Use the cmDeleteAll algorithm instead of trivial raw loops.Stephen Kelly2015-01-131-7/+1
* | Merge topic 'fix-LOCATION-with-TARGET_OBJECTS'Brad King2015-01-151-0/+1
|\ \ | |/ |/|
| * cmTarget: Compute link language of TARGET_OBJECTS with CMP0026 OLD (#15338)Stephen Kelly2015-01-131-0/+1
* | Merge topic 'join-algorithm'Brad King2015-01-121-28/+3
|\ \
| * | Use the cmJoin algorithm where possible.Stephen Kelly2015-01-081-28/+3
* | | Merge topic 'drop-ancient-workarounds'Brad King2015-01-121-38/+38
|\ \ \
| * | | Port all cmOStringStream to std::ostringstream.Stephen Kelly2015-01-111-38/+38
| |/ /
* | | cmTarget: Use insert instead of std::copy.Stephen Kelly2015-01-111-2/+2
* | | Use two-iterator std::set::insert where appropriate.Stephen Kelly2015-01-111-16/+4
* | | Use insert instead of a loop in some cases.Stephen Kelly2015-01-111-5/+2
|/ /
* | Merge topic 'osx-cfbundle-tweaks'Brad King2014-12-191-9/+2
|\ \
| * | cmTarget: Use GetCFBundleDirectory within GetFullNameInternalGregor Jasny2014-12-171-9/+2
* | | Add 'ANDROID_API_MIN' target property to set Android Target MIN APIDmitry Polyanitsa2014-12-171-0/+1
|/ /
* | Fix some Clang -Wstring-conversion warningsSean McBride2014-12-121-6/+6
* | Merge topic 'target-sources-error-conditions'Brad King2014-12-011-3/+23
|\ \ | |/
| * cmTarget: Don't allow relative paths in INTERFACE_SOURCESStephen Kelly2014-11-291-3/+23
* | Merge topic 'remove-ancient-msvc-workarounds'Brad King2014-11-251-12/+2
|\ \
| * | cmTarget: Remove std::min and std::max MSVC6 compatibility code.Stephen Kelly2014-11-201-12/+2
* | | Merge topic 'remove-c_str'Brad King2014-11-251-1/+1
|\ \ \
| * | | Remove some unneeded c_str calls.Stephen Kelly2014-11-231-1/+1
| |/ /
* | | cmTarget: Use null_ptr code path on all platformsBrad King2014-11-201-19/+2
|/ /
* | strings: Remove redundant calls to std::string::c_str()Nils Gladitz2014-10-151-4/+4
|/
* Merge topic 'vs-nsight-tegra-generator'Brad King2014-09-301-2/+21
|\
| * Add 'ANDROID_API' target property to set Android Target APIBrad King2014-09-301-0/+1
| * Add 'ANDROID_GUI' target property to mark Android applicationsBrad King2014-09-291-2/+14
| * cmTarget: Track internally whether platform is AndroidBrad King2014-09-291-0/+6
* | Remove extra slashes from LOCATION target property valueBrad King2014-09-221-5/+0
|/
* cmTarget: Do not mistake a preceding error for a CMP0049 failureBrad King2014-07-301-5/+7
* cmTarget: Avoid re-computing head-independent link interfacesBrad King2014-07-211-7/+53
* cmTarget: Move ComputeLinkImplementation* to internalsBrad King2014-07-211-30/+46
* cmTarget: Re-order link interface map lookup logicBrad King2014-07-211-16/+15
* cmTarget: Refactor link interface map storageBrad King2014-07-211-18/+17
* cmTarget: Remove duplicate link interface mapBrad King2014-07-211-10/+3
* cmTarget: Drop internal cache of build propertiesBrad King2014-07-211-91/+43
* cmTarget: Drop internal cache of link interface usage requirementsBrad King2014-07-211-163/+83
* Merge topic 'dev/target-fastpaths'Brad King2014-07-181-330/+337
|\
| * cmTarget: help the optimizer a bitBen Boeckel2014-07-171-3/+3
| * cmTarget: use hash_set for sets of stringsBen Boeckel2014-07-171-37/+42
| * cmTarget: Allow caching of empty genex expansionsBen Boeckel2014-07-171-2/+4
| * cmTarget: Only copy GenEx expansions when necessaryBen Boeckel2014-07-171-10/+13
| * cmTarget: Don't set properties on custom targetsBen Boeckel2014-07-171-37/+43
| * cmTarget: Use static strings for special property namesBen Boeckel2014-07-171-36/+55
| * cmTarget: Sort special property checksBen Boeckel2014-07-171-27/+27
| * cmTarget: Fast path for regular propertiesBen Boeckel2014-07-171-141/+157
| * cmTarget: Factor out common codeBen Boeckel2014-07-161-52/+20
| * cmTarget: Use else/if trees rather than an if treeBen Boeckel2014-07-161-50/+38