Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ENH: Added build rule variables CMAKE_<LANG>_ARCHIVE_CREATE, ↵ | Brad King | 2008-01-30 | 1 | -0/+11 |
| | | | | 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. | ||||
* | ENH: Added support for import libraries created by executable and module ↵ | Brad King | 2007-03-19 | 1 | -2/+2 |
| | | | | 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. | ||||
* | ENH: Adding image version number (major.minor) property to windows binaries. ↵ | Brad King | 2006-10-16 | 1 | -4/+12 |
| | | | | 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. | ||||
* | ENH: Enabling link-type selection flags on Cygwin, MSYS, and MinGW. This ↵ | Brad King | 2006-10-05 | 1 | -0/+11 |
| | | | | addresses bug#1644 on these platforms. | ||||
* | ENH: add windows apps to mingw | Bill Hoffman | 2006-04-17 | 1 | -0/+1 |
| | |||||
* | ENH: Added support for linking to MS .lib libraries in MinGW. | Brad King | 2006-03-22 | 1 | -1/+2 |
| | |||||
* | BUG: Fixed module creation rules. Removed soname portion of all rules ↵ | Brad King | 2006-02-19 | 1 | -4/+4 |
| | | | | because it is never used on this platform. | ||||
* | ENH: Generate import libraries for DLLs on Cygwin and MinGW. | Brad King | 2006-02-18 | 1 | -0/+12 |
| | |||||
* | ENH: Added platform settings CMAKE_FIND_LIBRARY_PREFIXES and ↵ | Brad King | 2006-02-09 | 1 | -0/+5 |
| | | | | CMAKE_FIND_LIBRARY_SUFFIXES to allow customized searching for libraries. | ||||
* | BUG: fix for bug 2322, use CMAKE_EXECUTABLE_SUFFIX variable for exe suffix | Bill Hoffman | 2006-01-02 | 1 | -0/+1 |
| | |||||
* | COMP: On mingw, -fPIC is not necessary and it actually produces warnings | Andy Cedilnik | 2005-10-18 | 1 | -0/+1 |
| | |||||
* | ENH: major changes to support addition of languages from cmake modules ↵ | Bill Hoffman | 2004-09-22 | 1 | -3/+3 |
| | | | | directory. | ||||
* | Make sure cmake uses consistent module prefixes | Bill Hoffman | 2004-08-30 | 1 | -1/+2 |
| | |||||
* | ENH: more uniform approach to enable language, one step closer to being able ↵ | Bill Hoffman | 2004-08-26 | 1 | -2/+0 |
| | | | | to enable a language without modifing cmake source code | ||||
* | BUG: fix mingw module load tests | Bill Hoffman | 2004-02-16 | 1 | -1/+0 |
| | |||||
* | shared modules are not linked so do not use lib prefix | Bill Hoffman | 2004-02-14 | 1 | -0/+1 |
| | |||||
* | ENH: change mingw to use libfoo.dll instead of foo.dll since it can link to them | Bill Hoffman | 2004-02-13 | 1 | -1/+1 |
| | |||||
* | BUG: fix for bug 383 gcc flags are now always set if the compiler is gnu | Bill Hoffman | 2003-11-14 | 1 | -0/+2 |
| | |||||
* | ENH: MinGW build now passes all the tests | Bill Hoffman | 2003-08-27 | 1 | -2/+2 |
| | |||||
* | ENH: add configure file for gcc under windows | Bill Hoffman | 2003-08-22 | 1 | -0/+14 |