Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ENH: Automatic include directories should not be done by default as was just ↵ | Brad King | 2006-02-19 | 1 | -1/+4 |
| | | | | implemented. Instead a project may now set CMAKE_INCLUDE_CURRENT_DIR to get this behavior. The current source and binary directories are added automatically to the beginning of the include path in every directory. This simulates in-source behavior for double-quote includes when there are generated sources and headers in the directory. | ||||
* | COMP: Fixed form of function main. | Brad King | 2006-02-14 | 1 | -2/+2 |
| | |||||
* | ENH: add test for generated header | Bill Hoffman | 2006-01-09 | 3 | -0/+16 |
| | |||||
* | ENH: for all custom commands that can not be given to a target, add them to ↵ | Bill Hoffman | 2006-01-09 | 1 | -2/+9 |
| | | | | all targets in the current makefile | ||||
* | BUG: force EXECUABLE and LIBRARY output paths so bad cache entries do not ↵ | Bill Hoffman | 2006-01-02 | 1 | -2/+2 |
| | | | | fail tests | ||||
* | COMP: Avoid C++ comment in C translation unit. | Brad King | 2005-08-18 | 1 | -1/+1 |
| | |||||
* | BUG: It seems the auto-object-depends feature does not work in Visual ↵ | Brad King | 2005-08-17 | 1 | -7/+6 |
| | | | | Studio. I'm restoring the explicit OBJECT_DEPENDS lines. | ||||
* | ENH: Adding test for auto-object-depends feature. It has been tested with ↵ | Brad King | 2005-08-17 | 3 | -2/+20 |
| | | | | the Makefile generator. Hopefully this will work for the Visual Studio and XCode generators. | ||||
* | BUG: Use copy to produce doc1pre.txt instead of echo. The redirection does ↵ | Brad King | 2005-04-27 | 1 | -1/+1 |
| | | | | not like forward slashes on Win9x. | ||||
* | ENH: Added pre-build and post-build test for custom targets. | Brad King | 2005-04-26 | 1 | -1/+20 |
| | |||||
* | ENH: Added test for multiple commands in a custom command. | Brad King | 2005-02-22 | 1 | -8/+14 |
| | |||||
* | ENH: Add LOCATION to GET_TARGET_PROPERTY. Closes Bug #34 - Add to ↵ | Andy Cedilnik | 2004-04-27 | 1 | -1/+4 |
| | | | | GET_TARGET_PROPERTY location of target | ||||
* | ERR: Remove warnings from tests | Andy Cedilnik | 2004-04-27 | 2 | -0/+10 |
| | |||||
* | modified code to match cmake mode | Ken Martin | 2003-06-30 | 1 | -39/+39 |
| | |||||
* | minor fixes | Bill Hoffman | 2003-06-04 | 2 | -0/+2 |
| | |||||
* | fixes for HP | Bill Hoffman | 2003-06-04 | 3 | -4/+4 |
| | |||||
* | new test | Ken Martin | 2003-06-03 | 6 | -0/+140 |