summaryrefslogtreecommitdiffstats
path: root/Modules/Platform
Commit message (Collapse)AuthorAgeFilesLines
* 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 ↵Brad King2002-12-201-2/+2
| | | | be a semicolon-separated list of configurations that will be built.
* 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
| | | | the rules
* 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
|
* fix for create shared libraryBill Hoffman2002-11-211-0/+1
|
* BUG: fix for borland run time dllBill Hoffman2002-11-151-1/+14
|
* fix for sunBill Hoffman2002-11-151-0/+1
|
* temp fix for hpBerk Geveci2002-11-141-1/+1
|
* fix flags for hpBerk Geveci2002-11-141-5/+3
|
* BUG: fix flags for c compiler on windowsAndy Cedilnik2002-11-141-8/+19
|
* BUG: fix for missing temp file variableBill Hoffman2002-11-141-1/+1
|
* reorder tWR so that it does not crash with sharedBill Hoffman2002-11-141-1/+3
|
* fix shared builds on borland and add debug stuff for makefilesBill Hoffman2002-11-141-11/+17
|
* ENH: move -P flag from cxxflags to the compile line for cxx filesKen Martin2002-11-131-2/+2
|
* ENH: use correct run time library for borlandBill Hoffman2002-11-131-1/+2
|
* BUG: fix order of link line for creating shared librariesBill Hoffman2002-11-131-2/+2
|
* ENH: add .def file supportBill Hoffman2002-11-122-4/+4
|
* Set CMAKE_BUILD_TOOLBill Hoffman2002-11-123-7/+0
|
* ENH: fix up several problems with new stuffBill Hoffman2002-11-112-0/+25
|
* Fix for OSFBill Hoffman2002-11-111-1/+1
|
* clean up flags with _init flagsBill Hoffman2002-11-116-61/+37
|
* add install stuff for platform directoryBill Hoffman2002-11-111-0/+2
|
* ENH: fix for darwin modulesBill Hoffman2002-11-111-0/+2
|
* BUG: fix setting of c flagsBill Hoffman2002-11-106-6/+19
|
* fix for cxxflagsBill Hoffman2002-11-096-37/+50
|
* ENH: Adding support for comeau C++ compiler.Brad King2002-11-081-0/+16
|
* ENH: Moved caching of C*_FLAGS* settings down to ↵Brad King2002-11-087-102/+39
| | | | CMakeSystemSpecificInformation.cmake. The platform files can set the defaults on the first run, and then the settings are cached at the end.
* Complete rework of makefile generators expect troubleBill Hoffman2002-11-0826-0/+427