Commit History

Author SHA1 Message Date
  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 years ago
  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 years ago
  Andy Cedilnik 030dd4b91e ENH: Speedup by only getting the source once 20 years ago
  Brad King 04b5d1613c COMP: Using const_iterator instead of iterator to walk through custom command dependencies. 21 years ago
  Bill Hoffman 43bc8a0d63 COMP: remove warnings 21 years ago
  Bill Hoffman ab817f2e81 COMP: fix warnings 21 years ago
  Bill Hoffman 7cef36c628 ENH: add the ability to generate custom commands for a language that is not supported by an IDE 21 years ago
  Bill Hoffman 5bf55d1590 ENH: shorten the symbols a bit and remove maps of std::string for map of cmStdString 21 years ago
  Bill Hoffman 8cb20b7052 BUG: fix perfered linker language code 21 years ago
  Bill Hoffman 692ba48c4e ENH: major changes to support addition of languages from cmake modules directory. 21 years ago
  Bill Hoffman 9655299f08 ENH: initial fortran support 21 years ago
  Bill Hoffman c8101e8e47 BUG: fix for bug 998, fix spelling errors 21 years ago
  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 years ago
  Bill Hoffman 1616135d4e ENH: remove warnings on sgi 21 years ago
  Brad King 5c9fadee4f BUG: _LINK_TYPE cache variable should never be switched from optimized to debug or vice versa. 21 years ago
  Andy Cedilnik c3840b5cc3 BUG: Fix Bug #445 - Same library in multiple projects can cause problems 22 years ago
  Bill Hoffman 42b39099a7 ENH: add support for OBJECT_DEPENDS for visual studio 22 years ago
  Andy Cedilnik ef20a2a8a9 BUG: Fix copy/paste typo 22 years ago
  Ken Martin 117f961a5a moved function into cmTarget 22 years ago
  Ken Martin a5a067fa1c removed some no longer required code 22 years ago
  Ken Martin 703242071f more crazt changes source files now must match with full path 22 years ago
  Bill Hoffman 0876c19dc8 ENH: remove warnings from borland 6 compiler 22 years ago
  Bill Hoffman ca773a5d6d ENH: add stdlib.h for portability to borland 6 22 years ago
  Bill Hoffman 94c396184e BUG: HasCXX did not use GetFileFormat and was broken 23 years ago
  Bill Hoffman 3859417d1a ENH: add target properties 23 years ago
  Brad King 4888c088ae ENH: Moved ExpandListVariables out of individual commands. Argument evaluation rules are now very consistent. Double quotes can always be used to create exactly one argument, regardless of contents inside. 23 years ago
  Amitha Perera 939035ad91 BUG: the dependency analysis would incorrectly alphabetically re-order the 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
  Andy Cedilnik 9ed93397fb If you specify header file as source, it should still use C compiler and not CXX. Also fix COnly test so that it make sure that this still works... 23 years ago
  Ken Martin 7ddb408621 removed some includes 23 years ago