summaryrefslogtreecommitdiffstats
path: root/Modules/Platform
Commit message (Collapse)AuthorAgeFilesLines
* BUG: Do not create import library for MODULEs. The TARGET_IMPLIB name is ↵Brad King2007-03-031-10/+14
| | | | not set correctly for MODULE rules anyway.
* BUG: Propagate platform settings such as CMAKE_OSX_ARCHITECTURES to the try ↵Andy Cedilnik2007-03-021-0/+5
| | | | compile
* 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 ↵Bill Hoffman2006-11-111-2/+2
| | | | fix for bug#4039
* ENH: Adding image version number (major.minor) property to windows binaries. ↵Brad King2006-10-163-11/+27
| | | | 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.
* 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 ↵Brad King2006-10-051-0/+3
| | | | import library. This addresses bug#3571.
* ENH: Enabling link-type selection flags on Cygwin, MSYS, and MinGW. This ↵Brad King2006-10-052-0/+21
| | | | addresses bug#1644 on these platforms.
* BUG: QNX GCC does not have -isystem.Brad King2006-10-051-0/+4
|
* ENH: Adding SYSTEM option to INCLUDE_DIRECTORIES command. This addresses ↵Brad King2006-10-051-0/+2
| | | | bug #3462.
* 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
| | | | details.
* 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
| | | | details.
* 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 ↵Brad King2006-09-151-1/+10
| | | | directly to the linker.
* ENH: Enabling link type selection flags for this platform. See bug#1644 for ↵Brad King2006-09-151-0/+9
| | | | details.
* ENH: Enabling link type selection flags for this platform. See bug#1644 for ↵Brad King2006-09-152-0/+19
| | | | details.
* ENH: Adding support to link specifically to an archive or a shared library ↵Brad King2006-09-151-0/+10
| | | | 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.
* 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
| | | | compilers.
* ENH: Enabled generation of preprocessed and assembly source rules for MSVC ↵Brad King2006-08-091-0/+12
| | | | with NMake.
* ENH: Enabling preprocessed source and asembly source generation rules on SGI ↵Brad King2006-08-092-0/+32
| | | | MIPSpro compilers.
* ENH: Enabling preprocessed source and asembly source generation rules on HP ↵Brad King2006-08-091-0/+14
| | | | aCC and cc.
* 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 ↵Brad King2006-08-091-4/+4
| | | | .s for more portability.
* ENH: Added generation of rules to manually request preprocessed or generated ↵Brad King2006-08-081-0/+4
| | | | assembly sources.
* BUG: Fixed shared library version support for Fortran. This addresses bug#3558.Brad King2006-08-011-0/+1
|
* BUG: fix for bug 3550, for release builds do not build incrementalBill Hoffman2006-07-261-6/+20
|
* BUG: fix for CXX only projectsKen Martin2006-07-241-3/+7
|
* ENH: centralized locaiton of CMakeFiles settingKen Martin2006-06-141-12/+12
|
* ENH: removed logo info from the manifest toolKen Martin2006-06-121-3/+3
|
* ENH: add the flag for creating windows gui'sBill Hoffman2006-05-061-1/+1
|
* ENH: use correct flags for optimizationBill Hoffman2006-05-031-6/+6
|
* ENH: Makefile performance improvementsKen Martin2006-05-021-6/+6
|
* ENH: Cleanup link libraries. Remove -l from -ldlAndy Cedilnik2006-04-204-4/+4
|
* ENH: name pdb files for visual studio make based buildsBill Hoffman2006-04-191-5/+5
|
* ENH: unix makefiles should work with clBill Hoffman2006-04-191-2/+2
|
* ENH: don't need two of theseBill Hoffman2006-04-191-4/+0
|
* ENH: test for vs8 correctlyBill Hoffman2006-04-191-0/+4
|
* ENH: check for version 1400Bill Hoffman2006-04-191-0/+4
|
* ENH: add windows apps to mingwBill Hoffman2006-04-171-0/+1
|
* ENH: add patch for finding applications on OSXBill Hoffman2006-04-131-0/+8
|