Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Removed most usage of Carbon in favour of CoreFoundation | Sean McBride | 2011-01-31 | 1 | -2/+2 |
| | |||||
* | ENH: Add indirect dependency to Carbon and call a Carbon function from ↵ | David Cole | 2008-09-02 | 1 | -0/+7 |
| | | | | executable. This will allow detecting broken dependency chaining for '-framework blah' style lib dependencies. | ||||
* | BUG: If the source file specified is not in a source tree, do not use full ↵ | Andy Cedilnik | 2006-07-05 | 1 | -1/+3 |
| | | | | path to the file | ||||
* | ENH: Check if files exist | Andy Cedilnik | 2006-03-28 | 1 | -1/+61 |
| | |||||
* | BUG: Fixed installation of MacOSX Bundle executables and the corresponding ↵ | Brad King | 2006-03-03 | 1 | -0/+1 |
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. |