summaryrefslogtreecommitdiffstats
path: root/Modules/Platform
Commit message (Expand)AuthorAgeFilesLines
* ENH: undo optional because we need itBill Hoffman2008-06-241-3/+0
* ENH: rc is not so optional at least with 2005 and newer, as it is used to emb...Bill Hoffman2008-06-241-1/+1
* ENH: make rc optionalBill Hoffman2008-06-231-1/+4
* ENH: Add basic flags for Portland Group fortran compiler.Brad King2008-05-171-0/+8
* ENH: Add Linux-PGI-Fortran platform file to support the Portland Group Fortra...Brad King2008-05-161-0/+1
* ENH: Make /opt/SUNWspro/lib, /opt/SUNWspro/prod/lib, and /usr/ccs/lib implici...Brad King2008-04-301-0/+6
* ENH: add more fortran flagsBill Hoffman2008-04-301-1/+1
* ENH: allow users to set sysrootBill Hoffman2008-04-281-0/+1
* ENH: remove c flags from cxx config fileBill Hoffman2008-04-251-6/+0
* ENH: rename Linux-ifort to Linux-Intel-FortranBill Hoffman2008-04-251-0/+0
* ENH: do not force the intel ar on C from CXXBill Hoffman2008-04-251-3/+0
* ENH: support intel compiler on linuxBill Hoffman2008-04-252-1/+13
* ENH: use xiar for the intel compilerBill Hoffman2008-04-211-0/+11
* ENH: Add Intel compiler module files for the Mac. Thanks to Mike Jackson for ...David Cole2008-03-312-0/+132
* ENH: Patch from Maik to add per-configuration default flags to GCC and Intel ...Brad King2008-03-172-2/+23
* ENH: fix c flags for 2003 free command line toolsBill Hoffman2008-03-131-9/+8
* BUG: Do not place $(CMAKE_COMMAND) in link scripts.Brad King2008-03-011-4/+4
* ENH: Handle large object file lists on some platformsBrad King2008-02-272-6/+9
* BUG: Apply patch from bug#6445. Add preprocessor definitions to assembly and...Brad King2008-02-277-23/+28
* ENH: Simplify make build rule generation by removing use of OBJECTS_QUOTED an...Brad King2008-02-241-1/+1
* ENH: Better linker search path computation.Brad King2008-02-215-1/+19
* BUG: Fix passing of nodefaultrpath flag to linker through c++ compiler.Brad King2008-02-181-1/+1
* ENH: Cleanup building of OS X bundle contentBrad King2008-02-151-2/+0
* ENH: Fix eCos.cmake to not require a forced compilerBrad King2008-02-111-11/+13
* ENH: Remove CMAKE_ANSI_CFLAGS variable and instead always add ansi flags to C...Brad King2008-02-111-2/+3
* BUG: Added TARGET_ARCHIVES_MAY_BE_SHARED_LIBS global property to help compute...Brad King2008-02-041-0/+3
* ENH: Enable dependent library search paths on more platformsBrad King2008-02-022-0/+2
* ENH: Enable dependent library search paths on more platformsBrad King2008-02-015-0/+15
* ENH: Pass dependent library search path to linker on some platforms.Brad King2008-02-013-1/+3
* ENH: Support linking to shared libs with dependent libsBrad King2008-01-311-0/+6
* BUG: Move decision to switch library paths found in implicit link directories...Brad King2008-01-312-0/+19
* ENH: Added build rule variables CMAKE_<LANG>_ARCHIVE_CREATE, CMAKE_<LANG>_ARC...Brad King2008-01-301-0/+11
* BUG: Fix dynamic exports executable link option for Sun C compiler on Linux.Brad King2008-01-291-1/+1
* BUG: Fix generation of Watcom link lines.Brad King2008-01-231-0/+1
* ENH: Implement linking with paths to library files instead of -L and -l separ...Brad King2008-01-222-21/+40
* ENH: make sure msvc90 gets setBill Hoffman2008-01-181-0/+1
* ENH: make sure MSVC90 is setBill Hoffman2008-01-181-0/+4
* ENH: Enable use of COMPILE_DEFINITIONS property for Fortran sources.Brad King2008-01-181-1/+1
* ENH: Rename SET_PROPERITES command to SET_PROPERTY and give it a more powerfu...Brad King2008-01-176-7/+6
* ENH: Enable CMAKE_<lang>_DEFINE_FLAG for COMPILE_DEFINITIONS property impleme...Brad King2008-01-171-1/+1
* ENH: Convert Modules/Platform specification of system search paths to use CMA...Brad King2008-01-164-33/+44
* BUG: fix for bug 6231, bad regex for sunos, worked by chance, but better to h...Bill Hoffman2008-01-151-2/+2
* ENH: Create COMPILE_DEFINITIONS property for targets and source files. Creat...Brad King2008-01-147-19/+23
* ENH: add support for xlf with -WF,-D for -DBill Hoffman2008-01-112-2/+2
* ENH: add support for xlf with -WF,-D for -DBill Hoffman2008-01-113-0/+3
* BUG: Removed stray debugging message.Brad King2008-01-101-1/+0
* ENH: add support for visual age fortran on linuxBill Hoffman2008-01-102-0/+5
* ENH: Patch from Maik to add preprocessor directive handling to Fortran depend...Brad King2008-01-091-1/+3
* ENH: add ability to have manifest files and incremental linking with make and...Bill Hoffman2008-01-011-14/+4
* ENH: Add SunPro fortran module flags on SunOS.Brad King2007-12-301-0/+2