Commit History

Author SHA1 Message Date
  Brad King fe98e57e38 ENH: Disallow link-type keywords in link interface 17 years ago
  Brad King 41c5dd13dc ENH: Clarify link interface documentation 17 years ago
  Brad King 061d20be38 ENH: Add UNKNOWN type for IMPORTED libraries 17 years ago
  Brad King 0bf093fd17 STYLE: Convert unused target type cases to default 17 years ago
  Brad King b93f0318fe ENH: Support full-path libs w/out valid names. 17 years ago
  Brad King da4f142cc1 ENH: Add full target version signature cmTarget::GetTargetVersion. 17 years ago
  Brad King c1b8ad4e1d ENH: Allow users to specify a custom Info.plist template 17 years ago
  Brad King a1bb7e90ef ENH: Allow users to specify macro-like #include line transforms for dependency scanning. 17 years ago
  Brad King 771bdb7ef8 BUG: Make sure all source files are found before generating. 17 years ago
  Brad King 629afe07ce BUG: A per-config target name postfix should be ignored for Mac bundle and framework names. 17 years ago
  Brad King 67834f2d53 BUG: Correct Mac OS X framework behavior 17 years ago
  Brad King 1829bed8b5 BUG: Do not create target output directory in cmTarget. Let the generators do it. 17 years ago
  Ken Martin 16f1cc9b59 ENH: support unset of properties 17 years ago
  Brad King 8c1a743027 ENH: Add note to Fortran_MODULE_DIRECTORY property documentation about using CMAKE_Fortran_MODULE_DIRECTORY to initialize it. 17 years ago
  Brad King 133e5b5dd8 STYLE: Fix line-too-long for new INTERNAL_ERROR messages. 17 years ago
  Brad King bf4cef9d5c ENH: Add policy CMP_0004 to require library names to have no leading or trailing whitespace. Replace previous check of CMAKE_BACKWARDS_COMPATIBILITY against version 2.4 with the policy. 17 years ago
  Brad King d46ff28ac9 ENH: Convert CMAKE_LINK_OLD_PATHS to policy CMP0003. 17 years ago
  Brad King f7f03347a6 ENH: Improve new error/warning message generation 17 years ago
  Bill Hoffman 5ab6c0f0ed ENH: remove abort calls and replace with an IssueMessage INTERANL_ERROR, better to not crash on the end user. 17 years ago
  Brad King 96ee85d197 BUG: Fix memory leak when cmTarget instances are assigned. We really need to get rid of global targets and their associated assignments. 17 years ago
  Brad King 652951b976 ENH: Allow users to work around problems with the builtin chrpath by setting CMAKE_NO_BUILTIN_CHRPATH. 17 years ago
  Brad King d732de4a8a ENH: Cleanup builtin chrpath support 17 years ago
  Brad King 59001281bb BUG: Do not try to change the RPATH when installing a target if CMAKE_SKIP_RPATH is on or the path does not need to be changed. 17 years ago
  Brad King 34c76d4304 ENH: Use builtin chrpath instead of relinking ELF targets 17 years ago
  Brad King dab5ea859a COMP: Fix Borland 5.5 build 17 years ago
  Brad King fd37a6ec3d ENH: Better linker search path computation. 17 years ago
  Brad King a3c2d32802 COMP: Fix HP warning about cmTargetInternalPointer::operator= checking for self-assignment. 17 years ago
  Brad King 9ed4266306 ENH: Cleanup impl of PUBLIC_HEADER, PRIVATE_HEADER, and RESOURCE properties 17 years ago
  Brad King 67f8c0fd10 ENH: Allow multiple OS X applications bundles to be created in a single build directory. Converted Info.plist files to be generated directly instead of configured with make variables. The MACOSX_BUNDLE_* variables are now properties (and vars for compatibility). 17 years ago
  Brad King ac0e58dcfb ENH: Enforce global target name uniqueness. 17 years ago