summaryrefslogtreecommitdiffstats
path: root/Modules/Platform/HP-UX.cmake
Commit message (Collapse)AuthorAgeFilesLines
* STYLE: Updated comment about link type flags and passing directly to ld.Brad King2006-09-151-4/+5
|
* BUG: Fix CMAKE_SHARED_*_LINK_*_C_FLAGS to pass link type selection flags ↵Brad King2006-09-151-1/+10
| | | | directly to the linker.
* ENH: Enabling link type selection flags for this platform. See bug#1644 for ↵Brad King2006-09-151-0/+9
| | | | details.
* ENH: Enabling preprocessed source and asembly source generation rules on HP ↵Brad King2006-08-091-0/+14
| | | | aCC and cc.
* ENH: Cleanup link libraries. Remove -l from -ldlAndy Cedilnik2006-04-201-1/+1
|
* ENH: add more search paths and add UnixPaths to all unix platformsBill Hoffman2006-03-271-0/+1
|
* ENH: Added platform settings CMAKE_FIND_LIBRARY_PREFIXES and ↵Brad King2006-02-091-0/+1
| | | | CMAKE_FIND_LIBRARY_SUFFIXES to allow customized searching for libraries.
* ENH: major changes to support addition of languages from cmake modules ↵Bill Hoffman2004-09-221-11/+11
| | | | directory.
* try to fix fortran on hpBill Hoffman2004-09-091-1/+19
|
* ENH: more uniform approach to enable language, one step closer to being able ↵Bill Hoffman2004-08-261-1/+0
| | | | to enable a language without modifing cmake source code
* BUG#895: Adding -DNDEBUG to C and C++ flags for release builds.Brad King2004-06-011-2/+2
|
* ENH: Added CMAKE_SHARED_LIBRARY_SONAME_FLAG setting to enable shared library ↵Brad King2003-12-121-1/+5
| | | | version support for HP-UX.
* BUG: fix for bug 383 gcc flags are now always set if the compiler is gnuBill Hoffman2003-11-141-1/+2
|
* 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
|
* ENH: Added <LINK_FLAGS> to link rules.Brad King2002-12-311-1/+1
|
* temp fix for hpBerk Geveci2002-11-141-1/+1
|
* fix flags for hpBerk Geveci2002-11-141-5/+3
|
* clean up flags with _init flagsBill Hoffman2002-11-111-10/+7
|
* BUG: fix setting of c flagsBill Hoffman2002-11-101-1/+3
|
* fix for cxxflagsBill Hoffman2002-11-091-7/+8
|
* ENH: Moved caching of C*_FLAGS* settings down to ↵Brad King2002-11-081-12/+6
| | | | 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-081-0/+57