summaryrefslogtreecommitdiffstats
path: root/Tests/Framework
Commit message (Collapse)AuthorAgeFilesLines
* 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