Kitware Robot
|
9db3116226
Remove CMake-language block-end command arguments
|
13 years ago |
Kitware Robot
|
77543bde41
Convert CMake-language commands to lower case
|
13 years ago |
Kitware Robot
|
7bbaa4283d
Remove trailing whitespace from most CMake and C/C++ code
|
13 years ago |
Brad King
|
128605054a
Normalize slashes of add_custom_(command|target) DEPENDS (#11973)
|
14 years ago |
Brad King
|
31b0657e7d
Merge topic 'custom-command-generator-expressions'
|
15 years ago |
Brad King
|
4499d50ad2
Mark CustomCommand test perconfig.out as SYMBOLIC
|
15 years ago |
Brad King
|
f0cdb6001b
Introduce "generator expression" syntax to custom commands (#11209)
|
15 years ago |
Brad King
|
a75a0a1448
Normalize add_custom_command OUTPUT names (#10485)
|
15 years ago |
Brad King
|
ced1d5eccd
Skip file-level dependencies on custom targets (#11332)
|
15 years ago |
David Cole
|
a798bb7074
Avoid CustomCommand test failure on VS71 (#9963)
|
15 years ago |
David Cole
|
9b4ab06c2c
Avoid CustomCommand test failure on VS71 (#9963)
|
15 years ago |
David Cole
|
9d2e6489bf
No extra spaces in CustomCommand test (#9963)
|
15 years ago |
David Cole
|
269a4b876a
Enable calling commands with : in argv[1] (#9963)
|
15 years ago |
David Cole
|
8562f5400d
Oops. Last commit did not create subdir before doing a touch on a file in it. So it fails on some platforms. This fixes that.
|
16 years ago |
David Cole
|
f199385605
Fix CMake Internal Error from cmTarget::GetOutputInfo - triggered by calling GetLocation on a utility target - caused by custom command output file with same name as custom target. The fix is to avoid calling GetLocation unless the target is of a type that is expected to have a location...
|
16 years ago |
Brad King
|
d1aa17a7b0
ENH: Remove CMAKE_ANSI_CFLAGS from tests
|
16 years ago |
Brad King
|
0a83aa6f57
BUG: Fix windows command line escape for empty arg
|
17 years ago |
Brad King
|
c5f70ff27f
ENH: Allow custom sources in custom targets
|
17 years ago |
Brad King
|
32df2a715b
ENH: Test relative path custom command output
|
17 years ago |
Brad King
|
306e3e573f
ENH: Add test for make variable replacement in a custom command with the VERBATIM option.
|
17 years ago |
Brad King
|
bed3ac8741
ENH: Remove SKIP_RULE_DEPENDS option from add_custom_command()
|
17 years ago |
Brad King
|
600e5e274e
ENH: Add SKIP_RULE_DEPENDS option for add_custom_command()
|
17 years ago |
Brad King
|
16ec04c2a7
BUG: Fix escaping of more characters on Windows shells.
|
17 years ago |
Brad King
|
c7d84b21c6
BUG: Do not escape shell operators when generating command lines.
|
17 years ago |
Ken Martin
|
ce8810c4e7
ENH: preclean some warnings
|
17 years ago |
Brad King
|
872553de7e
ENH: Implemented generation of display for pre-build, pre-link, and post-build custom command comments during the build. This addresses issue #5353.
|
18 years ago |
Brad King
|
0f4ad19ef8
ENH: Re-arranged code to test adding a custom command to generate a source file after the file has been added to a target. This is supported by the current implementation because of the use of source lists in the target implementation. When we later convert to creating cmSourceFile instances immediately for the target we need to make sure the mentioned case still works.
|
18 years ago |
Brad King
|
9bfb3cacbb
BUG: Replace "with space" in custom command argument tests with "w s" to still have whitespace but be shorter. The test was failing because the custom command line length was simply too long for the VS IDE.
|
18 years ago |
Brad King
|
ea66edaf5e
ENH: Added quick means to turn on verbose output for debugging this test.
|
18 years ago |
Brad King
|
6f9575690a
ENH: Add testing of * and / character arguments except on MinGW.
|
18 years ago |