Bill Hoffman
|
71505ff2d2
ENH: fix spaces in path for xcode
|
19 gadi atpakaļ |
Bill Hoffman
|
ae10b3578d
ENH: add a wrapper for xcodebuild to get around bug and verbose output
|
19 gadi atpakaļ |
Andy Cedilnik
|
c2da475507
ENH: Use PBXResourcesBuildPhase for resrources
|
19 gadi atpakaļ |
Andy Cedilnik
|
5076590a02
ENH: Simplify. Instead of doing ../MacOS just copy to current directory
|
19 gadi atpakaļ |
Andy Cedilnik
|
32ec28ad00
ENH: Add copy stages for bundle files
|
19 gadi atpakaļ |
Bill Hoffman
|
f7c1723135
ENH: add support for universal binaries
|
19 gadi atpakaļ |
Bill Hoffman
|
5208004560
ENH: fix up this changes for mac
|
19 gadi atpakaļ |
Ken Martin
|
da279f0041
BUG: some UNIX fixes for my m_ commit
|
19 gadi atpakaļ |
Ken Martin
|
3d96e52261
STYLE: some m_ to this-> cleanup
|
20 gadi atpakaļ |
Brad King
|
93c95f1cc5
BUG: Fixed installation of MacOSX Bundle executables and the corresponding install_name remapping support. Extended the BundleTest test to check that this all works. Part of these fixes required changing the signature of AppendDirectoryForConfig in all generators. It now accepts prefix and suffix strings to deal with whether leading or trailing slashes should be included with the configuration subdirectory.
|
20 gadi atpakaļ |
Andy Cedilnik
|
07260a6f27
ENH: Cleanup global targets even more and potentially fix Xcode
|
20 gadi atpakaļ |
Andy Cedilnik
|
c4156b4531
COMP: Even more global target fixes
|
20 gadi atpakaļ |
Brad King
|
586a9427d3
ENH: Created target property INSTALL_NAME_DIR initalized by CMAKE_INSTALL_NAME_DIR specifying the directory portion of the OSX install_name field in shared libraries. This is the OSX equivalent of RPATH.
|
20 gadi atpakaļ |
Brad King
|
576f0b65c7
BUG: Fix generation of Xcode 2.0 and earlier projects to use CMAKE_BUILD_TYPE.
|
20 gadi atpakaļ |
Brad King
|
f437c8e888
BUG: Treat GLOBAL_TARGET like UTILITY for generation.
|
20 gadi atpakaļ |
Brad King
|
3fa4a95f56
BUG: Xcode generator should use local generator computation of include directories.
|
20 gadi atpakaļ |
Brad King
|
c21287552b
ENH: Switched order of slash and configuration name in cmGlobalGenerator::AppendDirectoryForConfig method to increase flexibility.
|
20 gadi atpakaļ |
Bill Hoffman
|
55dd61946b
ENH: working directory working for XCode
|
20 gadi atpakaļ |
Bill Hoffman
|
347c5f4b46
ENH: add working directory support
|
20 gadi atpakaļ |
Brad King
|
afa8367885
BUG: Fixed cmTarget::GetFullPath to not append the configuration name when only one configuration is built. It now asks the generator what subdirectory if any to use for a given configuration name.
|
20 gadi atpakaļ |
Bill Hoffman
|
07ef88c985
ENH: add COMPILE_FLAGS to targets
|
20 gadi atpakaļ |
Brad King
|
8f1413e247
COMP: Fixed shadowed variable warning.
|
20 gadi atpakaļ |
Brad King
|
22c62c9e65
BUG: Sweeping changes to cleanup computation of target names. This should
|
20 gadi atpakaļ |
Bill Hoffman
|
0edceb3884
ENH: fix missing plist file error
|
20 gadi atpakaļ |
Bill Hoffman
|
7b1440ab9f
ENH: fix bundles for Mac and Xcode
|
20 gadi atpakaļ |
Andy Cedilnik
|
2804a0d7db
COMP: Remove shadow variable warning
|
20 gadi atpakaļ |
Bill Hoffman
|
82bb6fae0d
ENH: add framework support to FIND_FILE
|
20 gadi atpakaļ |
Bill Hoffman
|
452925649a
ENH: add better support for framework linking
|
20 gadi atpakaļ |
Bill Hoffman
|
391d3ed631
ENH: make sure depend helper actually works, if a depend library gets updated, then the target needs to be removed, and the CONFIGURATION directory needs to be used
|
20 gadi atpakaļ |
Bill Hoffman
|
5261f51e45
BUG: fix for bug 2560, Xcode does not create correct bundles
|
20 gadi atpakaļ |