Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | BUG: Fix new custom command with make-var expansion test on VS6. The VS6 ↵ | Brad King | 2008-06-05 | 1 | -2/+8 |
| | | | | IDE adds some extra characters to the variable value during expansion. | ||||
* | ENH: Add test for make variable replacement in a custom command with the ↵ | Brad King | 2008-06-04 | 1 | -0/+12 |
| | | | | VERBATIM option. | ||||
* | COMP: Do not use ANSI function prototypes to pacify HP. | Brad King | 2006-04-13 | 1 | -3/+3 |
| | |||||
* | ENH: Added support for multiple outputs generated by a single custom ↵ | Brad King | 2006-04-11 | 1 | -4/+7 |
| | | | | command. For Visual Studio generators the native tool provides support. For Xcode and Makefile generators a simple trick is used. The first output is considered primary and has the build rule attached. Other outputs simply depend on the first output with no build rule. During cmake_check_build_system CMake detects when a secondary output is missing and removes the primary output to make sure all outputs are regenerated. This approach always builds the custom command at the right time and only once even during parallel builds. | ||||
* | ERR: Remove warnings from tests | Andy Cedilnik | 2004-04-27 | 1 | -0/+5 |
| | |||||
* | minor fixes | Bill Hoffman | 2003-06-04 | 1 | -0/+1 |
| | |||||
* | fixes for HP | Bill Hoffman | 2003-06-04 | 1 | -0/+9 |