summaryrefslogtreecommitdiffstats
path: root/Modules/Platform
Commit message (Expand)AuthorAgeFilesLines
* ENH: Adding implementation of shared library version support on UNIX. This a...Brad King2003-11-261-0/+1
* 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 CMAKE_SHARED_MODULE_CR...Brad King2003-10-151-4/+9
* 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: 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
* ENH: Improved default choice of -64 compiler/linker flags based on how cmake ...Brad King2003-08-191-3/+28
* 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
* 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 equ...Brad King2003-05-161-2/+2
* 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
* ENH: change the default borland stack sizeBill Hoffman2003-05-051-1/+1
* Fix gnu c and Sun CC mixBill Hoffman2003-03-271-0/+4
* force c++ for c++ filesBill Hoffman2003-03-141-1/+1
* BUG: Don't use -nostdlib option to link shared libraries. Just use gcc -shar...Brad King2003-03-131-7/+12
* fix default release flags for hpBill Hoffman2003-02-051-2/+2
* BUG: Added missing link flag to export symbols from an executable.Brad King2003-01-241-4/+4
* minor change to default compile flagsKen Martin2003-01-221-4/+4
* use export all symbols on cygwinBill Hoffman2003-01-211-1/+1
* BUG: fix flags for borland link shared and moduleBill Hoffman2003-01-151-6/+6
* ENH: Added shared library settings.Brad King2003-01-061-0/+2
* add shared path for OSFBill Hoffman2003-01-061-1/+1
* BUG: revert back to rpath,Bill Hoffman2003-01-051-2/+2
* try to fix rpath on OSFBill Hoffman2003-01-031-2/+2
* BUG: bad rpath flag for sunsBill Hoffman2003-01-031-4/+4
* clean up some c/cxx issuesBill Hoffman2003-01-021-1/+1
* clean up some c/cxx issuesBill Hoffman2003-01-023-6/+19
* ENH: Added <LINK_FLAGS> to link rules.Brad King2002-12-315-9/+9
* ENH: fix shared libraries on AIXBill Hoffman2002-12-301-2/+3
* Add missing closing bracketAndy Cedilnik2002-12-261-1/+1
* ENH: fixes for borland with spaces in the pathBill Hoffman2002-12-221-2/+2
* ENH: Visual Studio 6 and 7 generators now set CMAKE_CONFIGURATION_TYPES to be...Brad King2002-12-201-2/+2
* ENH: make linker flags use init values so users can set them from the cacheBill Hoffman2002-12-191-6/+6
* ENH: Adding build type flags for C.Brad King2002-12-181-0/+4
* ENH: unify EnableLanguage across all generatorsBill Hoffman2002-12-051-4/+17
* determine CMAKE_MAKE_PROGRAM in EnableLanguageBill Hoffman2002-12-033-6/+1
* correctly place both LINK_FLAGS and CXX_LINK_FLAGS and C_LINK_FLAGS into all ...Bill Hoffman2002-12-033-5/+5
* change flags for borlandBill Hoffman2002-11-221-1/+4
* remove debug stuffBill Hoffman2002-11-211-1/+0
* add checks for ansi flags and not hard code themBill Hoffman2002-11-212-4/+0