Brad King
|
96fd5909d9
ENH: Implement linking with paths to library files instead of -L and -l separation. See bug #3832
|
18 years ago |
Brad King
|
17dbc31ad4
BUG: Added missing documentation of LINK_FLAGS_<CONFIG> property.
|
18 years ago |
Brad King
|
caca9b8065
ENH: Add AppendProperty methods for use by C++ code in CMake. Simplify implementation of SET_PROPERTY command by using them.
|
18 years ago |
Brad King
|
80c2be45e0
ENH: Renamed <CONFIG>_COMPILE_DEFINITIONS to COMPILE_DEFINITIONS_<CONFIG> for better documentation clarity.
|
18 years ago |
Brad King
|
da335fbd00
ENH: Add explicit documentation entry for configuration-specific <CONFIG>_COMPILE_DEFINITIONS.
|
18 years ago |
Brad King
|
8262ccfd4e
ENH: Create COMPILE_DEFINITIONS property for targets and source files. Create <config>_COMPILE_DEFINITIONS property as per-configuration version. Add Preprocess test to test the feature. Document limitations on Xcode and VS6 generators.
|
18 years ago |
Amitha Perera
|
4d9259c15b
STYLE: Spelling fixes on documentation
|
18 years ago |
Alexander Neundorf
|
3da6fd9da4
ENH: only allow usage of chrpath if the executable file format is ELF
|
18 years ago |
Brad King
|
b2e8c07af8
ENH: Implemented Fortran module output directory and search path flags.
|
18 years ago |
Alexander Neundorf
|
3ae731fab7
ENH: add support for chrpath, so the RPATH in ELF files can be changed when
|
18 years ago |
Brad King
|
8506938407
ENH: Added SOURCES property to targets. This is based on patch from issues #6137.
|
18 years ago |
Brad King
|
91f68fc391
BUG: For imported target directory, do not return pointer to freed memory.
|
18 years ago |
Ken Martin
|
9bd0d0f1ed
BUG: fix undefined property FRAMEWORK
|
18 years ago |
David Cole
|
2458b07464
BUG: Fix the dashboards! Put it back the way it was so it always creates the target directory at configure time. Figure out how to avoid it for the framework case on the Mac/Xcode later...
|
18 years ago |
David Cole
|
8e4c7b99e1
ENH: Finish up the Framework creation code restructuring. Frameworks build and install now. More work needed on the packaging step. See Tests/Framework for example use.
|
18 years ago |
Brad King
|
f2ac53bb10
ENH: Added XCODE_ATTRIBUTE_<an-attribute> property to allow direct setting of Xcode target attributes in generated projects. For example, one may set the prefix header property and the corresponding precompiled option to do precompiled headers.
|
18 years ago |
Alexander Neundorf
|
112747e4e2
|
18 years ago |
Brad King
|
bffcff4530
ENH: Added warning when an install rule is created from an EXCLUDE_FROM_ALL target. Added a foo/preinstall version of targets that need relinking so that exclude-from-all targets can be manually relinked for installation.
|
18 years ago |
Brad King
|
d7118006de
BUG: Target exclusion-from-all tests should always use the root local generator associated with the all target being tested.
|
18 years ago |
Brad King
|
9f2de08f90
ENH: Added cmTarget::GetLanguages method to centralize computation of the list of languages compiled in a target.
|
18 years ago |
David Cole
|
ee91e25499
BUG: Only pay attention to the FRAMEWORK target property for SHARED library targets
|
18 years ago |
Brad King
|
e0fc8b2995
BUG: <CONFIG>_LOCATION property should use the config name in the directory and not $(OutDir). This addresses bug#5363.
|
18 years ago |
Alexander Neundorf
|
021ceea1b0
ENH: second try for handling the linker language with integer priority values (returning a pointer to a string on the stack is no good idea)
|
18 years ago |
Alexander Neundorf
|
16705a3e87
COMP: revert last commit for now, broke Visual Studio
|
18 years ago |
Alexander Neundorf
|
bea1a5de77
|
18 years ago |
Brad King
|
cac79e92b8
STYLE: Fixed line-too-long, fixed indentation, removed trailing whitespace, added function separator comment lines.
|
18 years ago |
Alexander Neundorf
|
cfe9fda9fe
|
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 |
Brad King
|
3d822e3a25
ENH: Moved link library related code from GenerateSourceFilesFromSourceLists to AnalyzeLibDependencies to make the former do no more than what its name says.
|
18 years ago |