summaryrefslogtreecommitdiffstats
path: root/Modules/Platform
Commit message (Expand)AuthorAgeFilesLines
* ENH: Re-enable system include dir suppressionBrad King2009-02-251-0/+7
* BUG: Remove implicit include dir suppressionBrad King2009-02-242-2/+0
* BUG: Allow third component of Mac OSX sw_vers output to be empty. Mac OSX 10....David Cole2009-02-171-1/+1
* BUG: Remove unnecessary double quotes from SET statements. Hopefully resolves...David Cole2009-01-291-8/+8
* BUG: Fix OS X dylib version flags for more linkersBrad King2009-01-291-2/+2
* BUG: fix for # 8413 add more haiku searchingBill Hoffman2009-01-291-1/+2
* BUG: Fix careless typo that only caused test failures on clean builds...David Cole2009-01-281-1/+1
* BUG: Try to fix the universal binary continuous dashboard on dashmacmini2. I ...David Cole2009-01-271-6/+12
* BUG: Only set CMAKE_OSX_DEPLOYMENT_TARGET on Mac OSX 10.4 or later. The gcc t...David Cole2009-01-271-2/+4
* BUG: Fix issue #6195. Add CMAKE_OSX_DEPLOYMENT_TARGET cache variable to speci...David Cole2009-01-271-33/+102
* BUG: Fix install_name_tool problem on the Mac when a PROJECT(... NONE) is fol...David Cole2008-12-301-1/+1
* ENH: Use 32-bit and 64-bit Program Files foldersBrad King2008-12-171-8/+49
* ENH: fix curses on haikuBill Hoffman2008-12-031-0/+6
* ENH: fix fortran flags on g77 windowsBill Hoffman2008-11-111-0/+7
* ENH: fix fortran flags on sunBill Hoffman2008-11-111-2/+5
* ENH: fix problem where rc language recursively included itself because CMAKE_...Bill Hoffman2008-10-141-4/+1
* ENH: better error message for mis-configured nmake environmentBill Hoffman2008-10-141-1/+4
* BUG: fix for 5705, link in standard libs for mingwBill Hoffman2008-10-021-0/+2
* BUG: fix for bug 4772, enable_language should now work on linux with correct ...Bill Hoffman2008-10-011-0/+2
* BUG: fix for 7704Bill Hoffman2008-09-251-0/+6
* ENH: Teach find_library to find OpenBSD-style libsBrad King2008-09-221-0/+1
* ENH: add initial support for HAIKU OS from bug# 7425Bill Hoffman2008-09-151-0/+14
* BUG: make sure the intel compiler uses the intel linkerBill Hoffman2008-09-021-1/+1
* BUG: fix for 6710 CMAKE_OSX_SYSROOT should be a PATHBill Hoffman2008-08-191-1/+1
* ENH: add platform file for bounds checkerBill Hoffman2008-08-151-0/+4
* ENH: Add preprocessor and assembly rules for IntelBrad King2008-08-062-0/+6
* BUG: Fix dylib versioning flags for old OSX.Brad King2008-07-091-2/+2
* ENH: Set version info for shared libs on OSX.Brad King2008-07-091-0/+5
* 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