Bill Hoffman
|
2ed6191fce
ENH: add initial xcode framework stuff
|
18 years ago |
Bill Hoffman
|
5ed2141d12
ENH: make sure default /System framework is not added with -F
|
18 years ago |
Brad King
|
0e15f3412f
COMP: Restored shared local variable removed by previous change.
|
18 years ago |
Brad King
|
af95f61d76
ENH: Created method cmTarget::GetExportMacro to centralize computation of the export symbol name. This removes duplicate code from all the generators. Also enabled the export definition for executable targets with the ENABLE_EXPORTS property set.
|
18 years ago |
Ken Martin
|
c53b26baf2
ENH: some more cleanup
|
19 years ago |
Ken Martin
|
55603ea9eb
COMP: XCode fix
|
19 years ago |
Brad King
|
789a0f8359
ENH: Removed unused variables LibraryOutputPath and ExecutableOutputPath. Each target is asked for its own output directory. This is a step towards bug#2240.
|
19 years ago |
Brad King
|
073076e0f7
COMP: Fix ConvertToRelativePath change for Xcode generator.
|
19 years ago |
Bill Hoffman
|
7a13c7affe
BUG: fix for quotes in strings for flags #4022
|
19 years ago |
Bill Hoffman
|
d5cb0f48b7
ENH: fix source extensions fror txt on xcode
|
19 years ago |
Bill Hoffman
|
d712e40d36
ENH: fix for force language stuff
|
19 years ago |
Bill Hoffman
|
797a7f50a2
ENH: use project not target name
|
19 years ago |
Bill Hoffman
|
63e2a9dffa
ENH: fix for external object test
|
19 years ago |
Bill Hoffman
|
66523061d0
ENH: remove warnings and debug statement
|
19 years ago |
Bill Hoffman
|
ca0230a33e
ENH: check in initial conv library stuff
|
19 years ago |
Bill Hoffman
|
5330a03994
ENH: allow for -gdwarf-2 to be in cflags or cxxflags for xcode
|
19 years ago |
Bill Hoffman
|
052cb7753b
ENH: undo bad changes
|
19 years ago |
Bill Hoffman
|
107e01c8dc
ENH: fix for bug -gdwarf getting removed
|
19 years ago |
Brad King
|
c0326d0d54
ENH: Simplify code by removing redundant check against BUILD_WITH_INSTALL_RPATH.
|
19 years ago |
Bill Hoffman
|
21f3a18bee
ENH: fix failing tests on mac
|
19 years ago |
Brad King
|
7d2de52c1a
ENH: Cleaned up signature of cmMakefile::AddUtilityCommand. It is not valid to have an output from a utility rule and no calls to the method asked for an output anyway. The argument has been removed.
|
19 years ago |
Brad King
|
dd332a00cc
ENH: Re-implemented command line argument shell quoting to support several platforms with one code base.
|
19 years ago |
Brad King
|
b9fc06735d
BUG: Enabled use of EscapeForShell to properly escape custom command lines. This addresses bug#3786 for Xcode.
|
19 years ago |
Bill Hoffman
|
78275f1d4b
ENH: do not use OBJROOT or you can get two copies of executables
|
19 years ago |
Brad King
|
d3e8ef705e
BUG: Set GCC_SYMBOLS_PRIVATE_EXTERN and GCC_INLINES_ARE_PRIVATE_EXTERN attributes on all projects to prevent -fvisibility=hidden flags. This is needed to make RTTI work by default.
|
19 years ago |
Bill Hoffman
|
1fa5f76e40
BUG: fix for bug 3417
|
19 years ago |
Ken Martin
|
8e9a6beccc
ENH: centralized locaiton of CMakeFiles setting
|
19 years ago |
Brad King
|
87d4d0e039
BUG: cmGlobalGenerator::Build should not always use the /fast target name because dependency checking is often required. It now takes an argument specifying whether to use the /fast target name, and the argument is currently only true for try-compiles.
|
19 years ago |
Bill Hoffman
|
43fd40fe21
ENH: fix warning
|
19 years ago |
Bill Hoffman
|
0883dee7f0
ENH: fix rebuild problem with xcode and universal binaries
|
19 years ago |