Brad King
|
a6bc1c34b1
ENH: Auto-import symbols for cygwin executables
|
16 years ago |
Alexander Neundorf
|
176fe63d15
|
18 years ago |
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 years ago |
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 years ago |
Brad King
|
e0a662a3dd
ENH: Adding version number to the name of a DLL built in cygwin but not the import library. This addresses bug#3571.
|
19 years ago |
Brad King
|
48470eaa00
ENH: Enabling link-type selection flags on Cygwin, MSYS, and MinGW. This addresses bug#1644 on these platforms.
|
19 years ago |
Bill Hoffman
|
f08b1a2c96
ENH: add the flag for creating windows gui's
|
19 years ago |
Bill Hoffman
|
3f532f5489
ENH: add support for language flags at rule expansion time
|
20 years ago |
Bill Hoffman
|
a5825cd11a
ENH: check in new find stuff
|
20 years ago |
Brad King
|
57d2f7fded
BUG: Fixed cygwin module creation rules. Modules should not have the "cyg" prefix by default. Removd soname flags from creation rules because they are never used on this platform.
|
20 years ago |
Brad King
|
81677b3130
ENH: Generate import libraries for DLLs on Cygwin and MinGW.
|
20 years ago |
Brad King
|
33587ce376
ENH: Added platform settings CMAKE_FIND_LIBRARY_PREFIXES and CMAKE_FIND_LIBRARY_SUFFIXES to allow customized searching for libraries.
|
20 years ago |
Bill Hoffman
|
b08a151722
ENH: add exe stuff for cygwin
|
20 years ago |
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 years ago |
Bill Hoffman
|
110bc04bd0
use export all symbols on cygwin
|
23 years ago |
Bill Hoffman
|
e2d1104881
determine CMAKE_MAKE_PROGRAM in EnableLanguage
|
23 years ago |
Bill Hoffman
|
77888e67f8
remove debug stuff
|
23 years ago |
Bill Hoffman
|
e9687d931a
fix for create shared library
|
23 years ago |
Bill Hoffman
|
98ef89bf77
Set CMAKE_BUILD_TOOL
|
23 years ago |
Bill Hoffman
|
f5d95fb078
Complete rework of makefile generators expect trouble
|
23 years ago |