Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix for bug where VS2010 did not use .obj files as part of the build. | Bill Hoffman | 2011-04-01 | 1 | -0/+6 |
| | | | | | | | For VS2010 if a precompiled .obj file was the output of a custom commad, it was used as part of the build. If it was not, then VS did not use it as part of the build. This commit updates the test to check for this issue, and fixes the problem. This fixes bugs #0011891 and | ||||
* | BUG: make test more robust | Ken Martin | 2008-03-25 | 1 | -2/+1 |
| | |||||
* | BUG: add debugging into to check out a problem | Ken Martin | 2008-03-25 | 1 | -0/+2 |
| | |||||
* | ENH: preclean some warnings | Ken Martin | 2008-03-25 | 2 | -0/+2 |
| | |||||
* | 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 | 2 | -0/+19 |
| | |||||
* | 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 | 5 | -0/+57 |