Kitware Robot
|
d9fd2f5402
Revise C++ coding style using clang-format
|
hace 9 años |
Brad King
|
b42866a34a
Drop Visual Studio 6 generator
|
hace 9 años |
Brad King
|
3ecfb5f7e8
BUG: Fix new custom command with make-var expansion test on VS6. The VS6 IDE adds some extra characters to the variable value during expansion.
|
hace 17 años |
Brad King
|
306e3e573f
ENH: Add test for make variable replacement in a custom command with the VERBATIM option.
|
hace 17 años |
Brad King
|
58d0c5e176
COMP: Do not use ANSI function prototypes to pacify HP.
|
hace 19 años |
Brad King
|
d5719f22c1
ENH: Added support for multiple outputs generated by a single custom 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.
|
hace 19 años |
Andy Cedilnik
|
e76b103df7
ERR: Remove warnings from tests
|
hace 21 años |
Bill Hoffman
|
003a6a7260
minor fixes
|
hace 22 años |
Bill Hoffman
|
48cd349c81
fixes for HP
|
hace 22 años |