summaryrefslogtreecommitdiffstats
path: root/Tests/CustomCommand/CMakeLists.txt
Commit message (Expand)AuthorAgeFilesLines
...
* BUG: Disable testing of # escapes until it can be implemented for Watcom WMake.Brad King2006-10-241-4/+4
* ENH: Added # character for shell escaping.Brad King2006-10-231-0/+4
* ENH: Adding test of special characters in custom command and custom target co...Brad King2006-10-041-1/+2
* ENH: Added COMMENT option to ADD_CUSTOM_TARGET. This addresses bug#3461.Brad King2006-10-041-0/+1
* ENH: Added APPEND option to ADD_CUSTOM_COMMAND to allow extra dependencies to...Brad King2006-10-041-1/+3
* BUG: Do not replace @VAR@ syntax in list files. This addresses bug #2722.Brad King2006-10-041-2/+2
* COMP: Fix command line check test implementation for Watcom.Brad King2006-10-021-0/+2
* ENH: Added VERBATIM option to ADD_CUSTOM_COMMAND and ADD_CUSTOM_TARGET comman...Brad King2006-09-281-1/+33
* BUG: Disable new shell escape code until backward compatibility can be establ...Brad King2006-09-251-1/+1
* COMP: Need ANSI C flags to build check_command_line.c.Brad King2006-09-221-0/+1
* ENH: Adding test for non-trivial custom command line arguments. This is for ...Brad King2006-09-211-0/+39
* ENH: Added test for generation of files listed explicitly as sources but not ...Brad King2006-06-011-10/+19
* ENH: Added support for multiple outputs generated by a single custom command....Brad King2006-04-111-2/+3
* BUG: fix test to list generate dheaderKen Martin2006-03-241-0/+1
* ENH: for all custom commands that can not be given to a target, add them to a...Bill Hoffman2006-01-091-2/+9
* BUG: force EXECUABLE and LIBRARY output paths so bad cache entries do not fai...Bill Hoffman2006-01-021-2/+2
* BUG: It seems the auto-object-depends feature does not work in Visual Studio....Brad King2005-08-171-7/+6
* ENH: Adding test for auto-object-depends feature. It has been tested with th...Brad King2005-08-171-2/+18
* BUG: Use copy to produce doc1pre.txt instead of echo. The redirection does n...Brad King2005-04-271-1/+1
* ENH: Added pre-build and post-build test for custom targets.Brad King2005-04-261-1/+20
* ENH: Added test for multiple commands in a custom command.Brad King2005-02-221-8/+14
* ENH: Add LOCATION to GET_TARGET_PROPERTY. Closes Bug #34 - Add to GET_TARGET_...Andy Cedilnik2004-04-271-1/+4
* modified code to match cmake modeKen Martin2003-06-301-39/+39
* fixes for HPBill Hoffman2003-06-041-2/+2
* new testKen Martin2003-06-031-0/+105