Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |