summaryrefslogtreecommitdiffstats
path: root/Modules/Platform
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* ENH: Using separate CMAKE_SHARED_LIBRARY_SONAME flags for C and CXX.Brad King2003-12-122-5/+9
|
* ENH: Added CMAKE_SHARED_LIBRARY_SONAME_FLAG setting to enable shared library ↵Brad King2003-12-121-1/+4
| | | | version support for SunOS.
* ENH: Adding implementation of shared library version support on UNIX. This ↵Brad King2003-11-261-0/+1
| | | | addresses the feature request described in bug#32.
* BUG: fix for bug 383 gcc flags are now always set if the compiler is gnuBill Hoffman2003-11-1422-17/+59
|
* BUG: fix for bug 346, borland should now support dash in the pathBill Hoffman2003-11-051-1/+1
|
* BUG: fix for bug# 317Bill Hoffman2003-10-311-2/+2
|
* BUG: fix for bug 78 should be on 1.8 branchBill Hoffman2003-10-161-1/+1
|
* ERR: Old -flat_namespace -undefined suppress flags for ↵Brad King2003-10-151-4/+9
| | | | CMAKE_SHARED_MODULE_CREATE_C_FLAGS should be included when CMAKE_BACKWARDS_COMPATIBILITY is 1.6 or lower.
* ERR: allow spaces in the pathAndy Cedilnik2003-10-131-1/+1
|
* ENH: remove the -flat_namespace and -undefined suppress hacks fromYves Starreveld2003-08-281-1/+1
| | | | | | ENH: CMAKE_SHARED_MODULE_CREATE_C_FLAGS ENH: and fix the complex example to specify a -bundle loader for the ENH: shared module that it builds.
* ENH: MinGW build now passes all the testsBill Hoffman2003-08-271-2/+2
|
* ENH: add configure file for gcc under windowsBill Hoffman2003-08-221-0/+14
|
* ENH: add the unix makefile generator as an option from the windows GUI, this ↵Bill Hoffman2003-08-213-10/+24
| | | | builds with mingw, cygwin, and combinations of make cl, bcc32
* ENH: Improved default choice of -64 compiler/linker flags based on how cmake ↵Brad King2003-08-191-3/+28
| | | | was built.
* BUG: fix for main in a library on windows with nmakeBill Hoffman2003-08-071-0/+2
|
* added test for whether pdbtype should be used for nmakeKen Martin2003-08-051-2/+23
|
* ENH: Added optional configuration of data/doc/man dirs. This will be useful ↵Brad King2003-07-211-1/+1
| | | | for package maintainers.
* BUG: Stack size in generated programs should be 10 meg, not 256.Brad King2003-06-121-1/+1
|
* BUG: Need -brtl when creating shared libraries. Also added -bexpall (AIX ↵Brad King2003-05-161-2/+2
| | | | equivalent to Linux's -rdynamic) when building executables.
* BUG: remove typo from fileBill Hoffman2003-05-091-1/+1
|
* BUG: fix for borland win32 exe buildsBill Hoffman2003-05-081-2/+2
|
* BUG: remove -H flags as they cause crashes on oldwwwKen Martin2003-05-081-4/+4
|
* BUG: remove -H flags as they cause crashes on oldwwwKen Martin2003-05-081-4/+4
|