Mikkel Krautz
|
0790af3bf5
Xcode: Avoid trailing space in ARCHS list (#11244)
|
15 years ago |
Brad King
|
b06fb16684
No CMAKE_CONFIGURATION_TYPES in single-config generators (#10202)
|
15 years ago |
Brad King
|
5c49aa0c86
Xcode: Archives use STATIC_LIBRARY_FLAGS, not LINK_FLAGS
|
15 years ago |
David Cole
|
a41345feca
Preemptively fix line too long problem before tomorrow's dashboard has a chance to complain about it.
|
15 years ago |
David Cole
|
e3293f8e46
Fix for issue #9125 - invent CMAKE_XCODE_ATTRIBUTE_* variable mechanism. If there are variables that begin with CMAKE_XCODE_ATTRIBUTE_ then add corresponding attributes into the generated Xcode project file.
|
15 years ago |
David Cole
|
0b38bb4c53
Fix issue #2336 - honor the -C arg to ctest. Honor it for all stages of running -D dashboards from the command line and running ctest_configure, ctest_build and ctest_test commands in -S scripts. Also, allow a script to change it by setting the CTEST_CONFIGURATION_TYPE variable: allows for multiple configuration build/test cycles within one script. Add a new signature for the cmake command build_command that accepts CONFIGURATION as one argument. The original build_command signature is still there, but now marked as deprecated in the documentation. Of course... also add CTestConfig tests to verify that -C is honored for -D dashboards and -S scripts.
|
16 years ago |
Brad King
|
10762565e9
Implement LINK_FLAGS_<CONFIG> property on Xcode
|
16 years ago |
Brad King
|
1024ffad82
Fix Xcode <= 2.0 projects with CMAKE_BUILD_TYPE
|
16 years ago |
Brad King
|
95038439ea
Keep Xcode intermediate files away from output dir
|
16 years ago |
Brad King
|
7b28fbd656
Fix Xcode dylib version default
|
16 years ago |
Brad King
|
70e98c73e9
Add Xcode file association for Fortran
|
16 years ago |
Brad King
|
2dc39b8c32
Define per-target OSX_ARCHITECTURES property
|
16 years ago |
Bill Hoffman
|
45d22b48ab
fix Xcode 30 generator
|
16 years ago |
Brad King
|
96afb12087
Convert CMake to OSI-approved BSD License
|
16 years ago |
Brad King
|
bd33da9fcc
Add Xcode SYMROOT setting for custom targets
|
16 years ago |
Brad King
|
e55bbab88b
Teach Xcode generator to set XCODE_VERSION
|
16 years ago |
Brad King
|
61495cdaae
Fix Xcode project references to the source tree
|
16 years ago |
Bill Hoffman
|
43499b1ecb
Fix Bug #8332, add support for .pch files for Xcode.
|
16 years ago |
Bill Hoffman
|
441cd9ce0b
Fix Bug #8928, add support for .xib files for Xcode.
|
16 years ago |
Brad King
|
d4cfb77ffe
Remove cmGlobalXCode21Generator subclass
|
16 years ago |
Bill Hoffman
|
311eb30672
Fix the build for version 2.5 of Xcode.
|
16 years ago |
Bill Hoffman
|
ea282284d5
Fix for bug #9466. Change the implementation of OSX arch lists. If no ARCHs are specified by the user then no flags are set. We no longer use CMAKE_OSX_ARCHITECTURES_DEFAULT.
|
16 years ago |
Bill Hoffman
|
0a8532c3a0
Bug #8356, add support for image types in Xcode files.
|
16 years ago |
Bill Hoffman
|
324f51cfc8
Fix for bug #8807, add support for CMAKE_EXE_LINKER_FLAGS_(config) to Xcode generator.
|
16 years ago |
Brad King
|
76eb733f3a
Separate Xcode flag escaping code from defines
|
16 years ago |
Brad King
|
8ab2548d6c
Re-order cmGlobalXCodeGenerator implementation
|
16 years ago |
David Cole
|
5bea9620dc
BUG: Additional fix necessary for issue #8481 so that Xcode builds do not write files into the source tree. Also add a test that runs last to check for local modifications in CMake_SOURCE_DIR based on whether 'cvs -q -n up -dP' output is empty. Test fails on dashboard runs when there are local modifications. Test passes on non-dashboard runs with local modifications so that CMake developers may have mods when running the test locally.
|
16 years ago |
David Cole
|
17d707254d
BUG: Fix issue #8481 - generate Xcode projects such that breakpoints may be used from the Xcode debugger without adjusting any settings within the Xcode GUI first... Thanks to Doug Gregor for the patch.
|
16 years ago |
Brad King
|
a232dbe8d2
BUG: Fix Xcode linker language
|
16 years ago |
Brad King
|
173448d988
ENH: Pass config to cmTarget::GetLinkerLanguage
|
16 years ago |