提交历史

作者 SHA1 备注 提交日期
  Andy Cedilnik bc4e5581ee ENH: Add support for exporting graphviz of the project dependencies 19 年之前
  Andy Cedilnik c4156b4531 COMP: Even more global target fixes 20 年之前
  Brad King 586a9427d3 ENH: Created target property INSTALL_NAME_DIR initalized by CMAKE_INSTALL_NAME_DIR specifying the directory portion of the OSX install_name field in shared libraries. This is the OSX equivalent of RPATH. 20 年之前
  Andy Cedilnik ea5564624c ENH: Add a notion of a global target 20 年之前
  Brad King 8dd00d5b1e BUG: Fixed relink with new install framework. 20 年之前
  Brad King 81677b3130 ENH: Generate import libraries for DLLs on Cygwin and MinGW. 20 年之前
  Brad King 537e2b4ed5 ENH: Implemented RPATH specification support. It is documented by the command SET_TARGET_PROPERTIES. 20 年之前
  Brad King 22c62c9e65 BUG: Sweeping changes to cleanup computation of target names. This should 20 年之前
  Bill Hoffman 452925649a ENH: add better support for framework linking 20 年之前
  Brad King 163e3ff56c ENH: Removed cmMakefile arguments from cmTarget methods because cmTarget has the ivar m_Makefile now. Re-implemented cmLocalUnixMakefileGenerator3::AppendAnyDepend to use the new global knowledge and avoid the need to look at the cache for information about other targets. This should fix problems with custom commands and executables with the OUTPUT_NAME set. Also the <target>_LIBRARY_TYPE cache variable is no longer needed at all and has been removed. 20 年之前
  Ken Martin 345fb993aa ENH: some fixes for better backwards compatibility 20 年之前
  Brad King d392acb4e6 ENH: Added versioned executable support. This partially addresses bug#2143. Also made OUTPUT_NAME work when installing executables. 20 年之前
  Ken Martin 369308ca76 ENH: make LOCATION an computed property of the target and get rid of a bunch of const junk 20 年之前
  Brad King b1c5289787 ENH: Created cmTarget::GetLibraryNames to replace cmLocalUnixMakefileGenerator2::GetLibraryNames. Added cmTarget::GetLibraryCleanNames to be used by cmLocalUnixMakefileGenerator2. Now when a library is linked both the shared and static versions are removed from the build tree. In this way we avoid having both kinds of libraries present when the user switches BUILD_SHARED_LIBS on/off. This prevents problems with turning off shared libraries and then expecting the linker to use the static libraries only to find it is using the out-of-date shared versions. 20 年之前
  Brad King 1b71f4477b ENH: Added cmTarget::GetBaseName and cmTarget::GetFullName methods and removed cmLocalGenerator::GetFullTargetName and cmLocalUnixMakefileGenerator2::GetBaseTargetName. This functionality is more sensibly implemented in cmTarget. It is also needed for an upcoming feature in which both the shared and static versions of a library will be removed before one is linked. 20 年之前
  Brad King 1088f39327 COMP: Added missing forward declaration of cmMakefile. This was only working because cmCustomCommand.h declared it. 21 年之前
  Bill Hoffman 7cef36c628 ENH: add the ability to generate custom commands for a language that is not supported by an IDE 21 年之前
  Bill Hoffman 692ba48c4e ENH: major changes to support addition of languages from cmake modules directory. 21 年之前
  Bill Hoffman 9655299f08 ENH: initial fortran support 21 年之前
  Andy Cedilnik b1a7421840 ENH: Styart working on bundles support and abstract WIN32_EXECUTABLE 22 年之前
  Andy Cedilnik d13e30f3ae ENH: Make install on windows seems to work now 22 年之前
  Ken Martin 072db6ad70 removed redundent includes 22 年之前
  Ken Martin 117f961a5a moved function into cmTarget 22 年之前
  Ken Martin ba68f771b3 yikes added new custom command support 22 年之前
  Bill Hoffman 3859417d1a ENH: add target properties 23 年之前
  Amitha Perera 939035ad91 BUG: the dependency analysis would incorrectly alphabetically re-order the 23 年之前
  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 年之前
  Ken Martin 7ddb408621 removed some includes 23 年之前
  Amitha Perera 0e6b39e52f BUG: Correct some of the dependency analysis code. 23 年之前
  Bill Hoffman 6734d3bb88 ENH: change set<string> to set<cmStdString> to avoid long symbols that crash ar on solaris 23 年之前