Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ENH: make sure multiple archs are only tested when the work | Bill Hoffman | 2009-02-19 | 1 | -1/+7 |
| | |||||
* | BUG: fix xcode depend issue and add a test for it | Bill Hoffman | 2009-02-19 | 1 | -1/+3 |
| | |||||
* | ENH: Update BuildDepends test to check #include lines with macros. | Brad King | 2008-05-14 | 5 | -12/+75 |
| | | | | | | | - Tests IMPLICIT_DEPENDS_INCLUDE_TRANSFORM properties. - See issue #6648. - Works without help in VS IDEs due to native dependency handling. - Xcode needs help to rebuild correctly. | ||||
* | ENH: preclean some warnings | Ken Martin | 2008-03-25 | 1 | -0/+1 |
| | |||||
* | BUG: Enable CMAKE_SUPPRESS_REGENERATION because the entire test runs during ↵ | Brad King | 2007-12-22 | 1 | -0/+5 |
| | | | | the inital configuration. | ||||
* | ENH: Add a depends check step to custom targets. Add support for the ↵ | Brad King | 2007-12-21 | 4 | -7/+27 |
| | | | | IMPLICIT_DEPENDS feature of custom commands when building in custom targets. Convert multiple-output pair checks to be per-target instead of global. | ||||
* | ENH: Adding test for ADD_CUSTOM_COMMAND's new IMPLICIT_DEPENDS feature. | Brad King | 2007-09-17 | 4 | -0/+68 |
| | |||||
* | COMP: removing the directory at the beginning breaks the test for in-source | Alexander Neundorf | 2007-06-14 | 1 | -1/+0 |
| | | | | | | builds Alex | ||||
* | COMP: fix test, in some cases stdout from bar was not captured correctly, | Alexander Neundorf | 2007-06-13 | 2 | -13/+32 |
| | | | | | | | probably because the process was killed before the fflush() worked because the busy loop blocked the processor (failing midworld test) Alex | ||||
* | BUG: Report proper error message when project does not build the first time. ↵ | Brad King | 2007-05-23 | 1 | -1/+28 |
| | | | | Also added hack to rebuild subproject several times for Xcode. The generator should be fixed and the hack removed. | ||||
* | ENH: Executable bar should rebuild when its generated header changes. It ↵ | Brad King | 2007-05-23 | 1 | -1/+0 |
| | | | | does not need to link to the foo library anymore. | ||||
* | BUG: Target names in the COMMAND part of a custom command should not create ↵ | Brad King | 2007-05-23 | 1 | -0/+24 |
| | | | | a file-level dependency that forces the command to rerun when the executable target rebuilds, but the target-level dependency should still be created. Target names in a DEPENDS should do both a target-level and file-level dependency. Updated the BuildDepends test to check that this works. | ||||
* | BUG: Target names in the COMMAND part of a custom command should not create ↵ | Brad King | 2007-05-23 | 3 | -6/+41 |
| | | | | a file-level dependency that forces the command to rerun when the executable target rebuilds, but the target-level dependency should still be created. Target names in a DEPENDS should do both a target-level and file-level dependency. Updated the BuildDepends test to check that this works. | ||||
* | BUG: check in the rest of the changes to move from c to cxx | Andy Cedilnik | 2007-05-16 | 1 | -2/+2 |
| | |||||
* | BUG: fix test for hp move to c++ to avoid ansi issues and produce a message ↵ | Andy Cedilnik | 2007-05-16 | 2 | -2/+9 |
| | | | | if the compile fails, (really checked in by Bill H.) | ||||
* | ENH: add test for build depends | Bill Hoffman | 2007-05-10 | 2 | -16/+31 |
| | |||||
* | ENH: add a test to make sure Xcode does not break again | Bill Hoffman | 2007-05-09 | 3 | -0/+57 |