Commit History

Author SHA1 Message Date
  Brad King f032fb904b target_link_libraries: Document that new sigs privatize old (#13876) 12 years ago
  Stephen Kelly 1da75022bb Don't include generator expressions in old-style link handling. 13 years ago
  Andreas Mohr 965de974b2 Documentation: Correct typos and grammar 13 years ago
  Brad King ebf39cd306 Document behavior of multiple target_link_libraries calls (#13113) 13 years ago
  Yury G. Kudryashov 737c49a357 Add 'const' qualifier to some cmCommand members 13 years ago
  Brad King 5fc95dff46 target_link_libraries: Add missing space in documentation 14 years ago
  Stephen Kelly 914382224d target_link_libraries: Add LINK_(PUBLIC|PRIVATE) options 14 years ago
  Stephen Kelly cf64218eeb target_link_libraries: Trim trailing whitespace 14 years ago
  Brad King 999ce0aa9c Document target_link_libraries target scope (#11058) 15 years ago
  Brad King 96afb12087 Convert CMake to OSI-approved BSD License 16 years ago
  Brad King 4266d54adb ENH: Mention cycles in target_link_libraries docs 16 years ago
  Brad King eea054d82c ENH: Clarify target_link_libraries docs 16 years ago
  Brad King 3c5cf1bb8c ENH: Allow a custom list of debug configurations 17 years ago
  Brad King 94c1fe83fd ENH: Make link interface mode more distinct 17 years ago
  Brad King e322d288af ENH: Simple specification of link interfaces 17 years ago
  Brad King 40fc9174e2 ENH: Tolerate repeated link library types 17 years ago
  Brad King a5074872b0 STYLE: Improve documentation of target_link_libraries command to make target-level dependency explicit. See bug #6043. 18 years ago
  Ken Martin 0e69d38004 ENH: add return and break support to cmake, also change basic command invocation signature to be able to return extra informaiton via the cmExecutionStatus class 18 years ago
  Ken Martin 8d32d229a3 ENH: make commands lower case by default 18 years ago
  Ken Martin daa6d2bc04 ENH: updated handling of debug and optimized target link libraries 19 years ago
  Ken Martin 3d96e52261 STYLE: some m_ to this-> cleanup 19 years ago
  Brad King 22c62c9e65 BUG: Sweeping changes to cleanup computation of target names. This should 20 years ago
  Brad King a109ba1365 ENH: Clarified documentation for LINK_LIBRARIES and TARGET_LINK_LIBRARIES. 21 years ago
  Ken Martin 072db6ad70 removed redundent includes 22 years ago
  Andy Cedilnik 6c65c77d35 ENH: Report an error when ADD_LIBRARY and TARGET_LINK_LIBRARIES are in the wrong order and fix CMakeLists files to actually work 22 years ago
  Brad King a02574158d ENH: Cleaned up documentation and formatted it for use by cmDocumentation. 23 years ago
  Brad King 1f6a3c67b1 ENH: Added reference to Copyright.txt. Removed old reference to ITK copyright. Changed program name to CMake instead of Insight in source file header. Also removed tabs. 23 years ago
  Will Schroeder a6a43d5320 ENH:Updated copyright 24 years ago
  Bill Hoffman baa28efd10 ENH: change InitialPass to take a const reference to the argument string, to avoid changes to the file cache 24 years ago
  Bill Hoffman 9922155423 ENH: rename Invoke to InitialPass 24 years ago