Brad King
|
3efc6e40cb
BUG: Do not remove the source file extension when computing an object file name. This addresses bug #6169. If CMAKE_BACKWARDS_COMPATIBILITY is 2.4 or lower maintain the old behavior so that existing build trees and old project releases are not affected.
|
18 years ago |
Brad King
|
f872c10b7e
ENH: Added method cmLocalGenerator::GetBackwardsCompatibility to reduce parsing of CMAKE_BACKWARDS_COMPATIBILITY variable. Add cmLocalGenerator::NeedBackwardsCompatibility to simplify checks for compatibility requirements.
|
18 years ago |
Brad King
|
850721f9af
COMP: Fixed data loss warning.
|
18 years ago |
Alexander Neundorf
|
ac017f7aba
|
18 years ago |
Alexander Neundorf
|
3ae731fab7
ENH: add support for chrpath, so the RPATH in ELF files can be changed when
|
18 years ago |
Alexander Neundorf
|
f2bb0af819
STYLE: restructure OutputLinkLibraries() a bit, so that new there is a
|
18 years ago |
Bill Hoffman
|
5765fbbb88
ENH: fix spelling error
|
18 years ago |
Bill Hoffman
|
613c35e033
ENH: do not always add -arch flags
|
18 years ago |
David Cole
|
c8e832dcf5
BUG: Fix #5868 - add COMPONENT handling to the SCRIPT and CODE signatures of the INSTALL command.
|
18 years ago |
Bill Hoffman
|
79d9041d81
BUG: fix for bug 0003618 , allow one arch in OSX_ARCHS to work
|
18 years ago |
Alexander Neundorf
|
c3b42e90ed
|
18 years ago |
Alexander Neundorf
|
7ff741f14d
|
18 years ago |
Brad King
|
ea874415d9
ENH: Moved GetTargetDirectory method up to cmLocalGenerator. This provides a common interface to something that was implemented in most local generators anyway.
|
18 years ago |
David Cole
|
ee91e25499
BUG: Only pay attention to the FRAMEWORK target property for SHARED library targets
|
18 years ago |
Alexander Neundorf
|
dddbad259c
|
18 years ago |
Alexander Neundorf
|
a4429ad30a
|
18 years ago |
Alexander Neundorf
|
95a8331edb
|
18 years ago |
Alexander Neundorf
|
e126db1f71
|
18 years ago |
Brad King
|
35936433e1
ENH: Merging changes from branch CMake-SourceFile2-b between tags
|
18 years ago |
Alexander Neundorf
|
74750610cf
ENH: determine typesize by compiling a file and reading strings from the compiled output.
|
18 years ago |
Brad King
|
3f2dd9bc54
ENH: Made cmTarget::GetSourceFiles method return reference to const so addition of cmSourceFile pointers must be done with an access method in cmTarget.
|
18 years ago |
Alexander Neundorf
|
79756b0e67
|
18 years ago |
Brad King
|
5639c69d39
ENH: Removed unused code now that INSTALL_FILES and INSTALL_PROGRAMS are not targets.
|
18 years ago |
Brad King
|
9d75da9eaf
ENH: Removed unused code now that INSTALL_FILES and INSTALL_PROGRAMS are not targets.
|
18 years ago |
Brad King
|
ba7780a3c4
ENH: Fixed INSTALL_FILES and INSTALL_PROGRAMS commands to not create targets. No targets of type cmTarget::INSTALL_FILES or cmTarget::INSTALL_PROGRAMS are created, so we do not need to check for them everywhere anymore.
|
18 years ago |
Alexander Neundorf
|
4878c00905
|
18 years ago |
Brad King
|
92c0f41251
ENH: Use CMAKE_PLATFORM_IMPLICIT_LINK_DIRECTORIES from platform files to block link directories.
|
18 years ago |
Alexander Neundorf
|
891f2130cf
COMP: fix link rules with nmake, the linker command has to be converted to shortpath form for nmake
|
18 years ago |
Brad King
|
c25d2bfdd2
ENH: Added testing for custom command line arguments containing all special characters on the US keyboard. Fixed curly brace arguments on borland and % arguments in mingw32-make.
|
18 years ago |
Brad King
|
bd78952748
BUG: Do not emit /usr/lib32 or /usr/lib64 as linker paths. Submitted by David Faure.
|
18 years ago |