Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Revise C++ coding style using clang-format | Kitware Robot | 2016-05-16 | 1 | -3/+5 |
| | | | | | | | | | | | | | Run the `Utilities/Scripts/clang-format.bash` script to update all our C++ code to a new style defined by `.clang-format`. Use `clang-format` version 3.8. * If you reached this commit for a line in `git blame`, re-run the blame operation starting at the parent of this commit to see older history for the content. * See the parent commit for instructions to rebase a change across this style transition commit. | ||||
* | Removed most usage of Carbon in favour of CoreFoundation | Sean McBride | 2011-01-31 | 1 | -3/+3 |
| | |||||
* | ENH: Add indirect dependency to Carbon and call a Carbon function from ↵ | David Cole | 2008-09-02 | 1 | -0/+11 |
| | | | | executable. This will allow detecting broken dependency chaining for '-framework blah' style lib dependencies. | ||||
* | ENH: Check if files exist | Andy Cedilnik | 2006-03-28 | 1 | -3/+6 |
| | |||||
* | BUG: Fixed installation of MacOSX Bundle executables and the corresponding ↵ | Brad King | 2006-03-03 | 1 | -1/+3 |
| | | | | 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. | ||||
* | ENH: add a bundle test | Bill Hoffman | 2005-07-13 | 1 | -0/+4 |