Brad King
|
ffac622a85
ENH: Add cmTarget::GetLinkInformation method to allow several places in the generators to share link information while only computing it once per configuration for a target. Use it to simplify the chrpath feature.
|
18 years ago |
Brad King
|
28ea034737
ENH: Support exporting/importing of Framework targets.
|
18 years ago |
Brad King
|
5594ad4885
ENH: Updated exporting and importing of targets to support libraries and configurations.
|
18 years ago |
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
|
433099ecdd
ENH: Converted cmMakefile DefineFlags added by ADD_DEFINITIONS command into a COMPILE_DEFINITIONS directory property.
|
18 years ago |
Brad King
|
80c2be45e0
ENH: Renamed <CONFIG>_COMPILE_DEFINITIONS to COMPILE_DEFINITIONS_<CONFIG> for better documentation clarity.
|
18 years ago |
Brad King
|
75a02152c2
COMP: Fix warning about backslash at end of c++ comment.
|
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 |
Bill Hoffman
|
d92d51429e
BUG: fix for bug 6193, fix xcode depend helper
|
18 years ago |
Brad King
|
8769444beb
BUG: Revert previous change until it works on all OSX versions.
|
18 years ago |
Brad King
|
a7245e4792
ENH: Simplify target-level dependencies by depending only on directly linked targets instead of those chained.
|
18 years ago |
Brad King
|
3cf3bb664a
ENH: Make static library targets depend on targets to which they "link" for the purpose of build ordering. This makes the build order consistent for static and shared library builds. It is also useful when custom command inputs of one library are generated as custom commands outputs of another. It may be useful in the future for Fortran module dependencies. Implemented for Makefiles, Xcode, and VS 8 and above. Added sample code to do it for VS 7.1 and below, but left it disabled with comments explaining why. Likely it will never be needed on VS 7.1 or below anyway.
|
18 years ago |
Brad King
|
872553de7e
ENH: Implemented generation of display for pre-build, pre-link, and post-build custom command comments during the build. This addresses issue #5353.
|
18 years ago |
Brad King
|
4c87af30b2
BUG: Remove stray debugging message.
|
18 years ago |
Ken Martin
|
cc6f53b61f
ENH: change to make the documentation class more generic, about halfway there, also provides secitons for Variables now
|
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 |
Bill Hoffman
|
267fd538d8
ENH: fix build issue with config type not being specified by ctest
|
18 years ago |
Brad King
|
782c5c270f
COMP: Fix shadowed local warning by scoping the previous decl properly.
|
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 |
David Cole
|
b867a85213
STYLE: Fix line length style errors introduced last week.
|
18 years ago |
David Cole
|
fa61182de8
ENH: Improvements to the Xcode generator. Build frameworks using native Copy Headers and Copy Bundle Resources phases. Fix bugs: eliminate folders with no names, ensure source files show up in multiple targets, remove empty utility targets from Sources subtrees, ensure that fileRefs only show up once in each grouping folder.
|
18 years ago |
David Cole
|
ee91e25499
BUG: Only pay attention to the FRAMEWORK target property for SHARED library targets
|
18 years ago |
Alexander Neundorf
|
43de8c8628
|
18 years ago |
Brad King
|
35936433e1
ENH: Merging changes from branch CMake-SourceFile2-b between tags
|
18 years ago |
Brad King
|
fac5d4845a
BUG: Finished previous fix.
|
18 years ago |
Brad King
|
b4fb25941a
COMP: Fixed shadowed local warning.
|
18 years ago |
Brad King
|
60f02a27db
ENH: Remove unused build rules from Xcode. This change was made in the VS generators on 2006-03-23 and should have been made for the Xcode generator too. Also commented out some debug print statements.
|
18 years ago |
Brad King
|
14d50b086f
COMP: Fix build of XCode generator after change to GetSourceFiles signature.
|
18 years ago |
Bill Hoffman
|
d0f12061c3
ENH: add copy header stuff
|
18 years ago |
Brad King
|
ea44d68cb6
BUG: Need to use GetRealDependency for custom command file-level dependencies.
|
18 years ago |