Brad King
|
b2a5495922
STYLE: Updated comment about link type flags and passing directly to ld.
|
19 years ago |
Brad King
|
e21b65cbb9
BUG: Fix CMAKE_SHARED_*_LINK_*_C_FLAGS to pass link type selection flags directly to the linker.
|
19 years ago |
Brad King
|
3079a67133
ENH: Enabling link type selection flags for this platform. See bug#1644 for details.
|
19 years ago |
Brad King
|
3b99b5ede3
ENH: Enabling preprocessed source and asembly source generation rules on HP aCC and cc.
|
19 years ago |
Andy Cedilnik
|
b9947a91d4
ENH: Cleanup link libraries. Remove -l from -ldl
|
19 years ago |
Bill Hoffman
|
d33021924d
ENH: add more search paths and add UnixPaths to all unix platforms
|
19 years ago |
Brad King
|
33587ce376
ENH: Added platform settings CMAKE_FIND_LIBRARY_PREFIXES and CMAKE_FIND_LIBRARY_SUFFIXES to allow customized searching for libraries.
|
20 years ago |
Bill Hoffman
|
692ba48c4e
ENH: major changes to support addition of languages from cmake modules directory.
|
21 years ago |
Bill Hoffman
|
3708ed4ec8
try to fix fortran on hp
|
21 years ago |
Bill Hoffman
|
66a08c10e5
ENH: more uniform approach to enable language, one step closer to being able to enable a language without modifing cmake source code
|
21 years ago |
Brad King
|
830e1ac1d9
BUG#895: Adding -DNDEBUG to C and C++ flags for release builds.
|
21 years ago |
Brad King
|
18112d0854
ENH: Added CMAKE_SHARED_LIBRARY_SONAME_FLAG setting to enable shared library version support for HP-UX.
|
22 years ago |
Bill Hoffman
|
c3530dd01f
BUG: fix for bug 383 gcc flags are now always set if the compiler is gnu
|
22 years ago |
Bill Hoffman
|
e0d166ec72
fix default release flags for hp
|
23 years ago |
Brad King
|
415eca1fbb
BUG: Added missing link flag to export symbols from an executable.
|
23 years ago |
Brad King
|
61cd9298cd
ENH: Added <LINK_FLAGS> to link rules.
|
23 years ago |
Berk Geveci
|
435282e538
temp fix for hp
|
23 years ago |
Berk Geveci
|
3118795db0
fix flags for hp
|
23 years ago |
Bill Hoffman
|
d1051bb575
clean up flags with _init flags
|
23 years ago |
Bill Hoffman
|
538f38596f
BUG: fix setting of c flags
|
23 years ago |
Bill Hoffman
|
ac481e0ee9
fix for cxxflags
|
23 years ago |
Brad King
|
3a6d52f4c5
ENH: Moved caching of C*_FLAGS* settings down to CMakeSystemSpecificInformation.cmake. The platform files can set the defaults on the first run, and then the settings are cached at the end.
|
23 years ago |
Bill Hoffman
|
f5d95fb078
Complete rework of makefile generators expect trouble
|
23 years ago |