summaryrefslogtreecommitdiffstats
path: root/Modules/Platform/HP-UX.cmake
Commit message (Expand)AuthorAgeFilesLines
* Factor HP compiler flags into per-platform/per-compiler filesBrad King2011-03-021-65/+0
* HP-UX: Always add /usr/lib to rpath (#10571)Brad King2010-09-071-0/+2
* Split GNU compiler information filesBrad King2009-12-021-23/+0
* BUG: Look in arch-specific HPUX implicit link dirsBrad King2009-06-191-5/+11
* ENH: put the 64 bit paths firstBill Hoffman2009-06-151-1/+2
* ENH: add more search paths on HPUXBill Hoffman2009-06-151-0/+5
* BUG: Recognize .so shared libraries on HP-UXBrad King2009-06-031-0/+1
* BUG: Apply patch from bug#6445. Add preprocessor definitions to assembly and...Brad King2008-02-271-4/+4
* ENH: Better linker search path computation.Brad King2008-02-211-0/+4
* BUG: Fix passing of nodefaultrpath flag to linker through c++ compiler.Brad King2008-02-181-1/+1
* ENH: Remove CMAKE_ANSI_CFLAGS variable and instead always add ansi flags to C...Brad King2008-02-111-2/+3
* ENH: Enable dependent library search paths on more platformsBrad King2008-02-011-0/+1
* ENH: Implement linking with paths to library files instead of -L and -l separ...Brad King2008-01-221-15/+26
* 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 dire...Brad King2006-09-151-1/+10
* ENH: Enabling link type selection flags for this platform. See bug#1644 for ...Brad King2006-09-151-0/+9
* ENH: Enabling preprocessed source and asembly source generation rules on HP a...Brad King2006-08-091-0/+14
* 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 CMAKE_FIND_LIBRA...Brad King2006-02-091-0/+1
* ENH: major changes to support addition of languages from cmake modules direct...Bill Hoffman2004-09-221-11/+11
* 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
* 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
* 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 CMakeSystemSpecificInformati...Brad King2002-11-081-12/+6
* Complete rework of makefile generators expect troubleBill Hoffman2002-11-081-0/+57