提交历史

作者 SHA1 备注 提交日期
  Brad King d392acb4e6 ENH: Added versioned executable support. This partially addresses bug#2143. Also made OUTPUT_NAME work when installing executables. 20 年之前
  Bill Hoffman 35e36b5b76 ENH: make sure source file depends are used to determine if custom commands are used 20 年之前
  Ken Martin 7f2e7443bf ENH: added Alexander's target property TYPE 20 年之前
  Ken Martin 3b66c0a574 ENH: some better checks 20 年之前
  Ken Martin 369308ca76 ENH: make LOCATION an computed property of the target and get rid of a bunch of const junk 20 年之前
  Ken Martin ea0a77fd81 ENH: removed old 1.2 compatability 20 年之前
  Ken Martin 78b5cca6e3 ENH: another step to the next generator still not optimized yet 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 年之前
  Andy Cedilnik 030dd4b91e ENH: Speedup by only getting the source once 20 年之前
  Brad King 04b5d1613c COMP: Using const_iterator instead of iterator to walk through custom command dependencies. 21 年之前
  Bill Hoffman 43bc8a0d63 COMP: remove warnings 21 年之前
  Bill Hoffman ab817f2e81 COMP: fix warnings 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 5bf55d1590 ENH: shorten the symbols a bit and remove maps of std::string for map of cmStdString 21 年之前
  Bill Hoffman 8cb20b7052 BUG: fix perfered linker language code 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 年之前
  Bill Hoffman c8101e8e47 BUG: fix for bug 998, fix spelling errors 21 年之前
  Bill Hoffman 86bf9f396e ENH: add a property for HAS_CXX to a target that will force the use of a c++ compiler in the linking of an executable that contains only c code 21 年之前
  Bill Hoffman 1616135d4e ENH: remove warnings on sgi 21 年之前
  Brad King 5c9fadee4f BUG: _LINK_TYPE cache variable should never be switched from optimized to debug or vice versa. 21 年之前
  Andy Cedilnik c3840b5cc3 BUG: Fix Bug #445 - Same library in multiple projects can cause problems 22 年之前
  Bill Hoffman 42b39099a7 ENH: add support for OBJECT_DEPENDS for visual studio 22 年之前
  Andy Cedilnik ef20a2a8a9 BUG: Fix copy/paste typo 22 年之前
  Ken Martin 117f961a5a moved function into cmTarget 22 年之前
  Ken Martin a5a067fa1c removed some no longer required code 22 年之前
  Ken Martin 703242071f more crazt changes source files now must match with full path 22 年之前
  Bill Hoffman 0876c19dc8 ENH: remove warnings from borland 6 compiler 22 年之前
  Bill Hoffman ca773a5d6d ENH: add stdlib.h for portability to borland 6 22 年之前