summaryrefslogtreecommitdiffstats
path: root/Modules/Platform/Linux.cmake
Commit message (Collapse)AuthorAgeFilesLines
* BUG: Detect debian with existence of /etc/debian_version so things work in a ↵Brad King2007-05-071-13/+3
| | | | chroot install. This is suggested in bug#4805.
* ENH: Added CMAKE_EXE_EXPORTS_C_FLAG and CMAKE_EXE_EXPORTS_CXX_FLAG to ↵Brad King2007-04-181-0/+2
| | | | support executables that export symbols.
* ENH: Added option CMAKE_INSTALL_SO_NO_EXE on linux to choose whether the ↵Brad King2007-04-101-0/+37
| | | | default permissions for shared libraries include the executable bit. This is necessary to support the conflicting policies of Debian and Fedora. These changes address bug#4805.
* ENH: Adding support to link specifically to an archive or a shared library ↵Brad King2006-09-151-0/+10
| | | | based on the file name specified. This fixes the problem of having -lfoo linking to libfoo.so even when it came from libfoo.a being specified.
* BUG: Fixed shared library version support for Fortran. This addresses bug#3558.Brad King2006-08-011-0/+1
|
* ENH: Cleanup link libraries. Remove -l from -ldlAndy Cedilnik2006-04-201-1/+1
|
* ENH: check in new find stuffBill Hoffman2006-03-021-0/+1
|
* ENH: major changes to support addition of languages from cmake modules ↵Bill Hoffman2004-09-221-3/+3
| | | | directory.
* ENH: more uniform approach to enable language, one step closer to being able ↵Bill Hoffman2004-08-261-2/+0
| | | | to enable a language without modifing cmake source code
* ENH: Using separate CMAKE_SHARED_LIBRARY_SONAME flags for C and CXX.Brad King2003-12-121-1/+2
|
* ENH: Adding implementation of shared library version support on UNIX. This ↵Brad King2003-11-261-0/+1
| | | | addresses the feature request described in bug#32.
* ENH: Moved caching of C*_FLAGS* settings down to ↵Brad King2002-11-081-1/+3
| | | | 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/+7