Alexander Neundorf 176fe63d15 18 ani în urmă
..
AIX.cmake 846b058f73 ENH: force c++ when building c++ objects 19 ani în urmă
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 ani în urmă
BeOS.cmake 176fe63d15 18 ani în urmă
BlueGeneL.cmake 919265516e 18 ani în urmă
CMakeLists.txt a21c0449ab BUG: Added installation of .in files as well as .cmake files. 21 ani în urmă
CYGWIN-g77.cmake b08a151722 ENH: add exe stuff for cygwin 20 ani în urmă
CYGWIN.cmake 176fe63d15 18 ani în urmă
Catamount.cmake 21f73ebc36 18 ani în urmă
Darwin-xlc.cmake 1c4337d778 ENH: Removed CMAKE_GENERATOR_NEW now that the old unix makefile generator is never used. 21 ani în urmă
Darwin.cmake 176fe63d15 18 ani în urmă
DragonFly.cmake 2339b9f753 18 ani în urmă
FreeBSD.cmake 66d1930f56 ENH: Added CMAKE_EXE_EXPORTS_C_FLAG and CMAKE_EXE_EXPORTS_CXX_FLAG to support executables that export symbols. 18 ani în urmă
GNU.cmake a5e6f52a96 ENH: Added GNU/Hurd platform. Taken from debian patch 407155. 18 ani în urmă
Generic-ADSP-ASM.cmake d090159318 18 ani în urmă
Generic-ADSP-C.cmake d090159318 18 ani în urmă
Generic-ADSP-CXX.cmake d090159318 18 ani în urmă
Generic-ADSP-Common.cmake d090159318 18 ani în urmă
Generic-SDCC-C.cmake 25a425ecf0 18 ani în urmă
Generic.cmake f8261ff9f7 18 ani în urmă
HP-UX.cmake b2a5495922 STYLE: Updated comment about link type flags and passing directly to ld. 19 ani în urmă
IRIX.cmake 8fbf4a0de6 ENH: Enabling preprocessed source and asembly source generation rules on SGI MIPSpro compilers. 19 ani în urmă
IRIX64.cmake 8fbf4a0de6 ENH: Enabling preprocessed source and asembly source generation rules on SGI MIPSpro compilers. 19 ani în urmă
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 ani în urmă
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 ani în urmă
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 ani în urmă
Linux-como.cmake 692ba48c4e ENH: major changes to support addition of languages from cmake modules directory. 21 ani în urmă
Linux-icpc.cmake 066d5259c0 ENH: more compiler flags 20 ani în urmă
Linux-ifort.cmake b9947a91d4 ENH: Cleanup link libraries. Remove -l from -ldl 19 ani în urmă
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 ani în urmă
MP-RAS.cmake 692ba48c4e ENH: major changes to support addition of languages from cmake modules directory. 21 ani în urmă
NetBSD.cmake ce33d80fa5 18 ani în urmă
OSF1.cmake d33021924d ENH: add more search paths and add UnixPaths to all unix platforms 20 ani în urmă
OpenBSD.cmake a64f629140 ENH: add unix paths 20 ani în urmă
QNX.cmake 176fe63d15 18 ani în urmă
RISCos.cmake 692ba48c4e ENH: major changes to support addition of languages from cmake modules directory. 21 ani în urmă
SCO_SV.cmake d33021924d ENH: add more search paths and add UnixPaths to all unix platforms 20 ani în urmă
SINIX.cmake d33021924d ENH: add more search paths and add UnixPaths to all unix platforms 20 ani în urmă
SunOS.cmake 147b4ff102 BUG: Need -Wl, to pass linker flags when using gcc on Sun. 19 ani în urmă
Tru64.cmake d33021924d ENH: add more search paths and add UnixPaths to all unix platforms 20 ani în urmă
ULTRIX.cmake d33021924d ENH: add more search paths and add UnixPaths to all unix platforms 20 ani în urmă
UNIX_SV.cmake d33021924d ENH: add more search paths and add UnixPaths to all unix platforms 20 ani în urmă
UnixPaths.cmake 176fe63d15 18 ani în urmă
UnixWare.cmake d33021924d ENH: add more search paths and add UnixPaths to all unix platforms 20 ani în urmă
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 ani în urmă
Windows-cl.cmake dac7814841 18 ani în urmă
Windows-cl.cmake.in bcfd6f7f69 ENH: add better variables for MSVC versions 20 ani în urmă
Windows-df.cmake b8eede3b19 BUG: fix for bug 3950 add support for df compiler on windows 19 ani în urmă
Windows-g++.cmake e40ca0f428 BUG: Need Windows-g++.cmake module to support C++-only projects on Windows. 20 ani în urmă
Windows-g77.cmake 86ad253427 BUG: fix for bug 2322, use CMAKE_EXECUTABLE_SUFFIX variable for exe suffix 20 ani în urmă
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 ani în urmă
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 ani în urmă
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 ani în urmă
Windows-wcl386.cmake e1260b8468 ENH: Enabled preprocessor make rules for Watcom. 18 ani în urmă
Windows.cmake 176fe63d15 18 ani în urmă
WindowsPaths.cmake dac7814841 18 ani în urmă
Xenix.cmake d33021924d ENH: add more search paths and add UnixPaths to all unix platforms 20 ani în urmă
cl.cmake 15a7414a60 COMP: if a new cmake runs on an old build tree, set CMAKE_LINKER to link to make it link 18 ani în urmă
eCos.cmake 1f7e8e6f0b 18 ani în urmă
g77.cmake 6571799492 FIX: for 1852 fix fortran case 20 ani în urmă
gas.cmake 5b18b80b58 18 ani în urmă
gcc.cmake 6be930f0cf 18 ani în urmă
kFreeBSD.cmake b9947a91d4 ENH: Cleanup link libraries. Remove -l from -ldl 19 ani în urmă