Commit History

Author SHA1 Message Date
  Stephen Kelly eac15298a8 cmState: Move TargetType enum from cmTarget. 10 years ago
  Stephen Kelly 482b3811e4 cmTarget: Move link type enum out. 10 years ago
  Brad King 30c2e1dd16 cmTarget: Fix diagnostic of target_link_libraries in wrong directory (#15626) 10 years ago
  Stephen Kelly de21168612 Port to static cmPolicies API. 10 years ago
  Stephen Kelly ade20b433b cmake: Remove DebugConfigs member. 10 years ago
  Stephen Kelly 931e055d8c Port all cmOStringStream to std::ostringstream. 10 years ago
  Stephen Kelly ff710539ab Remove default labels from fully covered switch statements. 11 years ago
  Brad King f70b2253f6 Merge topic 'fix_policy_diagnostics' 11 years ago
  Nils Gladitz 77b581c2f0 Policies: omit warnings about unset policies when they are actually set to NEW 11 years ago
  Stephen Kelly 21c573f682 Remove some c_str() calls. 11 years ago
  Ben Boeckel 466abd846f cmTargetLinkLibrariesCommand: Use a string argument 11 years ago
  Ben Boeckel 8d60da0cb5 cmTarget: Remove the project argument to FindTarget 11 years ago
  Rolf Eike Beer c768e398f9 cmMakefile: make some methods take const std::string& instead of const char* 11 years ago
  Stephen Kelly 596b2a8c08 Disallow linking to utility targets (#13902). 12 years ago
  Brad King 25b7f87eca Merge branch 'policy-CMP0022-fixes' into policy-CMP0022-fixes-for-master 12 years ago
  Brad King ef10b87cc1 CMP0022: Plain target_link_libraries must populate link interface 12 years ago
  Brad King 4064d6f216 target_link_libraries: Revert accidental change 12 years ago
  Stephen Kelly c4373b33b2 cmTarget: Make GetProperty() const. 12 years ago
  Brad King 1b21ac405f Merge topic 'fix-tll-static-private' 12 years ago
  Stephen Kelly 239b0c6b0e Don't add invalid content to static lib INTERFACE_LINK_LIBRARIES. 12 years ago
  Stephen Kelly dede273193 target_link_libraries: Allow repeated use of LINK_{PRIVATE,PUBLIC} keywords. 12 years ago
  Stephen Kelly fe732264e9 Add the INTERFACE_LIBRARY target type. 13 years ago
  Stephen Kelly 370bf55415 Add the ALIAS target concept for libraries and executables. 12 years ago
  Stephen Kelly b655865bbf target_link_libraries: Add PUBLIC/PRIVATE/INTERFACE keyword signature 12 years ago
  Stephen Kelly 3e30d9ed67 TLL: Don't populate old link interface if CMP0022 is NEW. 12 years ago
  Stephen Kelly b8259c3d69 Centralize maintenance of usage requirement include directories 12 years ago
  Stephen Kelly e1f908015f Don't populate INTERFACE includes and defines properties in tll. 12 years ago
  Stephen Kelly a1c4905f72 Use the link information as a source of compile definitions and includes. 12 years ago
  Stephen Kelly 7c0ec75cfa De-duplicate validation of genex target names. 12 years ago
  Stephen Kelly 92e98dd909 Deduplicate the isGeneratorExpression method. 12 years ago