Alexander Neundorf 1f7e8e6f0b 18 年之前
..
AIX.cmake 846b058f73 ENH: force c++ when building c++ objects 19 年之前
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 年之前
BeOS.cmake a47820ca86 ENH: add beos file 19 年之前
BlueGeneL.cmake f8261ff9f7 18 年之前
CMakeLists.txt a21c0449ab BUG: Added installation of .in files as well as .cmake files. 21 年之前
CYGWIN-g77.cmake b08a151722 ENH: add exe stuff for cygwin 20 年之前
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 年之前
Darwin-xlc.cmake 1c4337d778 ENH: Removed CMAKE_GENERATOR_NEW now that the old unix makefile generator is never used. 21 年之前
Darwin.cmake 74750610cf ENH: determine typesize by compiling a file and reading strings from the compiled output. 18 年之前
FreeBSD.cmake 66d1930f56 ENH: Added CMAKE_EXE_EXPORTS_C_FLAG and CMAKE_EXE_EXPORTS_CXX_FLAG to support executables that export symbols. 18 年之前
GNU.cmake a5e6f52a96 ENH: Added GNU/Hurd platform. Taken from debian patch 407155. 18 年之前
Generic-SDCC-C.cmake 25a425ecf0 18 年之前
Generic.cmake f8261ff9f7 18 年之前
HP-UX.cmake b2a5495922 STYLE: Updated comment about link type flags and passing directly to ld. 19 年之前
IRIX.cmake 8fbf4a0de6 ENH: Enabling preprocessed source and asembly source generation rules on SGI MIPSpro compilers. 19 年之前
IRIX64.cmake 8fbf4a0de6 ENH: Enabling preprocessed source and asembly source generation rules on SGI MIPSpro compilers. 19 年之前
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. 18 年之前
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. 18 年之前
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. 18 年之前
Linux-como.cmake 692ba48c4e ENH: major changes to support addition of languages from cmake modules directory. 21 年之前
Linux-icpc.cmake 066d5259c0 ENH: more compiler flags 20 年之前
Linux-ifort.cmake b9947a91d4 ENH: Cleanup link libraries. Remove -l from -ldl 19 年之前
Linux.cmake eab81489f1 ENH: Added global property FIND_LIBRARY_USE_LIB64_PATHS to allow lib64 paths to be searched optionally. Turn off the feature on debian systems. This addresses debian report 419007. 18 年之前
MP-RAS.cmake 692ba48c4e ENH: major changes to support addition of languages from cmake modules directory. 21 年之前
NetBSD.cmake 0526552b10 ENH: Enabled use of soname and therefore versioning symlinks. Patch is from bug#4558. 18 年之前
OSF1.cmake d33021924d ENH: add more search paths and add UnixPaths to all unix platforms 20 年之前
OpenBSD.cmake a64f629140 ENH: add unix paths 20 年之前
QNX.cmake 2dd364f751 ENH: Add CMAKE_EXE_EXPORTS_C_FLAG and CMAKE_EXE_EXPORTS_CXX_FLAG to support executables that export symbols. 18 年之前
RISCos.cmake 692ba48c4e ENH: major changes to support addition of languages from cmake modules directory. 21 年之前
SCO_SV.cmake d33021924d ENH: add more search paths and add UnixPaths to all unix platforms 20 年之前
SINIX.cmake d33021924d ENH: add more search paths and add UnixPaths to all unix platforms 20 年之前
SunOS.cmake 147b4ff102 BUG: Need -Wl, to pass linker flags when using gcc on Sun. 19 年之前
Tru64.cmake d33021924d ENH: add more search paths and add UnixPaths to all unix platforms 20 年之前
ULTRIX.cmake d33021924d ENH: add more search paths and add UnixPaths to all unix platforms 20 年之前
UNIX_SV.cmake d33021924d ENH: add more search paths and add UnixPaths to all unix platforms 20 年之前
UnixPaths.cmake eab81489f1 ENH: Added global property FIND_LIBRARY_USE_LIB64_PATHS to allow lib64 paths to be searched optionally. Turn off the feature on debian systems. This addresses debian report 419007. 18 年之前
UnixWare.cmake d33021924d ENH: add more search paths and add UnixPaths to all unix platforms 20 年之前
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 年之前
Windows-cl.cmake 61d3444f93 18 年之前
Windows-cl.cmake.in bcfd6f7f69 ENH: add better variables for MSVC versions 20 年之前
Windows-df.cmake b8eede3b19 BUG: fix for bug 3950 add support for df compiler on windows 19 年之前
Windows-g++.cmake e40ca0f428 BUG: Need Windows-g++.cmake module to support C++-only projects on Windows. 20 年之前
Windows-g77.cmake 86ad253427 BUG: fix for bug 2322, use CMAKE_EXECUTABLE_SUFFIX variable for exe suffix 20 年之前
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 年之前
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 年之前
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 年之前
Windows-wcl386.cmake e1260b8468 ENH: Enabled preprocessor make rules for Watcom. 18 年之前
Windows.cmake 81677b3130 ENH: Generate import libraries for DLLs on Cygwin and MinGW. 20 年之前
WindowsPaths.cmake a5825cd11a ENH: check in new find stuff 20 年之前
Xenix.cmake d33021924d ENH: add more search paths and add UnixPaths to all unix platforms 20 年之前
cl.cmake 15a7414a60 COMP: if a new cmake runs on an old build tree, set CMAKE_LINKER to link to make it link 18 年之前
eCos.cmake 1f7e8e6f0b 18 年之前
g77.cmake 6571799492 FIX: for 1852 fix fortran case 20 年之前
gas.cmake 5b18b80b58 18 年之前
gcc.cmake 6be930f0cf 18 年之前
kFreeBSD.cmake b9947a91d4 ENH: Cleanup link libraries. Remove -l from -ldl 19 年之前