summaryrefslogtreecommitdiffstats
path: root/Tests/Framework
Commit message (Collapse)AuthorAgeFilesLines
* BUG: Fix issue #7046 - make sure extensionless headers and resource files ↵David Cole2008-09-054-3/+13
| | | | work with the Xcode generator. Also fix incorrect mappings in the lastKnownFileType code. Add some extensionless files to the Framework test.
* BUG: A per-config target name postfix should be ignored for Mac bundle and ↵Brad King2008-04-141-0/+1
| | | | framework names.
* BUG: Correct Mac OS X framework behaviorBrad King2008-04-082-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 warningsKen Martin2008-03-251-0/+1
|
* BUG: Fix Framework test after fixing FRAMEWORK targets to not install like ↵Brad King2008-01-281-0/+2
| | | | frameworks on non-Apple systems.
* ENH: Finish up the Framework creation code restructuring. Frameworks build ↵David Cole2007-10-101-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 Cole2007-08-241-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 Cole2007-08-146-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 Cole2007-08-012-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 Cole2007-08-011-3/+19
| | | | targets
* ENH: add missing fileBill Hoffman2007-06-041-0/+0
|
* ENH: add one of the headers to the regular sourcesBill Hoffman2007-06-041-2/+2
|
* ENH: make it work on non windowsBill Hoffman2007-05-082-0/+4
|
* ENH: fix it so that the FRAMEWORK property does not break the building of ↵Bill Hoffman2007-05-083-8/+13
| | | | normal shared libs on non-mac platforms
* ENH: add a very simple framework testBill Hoffman2007-05-085-0/+25