Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | BUG: Do not remove the source file extension when computing an object file ↵ | Brad King | 2007-12-29 | 1 | -17/+6 |
| | | | | name. This addresses bug #6169. If CMAKE_BACKWARDS_COMPATIBILITY is 2.4 or lower maintain the old behavior so that existing build trees and old project releases are not affected. | ||||
* | ENH: some cleanup, condensing some tests, removing arguments that were not ↵ | Ken Martin | 2007-05-18 | 1 | -1/+1 |
| | | | | needed but rather were cut and paste copies etc | ||||
* | ENH: add support for universal binaries | Bill Hoffman | 2006-03-24 | 1 | -0/+10 |
| | |||||
* | BUG: Fixed support for external object files built by custom commands. Also ↵ | Brad King | 2005-11-17 | 1 | -1/+10 |
| | | | | added a test to keep it working. | ||||
* | BUG: We still want to print out the location where the object was found if ↵ | Brad King | 2005-02-18 | 1 | -5/+5 |
| | | | | it was found by the glob. | ||||
* | ENH: all tests are passing for XCode | Bill Hoffman | 2005-02-18 | 1 | -1/+5 |
| | |||||
* | ENH: Adding test for external object file feature. | Brad King | 2005-02-04 | 1 | -0/+41 |