summaryrefslogtreecommitdiffstats
path: root/Modules/Platform
Commit message (Expand)AuthorAgeFilesLines
* ENH: initial support for creation of frameworks on MacBill Hoffman2007-05-081-0/+5
* BUG: Detect debian with existence of /etc/debian_version so things work in a ...Brad King2007-05-071-13/+3
* ENH: Merging CompilerId updates from branch CMake-Modules-CompilerId to the m...Brad King2007-05-033-0/+62
* BUG: if /opt/lib and /opt/csw/lib are searched for libs, then /opt/includeAlexander Neundorf2007-04-301-0/+1
* ENH: Add CMAKE_EXE_EXPORTS_C_FLAG and CMAKE_EXE_EXPORTS_CXX_FLAG to support e...Brad King2007-04-181-0/+2
* ENH: Added CMAKE_EXE_EXPORTS_C_FLAG and CMAKE_EXE_EXPORTS_CXX_FLAG to support...Brad King2007-04-182-0/+4
* ENH: Added CMAKE_SHARED_MODULE_LOADER_C_FLAG and CMAKE_SHARED_MODULE_LOADER_C...Brad King2007-04-171-0/+2
* ENH: Added option CMAKE_INSTALL_SO_NO_EXE on linux to choose whether the defa...Brad King2007-04-101-0/+37
* ENH: Enabled use of soname and therefore versioning symlinks. Patch is from ...Brad King2007-04-101-0/+2
* ENH: Added target property ENABLE_EXPORTS for executable targets. It enables...Brad King2007-03-222-9/+22
* BUG: Disable creation of import libraries for executables on Borland until it...Brad King2007-03-201-2/+2
* ENH: Added support for import libraries created by executable and module targ...Brad King2007-03-194-10/+13
* BUG: Do not create import library for MODULEs. This is an incremental fix fo...Brad King2007-03-101-6/+6
* BUG: Fixed MSVC8 module build rule to not use /implib option. This is an inc...Brad King2007-03-101-8/+12
* BUG: Shared library creation should use /implib option to specify the name of...Brad King2007-03-091-6/+7
* BUG: Get rid of ancient variables CMAKE_CXX_WARNING_LEVEL, CMAKE_CXX_USE_RTTI...Brad King2007-03-071-5/+1
* BUG: Do not create import library for MODULEs. The TARGET_IMPLIB name is not...Brad King2007-03-031-10/+14
* BUG: Propagate platform settings such as CMAKE_OSX_ARCHITECTURES to the try c...Andy Cedilnik2007-03-021-0/+5
* ENH: force c++ when building c++ objectsBill Hoffman2007-02-211-0/+2
* BUG: fix for bug 3950 add support for df compiler on windowsBill Hoffman2007-02-201-0/+68
* ENH: try to force c++ on qnxBill Hoffman2007-02-201-0/+3
* BUG: Applied patch from bug#4462.Brad King2007-02-191-2/+6
* ENH: add beos fileBill Hoffman2006-12-071-0/+10
* BUG: use different commands for shared libraries and exe for manifest stuff f...Bill Hoffman2006-11-111-2/+2
* ENH: Adding image version number (major.minor) property to windows binaries. ...Brad King2006-10-163-11/+27
* BUG: Do not enable -isystem support for Xcode generator until it is implemented.Brad King2006-10-061-0/+6
* ENH: Adding version number to the name of a DLL built in cygwin but not the i...Brad King2006-10-051-0/+3
* ENH: Enabling link-type selection flags on Cygwin, MSYS, and MinGW. This add...Brad King2006-10-052-0/+21
* BUG: QNX GCC does not have -isystem.Brad King2006-10-051-0/+4
* ENH: Adding SYSTEM option to INCLUDE_DIRECTORIES command. This addresses bug...Brad King2006-10-051-0/+2
* BUG: fix for bug# 3584 missing SONAME for fortran on darwinBill Hoffman2006-10-041-0/+7
* BUG: fix for bug#3652 use link /lib instead of libBill Hoffman2006-10-031-1/+1
* ENH: disable static shared stuff on AIX, see commentBill Hoffman2006-10-031-4/+9
* BUG: Header and library search path ordering should be consistent.Brad King2006-09-281-6/+32
* ENH: Enabling link type selection flags for this platform. See bug#1644 for ...Brad King2006-09-181-0/+9
* BUG: Need -Wl, to pass linker flags when using gcc on Sun.Brad King2006-09-161-4/+22
* ENH: Enabling link type selection flags for this platform. See bug#1644 for ...Brad King2006-09-151-0/+9
* STYLE: Updated comment about link type flags and passing directly to ld.Brad King2006-09-151-4/+5
* BUG: Fix CMAKE_SHARED_*_LINK_*_C_FLAGS to pass link type selection flags dire...Brad King2006-09-151-1/+10
* ENH: Enabling link type selection flags for this platform. See bug#1644 for ...Brad King2006-09-151-0/+9
* ENH: Enabling link type selection flags for this platform. See bug#1644 for ...Brad King2006-09-152-0/+19
* ENH: Adding support to link specifically to an archive or a shared library ba...Brad King2006-09-151-0/+10
* ENH: Adding flags to force generation of manifest files when building with VC 8.Brad King2006-08-151-6/+13
* ENH: Enabling preprocessed source and asembly source generation rules on AIX ...Brad King2006-08-091-0/+10
* ENH: Enabled generation of preprocessed and assembly source rules for MSVC wi...Brad King2006-08-091-0/+12
* ENH: Enabling preprocessed source and asembly source generation rules on SGI ...Brad King2006-08-092-0/+32
* ENH: Enabling preprocessed source and asembly source generation rules on HP a...Brad King2006-08-091-0/+14
* ENH: Enabling preprocessed source and asembly source generation rules on Sun CC.Brad King2006-08-091-0/+10
* ENH: Changed preprocessed source extension to .i and assembly extension to .s...Brad King2006-08-091-4/+4
* ENH: Added generation of rules to manually request preprocessed or generated ...Brad King2006-08-081-0/+4