提交历史

作者 SHA1 备注 提交日期
  Bill Hoffman 9d6cec87e0 BUG: fix for 5705, link in standard libs for mingw 17 年之前
  Bill Hoffman cf5609221b BUG: fix for 7704 17 年之前
  Brad King 66e0b4212f ENH: Added build rule variables CMAKE_<LANG>_ARCHIVE_CREATE, CMAKE_<LANG>_ARCHIVE_APPEND, and CMAKE_<LANG>_ARCHIVE_FINISH to support creation of static archive libraries out of a large number of objects. See bug #6284. 18 年之前
  Brad King fc7c433463 ENH: Added support for import libraries created by executable and module targets. The module import libraries should never be used but some windows compilers always create them for .dll files since there is no distinction from shared libraries on that platform. The executable import libraries may be used to create modules that when loaded bind to symbols from the executables. This is an enhancement related to bug#4210 though not requested by it explicitly. 18 年之前
  Brad King b155f3aa1c ENH: Adding image version number (major.minor) property to windows binaries. Default is 0.0, but the VERSION target property may change the value. Windows now has first-class support for dll and exe versioning. This addresses bug#1219. 19 年之前
  Brad King 48470eaa00 ENH: Enabling link-type selection flags on Cygwin, MSYS, and MinGW. This addresses bug#1644 on these platforms. 19 年之前
  Bill Hoffman b4c7f843f9 ENH: add windows apps to mingw 19 年之前
  Brad King 0376fe4b9b ENH: Added support for linking to MS .lib libraries in MinGW. 19 年之前
  Brad King 90c8ea1c03 BUG: Fixed module creation rules. Removed soname portion of all rules because it is never used on this platform. 20 年之前
  Brad King 81677b3130 ENH: Generate import libraries for DLLs on Cygwin and MinGW. 20 年之前
  Brad King 33587ce376 ENH: Added platform settings CMAKE_FIND_LIBRARY_PREFIXES and CMAKE_FIND_LIBRARY_SUFFIXES to allow customized searching for libraries. 20 年之前
  Bill Hoffman 86ad253427 BUG: fix for bug 2322, use CMAKE_EXECUTABLE_SUFFIX variable for exe suffix 20 年之前
  Andy Cedilnik 37dc4bdc6e COMP: On mingw, -fPIC is not necessary and it actually produces warnings 20 年之前
  Bill Hoffman 692ba48c4e ENH: major changes to support addition of languages from cmake modules directory. 21 年之前
  Bill Hoffman 4fb678e40d Make sure cmake uses consistent module prefixes 21 年之前
  Bill Hoffman 66a08c10e5 ENH: more uniform approach to enable language, one step closer to being able to enable a language without modifing cmake source code 21 年之前
  Bill Hoffman 07b4d8bbca BUG: fix mingw module load tests 22 年之前
  Bill Hoffman eb7ab7964a shared modules are not linked so do not use lib prefix 22 年之前
  Bill Hoffman f7ce654912 ENH: change mingw to use libfoo.dll instead of foo.dll since it can link to them 22 年之前
  Bill Hoffman c3530dd01f BUG: fix for bug 383 gcc flags are now always set if the compiler is gnu 22 年之前
  Bill Hoffman a35d911def ENH: MinGW build now passes all the tests 22 年之前
  Bill Hoffman 9cc69e8292 ENH: add configure file for gcc under windows 22 年之前