Alexander Neundorf 6c02ec1a40 19 years ago
..
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. 19 years ago
Darwin-xlc.cmake 1c4337d778 ENH: Removed CMAKE_GENERATOR_NEW now that the old unix makefile generator is never used. 21 years ago
Darwin.cmake 74750610cf ENH: determine typesize by compiling a file and reading strings from the compiled output. 19 years ago
FreeBSD.cmake 66d1930f56 ENH: Added CMAKE_EXE_EXPORTS_C_FLAG and CMAKE_EXE_EXPORTS_CXX_FLAG to support executables that export symbols. 19 years ago
Generic.cmake 6c02ec1a40 19 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-SunPro-C.cmake 44ab336a0c ENH: Merging CompilerId updates from branch CMake-Modules-CompilerId to the main tree. Changes between CMake-Modules-CompilerId-mp1 and CMake-Modules-CompilerId-mp2 are included. 19 years ago
Linux-SunPro-CXX.cmake 44ab336a0c ENH: Merging CompilerId updates from branch CMake-Modules-CompilerId to the main tree. Changes between CMake-Modules-CompilerId-mp1 and CMake-Modules-CompilerId-mp2 are included. 19 years ago
Linux-SunPro-Fortran.cmake 44ab336a0c ENH: Merging CompilerId updates from branch CMake-Modules-CompilerId to the main tree. Changes between CMake-Modules-CompilerId-mp1 and CMake-Modules-CompilerId-mp2 are included. 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 20 years ago
Linux.cmake 96232d4052 BUG: Detect debian with existence of /etc/debian_version so things work in a chroot install. This is suggested in bug#4805. 19 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. 19 years ago
OSF1.cmake d33021924d ENH: add more search paths and add UnixPaths to all unix platforms 20 years ago
OpenBSD.cmake a64f629140 ENH: add unix paths 20 years ago
QNX.cmake 2dd364f751 ENH: Add CMAKE_EXE_EXPORTS_C_FLAG and CMAKE_EXE_EXPORTS_CXX_FLAG to support executables that export symbols. 19 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 20 years ago
SINIX.cmake d33021924d ENH: add more search paths and add UnixPaths to all unix platforms 20 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 20 years ago
ULTRIX.cmake d33021924d ENH: add more search paths and add UnixPaths to all unix platforms 20 years ago
UNIX_SV.cmake d33021924d ENH: add more search paths and add UnixPaths to all unix platforms 20 years ago
UnixPaths.cmake 92c0f41251 ENH: Use CMAKE_PLATFORM_IMPLICIT_LINK_DIRECTORIES from platform files to block link directories. 19 years ago
UnixWare.cmake d33021924d ENH: add more search paths and add UnixPaths to all unix platforms 20 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. 19 years ago
Windows-cl.cmake 61d3444f93 19 years ago
Windows-cl.cmake.in bcfd6f7f69 ENH: add better variables for MSVC versions 20 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. 19 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. 20 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. 20 years ago
Windows-wcl386.cmake e1260b8468 ENH: Enabled preprocessor make rules for Watcom. 19 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 20 years ago
cl.cmake 15a7414a60 COMP: if a new cmake runs on an old build tree, set CMAKE_LINKER to link to make it link 19 years ago
g77.cmake 6571799492 FIX: for 1852 fix fortran case 20 years ago
gcc.cmake 6be930f0cf 19 years ago
kFreeBSD.cmake b9947a91d4 ENH: Cleanup link libraries. Remove -l from -ldl 20 years ago