Brad King
|
0a83aa6f57
BUG: Fix windows command line escape for empty arg
|
17 лет назад |
Brad King
|
c5f70ff27f
ENH: Allow custom sources in custom targets
|
17 лет назад |
Brad King
|
32df2a715b
ENH: Test relative path custom command output
|
17 лет назад |
Brad King
|
306e3e573f
ENH: Add test for make variable replacement in a custom command with the VERBATIM option.
|
17 лет назад |
Brad King
|
bed3ac8741
ENH: Remove SKIP_RULE_DEPENDS option from add_custom_command()
|
17 лет назад |
Brad King
|
600e5e274e
ENH: Add SKIP_RULE_DEPENDS option for add_custom_command()
|
17 лет назад |
Brad King
|
16ec04c2a7
BUG: Fix escaping of more characters on Windows shells.
|
17 лет назад |
Brad King
|
c7d84b21c6
BUG: Do not escape shell operators when generating command lines.
|
17 лет назад |
Ken Martin
|
ce8810c4e7
ENH: preclean some warnings
|
18 лет назад |
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 лет назад |
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 лет назад |
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 лет назад |
Brad King
|
ea66edaf5e
ENH: Added quick means to turn on verbose output for debugging this test.
|
18 лет назад |
Brad King
|
6f9575690a
ENH: Add testing of * and / character arguments except on MinGW.
|
18 лет назад |
Brad King
|
ad0df37f62
ENH: Added test for custom command lines with special single-character arguments.
|
18 лет назад |
Brad King
|
f41e1f496c
BUG: Disable test of angle bracket escapes until it works everywhere.
|
18 лет назад |
Brad King
|
c25d2bfdd2
ENH: Added testing for custom command line arguments containing all special characters on the US keyboard. Fixed curly brace arguments on borland and % arguments in mingw32-make.
|
18 лет назад |
Alexander Neundorf
|
7f11536704
|
18 лет назад |
Brad King
|
87853ed828
ENH: Added test to make sure custom commands are not built more than once in a single build. This tests for a bug introduced by one fix and fixed by another fix for bug#4377.
|
19 лет назад |
Brad King
|
9b8f479e01
ENH: Re-enabling # escape test now that it is implemented everywhere.
|
19 лет назад |
Brad King
|
ee9341079f
BUG: Disable testing of # escapes until it can be implemented for Watcom WMake.
|
19 лет назад |
Brad King
|
87dcfb54c4
ENH: Added # character for shell escaping.
|
19 лет назад |
Brad King
|
9f52b7d2da
ENH: Adding test of special characters in custom command and custom target comments.
|
19 лет назад |
Brad King
|
5a6b0792cd
ENH: Added COMMENT option to ADD_CUSTOM_TARGET. This addresses bug#3461.
|
19 лет назад |
Brad King
|
2dfa2ba888
ENH: Added APPEND option to ADD_CUSTOM_COMMAND to allow extra dependencies to be connected later. This is useful to create one rule and then have a macro add things to it later. This addresses bug#2151.
|
19 лет назад |
Brad King
|
523075ded5
BUG: Do not replace @VAR@ syntax in list files. This addresses bug #2722.
|
19 лет назад |
Brad King
|
bb01a0d6ba
COMP: Fix command line check test implementation for Watcom.
|
19 лет назад |
Brad King
|
d01b6f1281
ENH: Added VERBATIM option to ADD_CUSTOM_COMMAND and ADD_CUSTOM_TARGET commands. This option enables full escaping of custom command arguments on all platforms. See bug#3786.
|
19 лет назад |
Brad King
|
c1b4a0bf74
BUG: Disable new shell escape code until backward compatibility can be established in the new implementation.
|
19 лет назад |
Brad King
|
c27e9fd656
COMP: Need ANSI C flags to build check_command_line.c.
|
19 лет назад |