summaryrefslogtreecommitdiffstats
path: root/Modules/Platform
Commit message (Collapse)AuthorAgeFilesLines
* ENH: move flags next to compiler, so if env contains compiler and some flag, ↵Bill Hoffman2005-07-201-2/+2
| | | | they stay together
* FIX: for 1852 fix fortran caseBill Hoffman2005-07-133-8/+8
|
* BUG: Fixed escaped quote at end of .Brad King2005-06-301-1/+1
|
* BUG: Need to use the -c option for implib to produce case-sensitive symbols ↵Brad King2005-06-291-2/+2
| | | | in the .lib files.
* ENH: fixed some spelling errorsKen Martin2005-06-201-1/+1
|
* ENH: fix for incorrect setting of CONFIZGURATION_TYPESKen Martin2005-06-071-3/+4
|
* ENH: Be more verbose, handle network paths, and write compiler output to the ↵Andy Cedilnik2005-05-191-2/+30
| | | | log files
* ENH: fix install test with xcode, the xcode generator does not support ↵Bill Hoffman2005-04-071-3/+5
| | | | library versioning yet
* ENH: Removed CMAKE_GENERATOR_NEW now that the old unix makefile generator is ↵Brad King2005-04-062-34/+25
| | | | never used.
* ENH: try to fix rpath on qnxBill Hoffman2005-03-141-2/+2
|
* ENH: Initial attempt at QNX support. Submitted by Tim Arney.Brad King2005-03-111-0/+11
|
* ENH: Adding support for shared library versioning using the -install_name ↵Brad King2005-03-012-4/+37
| | | | option on the OSX linker. This is actually needed to support relative -o paths which are used by cmLocalUnixMakefileGenerator2.
* BUG: Added installation of .in files as well as .cmake files.Brad King2005-02-241-0/+1
|
* ENH: remove debug printBill Hoffman2005-01-281-1/+0
|
* ENH: stuff to keep compiler tests from re-running all the timeBill Hoffman2005-01-202-3/+26
|
* BUG: fix running of cl in trycompilesBill Hoffman2005-01-171-1/+1
|
* ENH: fix for OpenBSDBill Hoffman2004-12-161-1/+1
|
* FIX: fix for bug 1325, Tru64 not True64Bill Hoffman2004-12-061-0/+0
|
* ENH: try and fix aix xlC with gccBill Hoffman2004-11-231-0/+4
|
* ENH: try and fix aix xlC with gccBill Hoffman2004-11-231-4/+4
|
* ENH: try to fix aix with native cxx and gccBill Hoffman2004-11-231-0/+10
|
* ENH: add the ability to generate custom commands for a language that is not ↵Bill Hoffman2004-10-211-0/+15
| | | | supported by an IDE
* ENH: use c++ with c++ and c flags with cBill Hoffman2004-09-241-2/+2
|
* ENH: major changes to support addition of languages from cmake modules ↵Bill Hoffman2004-09-2216-72/+76
| | | | directory.
* add ifort supportBill Hoffman2004-09-091-0/+7
|
* try to fix fortran on hpBill Hoffman2004-09-091-1/+19
|
* ENH better test for free VC toolsBill Hoffman2004-09-031-10/+3
|
* ENH: check for ms free command line toolsBill Hoffman2004-09-031-13/+51
|
* Make sure cmake uses consistent module prefixesBill Hoffman2004-08-301-1/+2
|
* ENH: Cleanup. Use relative path to modulesAndy Cedilnik2004-08-271-1/+1
|
* hack to try and fix sun platformBill Hoffman2004-08-271-1/+3
|
* ENH: more uniform approach to enable language, one step closer to being able ↵Bill Hoffman2004-08-2624-39/+71
| | | | to enable a language without modifing cmake source code
* ENH: Initial import for Darwin using xlCAndy Cedilnik2004-08-171-0/+2
|
* ENH: Initial importKen Martin2004-08-091-0/+73
|
* ENH: initial fortran supportBill Hoffman2004-08-062-0/+12
|
* ENH: add support for VCExpress 2005Bill Hoffman2004-07-051-22/+46
|
* C++ compiler is not set for c only projectsBill Hoffman2004-06-231-1/+1
|
* ENH: add NDEBUG to windows release builds for both ide and nmakeBill Hoffman2004-06-141-6/+6
|
* BUG#895: Adding -DNDEBUG to C and C++ flags for release builds.Brad King2004-06-016-18/+18
|
* a guess at some OSF compiler flagsKen Martin2004-05-051-3/+18
|
* ENH: Only mangle object files if CMAKE_MANGLE_OBJECT_FILE_NAMES is set. Only ↵Andy Cedilnik2004-05-041-0/+2
| | | | on borland for now.
* BUG: fix for bug 116 platform files can now specify directories that should ↵Bill Hoffman2004-04-281-0/+2
| | | | not be added by CMAKE
* ERR: Fixed incorrect documentation for CMAKE_CXX_WARNING_LEVEL. Submitted ↵Brad King2004-03-231-1/+1
| | | | by David Cole.
* BUG: fix mingw module load testsBill Hoffman2004-02-161-1/+0
|
* shared modules are not linked so do not use lib prefixBill Hoffman2004-02-141-0/+1
|
* ENH: change mingw to use libfoo.dll instead of foo.dll since it can link to themBill Hoffman2004-02-131-1/+1
|
* ENH: Fix typos about copying exe flags to shared flags and to modules. Bug ↵Andy Cedilnik2004-01-151-4/+4
| | | | #518 - On borland, initial flags for bulding module are wrong
* fix in quotingKen Martin2003-12-171-1/+1
|
* ENH: Added CMAKE_SHARED_LIBRARY_SONAME_C_FLAG and ↵Brad King2003-12-121-0/+2
| | | | CMAKE_SHARED_LIBRARY_SONAME_CXX_FLAG settings to enable shared library version support for SGI.
* ENH: Added CMAKE_SHARED_LIBRARY_SONAME_FLAG setting to enable shared library ↵Brad King2003-12-121-1/+5
| | | | version support for HP-UX.