Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | BUG: A per-config target name postfix should be ignored for Mac bundle and ↵ | Brad King | 2008-04-14 | 1 | -0/+1 |
| | | | | framework names. | ||||
* | BUG: Correct Mac OS X framework behavior | Brad King | 2008-04-08 | 2 | -1/+6 |
| | | | | | | | | | | | | - Place the built library in foo.framework/Versions/A/foo - Do not create unused content symlinks (like PrivateHeaders) - Do not use VERSION/SOVERSION properties for frameworks - Make cmTarget::GetDirectory return by value - Remove the foo.framework part from cmTarget::GetDirectory - Correct install_name construction and conversion on install - Fix MACOSX_PACKAGE_LOCATION under Xcode to use the Versions/<version> directory for frameworks - Update the Framework test to try these things | ||||
* | ENH: preclean some warnings | Ken Martin | 2008-03-25 | 1 | -0/+1 |
| | |||||
* | BUG: Fix Framework test after fixing FRAMEWORK targets to not install like ↵ | Brad King | 2008-01-28 | 1 | -0/+2 |
| | | | | frameworks on non-Apple systems. | ||||
* | ENH: Finish up the Framework creation code restructuring. Frameworks build ↵ | David Cole | 2007-10-10 | 1 | -14/+24 |
| | | | | and install now. More work needed on the packaging step. See Tests/Framework for example use. | ||||
* | ENH: Add InstallNameFixupPath to support installing built frameworks on the ↵ | David Cole | 2007-08-24 | 1 | -1/+4 |
| | | | | Mac. Change Application to Applications in the BundleTest. Also correct small typo (tcl->Tcl) noted in bug 4572. | ||||
* | ENH: Improvements to the Xcode generator. Build frameworks using native Copy ↵ | David Cole | 2007-08-14 | 6 | -8/+38 |
| | | | | 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. | ||||
* | BUG: Fix test that broke on Windows - sharing sources between SHARED and ↵ | David Cole | 2007-08-01 | 2 | -7/+2 |
| | | | | STATIC libraries requires correct export and import decorations in the source code... | ||||
* | BUG: Only pay attention to the FRAMEWORK target property for SHARED library ↵ | David Cole | 2007-08-01 | 1 | -3/+19 |
| | | | | targets | ||||
* | ENH: add missing file | Bill Hoffman | 2007-06-04 | 1 | -0/+0 |
| | |||||
* | ENH: add one of the headers to the regular sources | Bill Hoffman | 2007-06-04 | 1 | -2/+2 |
| | |||||
* | ENH: make it work on non windows | Bill Hoffman | 2007-05-08 | 2 | -0/+4 |
| | |||||
* | ENH: fix it so that the FRAMEWORK property does not break the building of ↵ | Bill Hoffman | 2007-05-08 | 3 | -8/+13 |
| | | | | normal shared libs on non-mac platforms | ||||
* | ENH: add a very simple framework test | Bill Hoffman | 2007-05-08 | 5 | -0/+25 |