| .. |
|
AIX.cmake
|
846b058f73
ENH: force c++ when building c++ objects
|
19 years ago |
|
BSDOS.cmake
|
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 |
|
BeOS.cmake
|
a47820ca86
ENH: add beos file
|
19 years ago |
|
CMakeLists.txt
|
a21c0449ab
BUG: Added installation of .in files as well as .cmake files.
|
21 years ago |
|
CYGWIN-g77.cmake
|
b08a151722
ENH: add exe stuff for cygwin
|
20 years ago |
|
CYGWIN.cmake
|
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 |
|
Darwin-xlc.cmake
|
1c4337d778
ENH: Removed CMAKE_GENERATOR_NEW now that the old unix makefile generator is never used.
|
20 years ago |
|
Darwin.cmake
|
60befc2e49
ENH: Added CMAKE_SHARED_MODULE_LOADER_C_FLAG and CMAKE_SHARED_MODULE_LOADER_CXX_FLAG to support linking plugins to executables.
|
18 years ago |
|
FreeBSD.cmake
|
66d1930f56
ENH: Added CMAKE_EXE_EXPORTS_C_FLAG and CMAKE_EXE_EXPORTS_CXX_FLAG to support executables that export symbols.
|
18 years ago |
|
HP-UX.cmake
|
b2a5495922
STYLE: Updated comment about link type flags and passing directly to ld.
|
19 years ago |
|
IRIX.cmake
|
8fbf4a0de6
ENH: Enabling preprocessed source and asembly source generation rules on SGI MIPSpro compilers.
|
19 years ago |
|
IRIX64.cmake
|
8fbf4a0de6
ENH: Enabling preprocessed source and asembly source generation rules on SGI MIPSpro compilers.
|
19 years ago |
|
Linux-como.cmake
|
692ba48c4e
ENH: major changes to support addition of languages from cmake modules directory.
|
21 years ago |
|
Linux-icpc.cmake
|
066d5259c0
ENH: more compiler flags
|
20 years ago |
|
Linux-ifort.cmake
|
b9947a91d4
ENH: Cleanup link libraries. Remove -l from -ldl
|
19 years ago |
|
Linux.cmake
|
66d1930f56
ENH: Added CMAKE_EXE_EXPORTS_C_FLAG and CMAKE_EXE_EXPORTS_CXX_FLAG to support executables that export symbols.
|
18 years ago |
|
MP-RAS.cmake
|
692ba48c4e
ENH: major changes to support addition of languages from cmake modules directory.
|
21 years ago |
|
NetBSD.cmake
|
0526552b10
ENH: Enabled use of soname and therefore versioning symlinks. Patch is from bug#4558.
|
18 years ago |
|
OSF1.cmake
|
d33021924d
ENH: add more search paths and add UnixPaths to all unix platforms
|
19 years ago |
|
OpenBSD.cmake
|
a64f629140
ENH: add unix paths
|
19 years ago |
|
QNX.cmake
|
2dd364f751
ENH: Add CMAKE_EXE_EXPORTS_C_FLAG and CMAKE_EXE_EXPORTS_CXX_FLAG to support executables that export symbols.
|
18 years ago |
|
RISCos.cmake
|
692ba48c4e
ENH: major changes to support addition of languages from cmake modules directory.
|
21 years ago |
|
SCO_SV.cmake
|
d33021924d
ENH: add more search paths and add UnixPaths to all unix platforms
|
19 years ago |
|
SINIX.cmake
|
d33021924d
ENH: add more search paths and add UnixPaths to all unix platforms
|
19 years ago |
|
SunOS.cmake
|
147b4ff102
BUG: Need -Wl, to pass linker flags when using gcc on Sun.
|
19 years ago |
|
Tru64.cmake
|
d33021924d
ENH: add more search paths and add UnixPaths to all unix platforms
|
19 years ago |
|
ULTRIX.cmake
|
d33021924d
ENH: add more search paths and add UnixPaths to all unix platforms
|
19 years ago |
|
UNIX_SV.cmake
|
d33021924d
ENH: add more search paths and add UnixPaths to all unix platforms
|
19 years ago |
|
UnixPaths.cmake
|
506dca3990
BUG: Header and library search path ordering should be consistent.
|
19 years ago |
|
UnixWare.cmake
|
d33021924d
ENH: add more search paths and add UnixPaths to all unix platforms
|
19 years ago |
|
Windows-bcc32.cmake
|
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 years ago |
|
Windows-cl.cmake
|
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 |
|
Windows-cl.cmake.in
|
bcfd6f7f69
ENH: add better variables for MSVC versions
|
19 years ago |
|
Windows-df.cmake
|
b8eede3b19
BUG: fix for bug 3950 add support for df compiler on windows
|
19 years ago |
|
Windows-g++.cmake
|
e40ca0f428
BUG: Need Windows-g++.cmake module to support C++-only projects on Windows.
|
20 years ago |
|
Windows-g77.cmake
|
86ad253427
BUG: fix for bug 2322, use CMAKE_EXECUTABLE_SUFFIX variable for exe suffix
|
20 years ago |
|
Windows-gcc.cmake
|
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 |
|
Windows-icl.cmake
|
08289893b8
ENH: Split CMAKE_STANDARD_LIBRARIES into per-language variables CMAKE_<lang>_STANDARD_LIBRARIES. This is needed to get programmable language support working with Visual Studio generators. It makes sense anyway.
|
19 years ago |
|
Windows-ifort.cmake
|
08289893b8
ENH: Split CMAKE_STANDARD_LIBRARIES into per-language variables CMAKE_<lang>_STANDARD_LIBRARIES. This is needed to get programmable language support working with Visual Studio generators. It makes sense anyway.
|
19 years ago |
|
Windows-wcl386.cmake
|
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 years ago |
|
Windows.cmake
|
81677b3130
ENH: Generate import libraries for DLLs on Cygwin and MinGW.
|
20 years ago |
|
WindowsPaths.cmake
|
a5825cd11a
ENH: check in new find stuff
|
20 years ago |
|
Xenix.cmake
|
d33021924d
ENH: add more search paths and add UnixPaths to all unix platforms
|
19 years ago |
|
g77.cmake
|
6571799492
FIX: for 1852 fix fortran case
|
20 years ago |
|
gcc.cmake
|
a7042f2e97
BUG: Applied patch from bug#4462.
|
19 years ago |
|
kFreeBSD.cmake
|
b9947a91d4
ENH: Cleanup link libraries. Remove -l from -ldl
|
19 years ago |