提交历史

作者 SHA1 备注 提交日期
  Brad King ea874415d9 ENH: Moved GetTargetDirectory method up to cmLocalGenerator. This provides a common interface to something that was implemented in most local generators anyway. 18 年之前
  David Cole ee91e25499 BUG: Only pay attention to the FRAMEWORK target property for SHARED library targets 18 年之前
  Alexander Neundorf dddbad259c 18 年之前
  Alexander Neundorf a4429ad30a 18 年之前
  Alexander Neundorf 95a8331edb 18 年之前
  Alexander Neundorf e126db1f71 18 年之前
  Brad King 35936433e1 ENH: Merging changes from branch CMake-SourceFile2-b between tags 18 年之前
  Alexander Neundorf 74750610cf ENH: determine typesize by compiling a file and reading strings from the compiled output. 18 年之前
  Brad King 3f2dd9bc54 ENH: Made cmTarget::GetSourceFiles method return reference to const so addition of cmSourceFile pointers must be done with an access method in cmTarget. 18 年之前
  Alexander Neundorf 79756b0e67 18 年之前
  Brad King 5639c69d39 ENH: Removed unused code now that INSTALL_FILES and INSTALL_PROGRAMS are not targets. 18 年之前
  Brad King 9d75da9eaf ENH: Removed unused code now that INSTALL_FILES and INSTALL_PROGRAMS are not targets. 18 年之前
  Brad King ba7780a3c4 ENH: Fixed INSTALL_FILES and INSTALL_PROGRAMS commands to not create targets. No targets of type cmTarget::INSTALL_FILES or cmTarget::INSTALL_PROGRAMS are created, so we do not need to check for them everywhere anymore. 18 年之前
  Alexander Neundorf 4878c00905 18 年之前
  Brad King 92c0f41251 ENH: Use CMAKE_PLATFORM_IMPLICIT_LINK_DIRECTORIES from platform files to block link directories. 18 年之前
  Alexander Neundorf 891f2130cf COMP: fix link rules with nmake, the linker command has to be converted to shortpath form for nmake 18 年之前
  Brad King c25d2bfdd2 ENH: Added testing for custom command line arguments containing all special characters on the US keyboard. Fixed curly brace arguments on borland and % arguments in mingw32-make. 18 年之前
  Brad King bd78952748 BUG: Do not emit /usr/lib32 or /usr/lib64 as linker paths. Submitted by David Faure. 18 年之前
  Bill Hoffman 76dd86b410 BUG: fix -D escaped quotes for watcom 18 年之前
  Alexander Neundorf 7f11536704 18 年之前
  Bill Hoffman 39ccc4fb11 ENH: fix it so that the FRAMEWORK property does not break the building of normal shared libs on non-mac platforms 18 年之前
  Bill Hoffman 9323a27989 ENH: initial support for creation of frameworks on Mac 18 年之前
  Brad King 47159b69be BUG: Fix ComputeLinkInformation. When using a loader_flag link item the full per-configuration path should be used. The fullPathLibs returned should refer to the import library if it was used. Since the full paths are used for dependencies the executable used with loader_flag should be returned also. 18 年之前
  Brad King 4241e699c7 BUG: Cannot escape link items because some need the spaces to separate arguments. Instead just escape the argument to the loader flag. 18 年之前
  Brad King 07b9423e7d BUG: Fix ComputeLinkInformation for non-linked targets. Why is it called for utility targets anyway? 18 年之前
  Brad King f9f5772557 ENH: Added use of platform variable CMAKE_SHARED_MODULE_LOADER_<lang>_FLAG to add a special flag when linking a plugin to an executable that loads it. 18 年之前
  Brad King a017333d9a ENH: Added option CMAKE_INSTALL_SO_NO_EXE on linux to choose whether the default permissions for shared libraries include the executable bit. This is necessary to support the conflicting policies of Debian and Fedora. These changes address bug#4805. 18 年之前
  Bill Hoffman 5ed2141d12 ENH: make sure default /System framework is not added with -F 18 年之前
  Brad King 5a32aa5919 ENH: Added target property ENABLE_EXPORTS for executable targets. It enables the executables for linking by loadable modules that import symbols from the executable. This finishes the executable import library support mentioned in bug #4210. 18 年之前
  Brad King 1f639ee76c ENH: Added computation of object file names that are almost always short enough to not exceed the filesystem path length limitation. This is useful when a source file from outside the tree is referenced with a long full path. The object file name previously would contain the entire path which when combined with the build output directory could exceed the filesystem limit. Now CMake recognizes this case and replaces enough of the beginning of the full path to the source file with an md5sum of the replaced portion to make the name fit on disk. This addresses bug#4520. 18 年之前