| .. |
|
AIX.cmake
|
943de01060
ENH: disable static shared stuff on AIX, see comment
|
19 år sedan |
|
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 år sedan |
|
CMakeLists.txt
|
a21c0449ab
BUG: Added installation of .in files as well as .cmake files.
|
20 år sedan |
|
CYGWIN-g77.cmake
|
b08a151722
ENH: add exe stuff for cygwin
|
20 år sedan |
|
CYGWIN.cmake
|
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 år sedan |
|
Darwin-xlc.cmake
|
1c4337d778
ENH: Removed CMAKE_GENERATOR_NEW now that the old unix makefile generator is never used.
|
20 år sedan |
|
Darwin.cmake
|
7f7374e818
BUG: Do not enable -isystem support for Xcode generator until it is implemented.
|
19 år sedan |
|
FreeBSD.cmake
|
3079a67133
ENH: Enabling link type selection flags for this platform. See bug#1644 for details.
|
19 år sedan |
|
HP-UX.cmake
|
b2a5495922
STYLE: Updated comment about link type flags and passing directly to ld.
|
19 år sedan |
|
IRIX.cmake
|
8fbf4a0de6
ENH: Enabling preprocessed source and asembly source generation rules on SGI MIPSpro compilers.
|
19 år sedan |
|
IRIX64.cmake
|
8fbf4a0de6
ENH: Enabling preprocessed source and asembly source generation rules on SGI MIPSpro compilers.
|
19 år sedan |
|
Linux-como.cmake
|
692ba48c4e
ENH: major changes to support addition of languages from cmake modules directory.
|
21 år sedan |
|
Linux-icpc.cmake
|
066d5259c0
ENH: more compiler flags
|
20 år sedan |
|
Linux-ifort.cmake
|
b9947a91d4
ENH: Cleanup link libraries. Remove -l from -ldl
|
19 år sedan |
|
Linux.cmake
|
1d0502927c
ENH: Adding support to link specifically to an archive or a shared library based on the file name specified. This fixes the problem of having -lfoo linking to libfoo.so even when it came from libfoo.a being specified.
|
19 år sedan |
|
MP-RAS.cmake
|
692ba48c4e
ENH: major changes to support addition of languages from cmake modules directory.
|
21 år sedan |
|
NetBSD.cmake
|
d33021924d
ENH: add more search paths and add UnixPaths to all unix platforms
|
19 år sedan |
|
OSF1.cmake
|
d33021924d
ENH: add more search paths and add UnixPaths to all unix platforms
|
19 år sedan |
|
OpenBSD.cmake
|
a64f629140
ENH: add unix paths
|
19 år sedan |
|
QNX.cmake
|
e1799a5f88
BUG: QNX GCC does not have -isystem.
|
19 år sedan |
|
RISCos.cmake
|
692ba48c4e
ENH: major changes to support addition of languages from cmake modules directory.
|
21 år sedan |
|
SCO_SV.cmake
|
d33021924d
ENH: add more search paths and add UnixPaths to all unix platforms
|
19 år sedan |
|
SINIX.cmake
|
d33021924d
ENH: add more search paths and add UnixPaths to all unix platforms
|
19 år sedan |
|
SunOS.cmake
|
147b4ff102
BUG: Need -Wl, to pass linker flags when using gcc on Sun.
|
19 år sedan |
|
Tru64.cmake
|
d33021924d
ENH: add more search paths and add UnixPaths to all unix platforms
|
19 år sedan |
|
ULTRIX.cmake
|
d33021924d
ENH: add more search paths and add UnixPaths to all unix platforms
|
19 år sedan |
|
UNIX_SV.cmake
|
d33021924d
ENH: add more search paths and add UnixPaths to all unix platforms
|
19 år sedan |
|
UnixPaths.cmake
|
506dca3990
BUG: Header and library search path ordering should be consistent.
|
19 år sedan |
|
UnixWare.cmake
|
d33021924d
ENH: add more search paths and add UnixPaths to all unix platforms
|
19 år sedan |
|
Windows-bcc32.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 år sedan |
|
Windows-cl.cmake
|
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 år sedan |
|
Windows-cl.cmake.in
|
bcfd6f7f69
ENH: add better variables for MSVC versions
|
19 år sedan |
|
Windows-g++.cmake
|
e40ca0f428
BUG: Need Windows-g++.cmake module to support C++-only projects on Windows.
|
20 år sedan |
|
Windows-g77.cmake
|
86ad253427
BUG: fix for bug 2322, use CMAKE_EXECUTABLE_SUFFIX variable for exe suffix
|
20 år sedan |
|
Windows-gcc.cmake
|
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 år sedan |
|
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 år sedan |
|
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 år sedan |
|
Windows-wcl386.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 år sedan |
|
Windows.cmake
|
81677b3130
ENH: Generate import libraries for DLLs on Cygwin and MinGW.
|
19 år sedan |
|
WindowsPaths.cmake
|
a5825cd11a
ENH: check in new find stuff
|
19 år sedan |
|
Xenix.cmake
|
d33021924d
ENH: add more search paths and add UnixPaths to all unix platforms
|
19 år sedan |
|
g77.cmake
|
6571799492
FIX: for 1852 fix fortran case
|
20 år sedan |
|
gcc.cmake
|
c11cf31c9b
ENH: Adding SYSTEM option to INCLUDE_DIRECTORIES command. This addresses bug #3462.
|
19 år sedan |
|
kFreeBSD.cmake
|
b9947a91d4
ENH: Cleanup link libraries. Remove -l from -ldl
|
19 år sedan |