Brad King
|
88548a45fb
Handle relative WORKING_DIRECTORY in add_custom_(command|target)
|
hace 15 años |
Brad King
|
96afb12087
Convert CMake to OSI-approved BSD License
|
hace 16 años |
Brad King
|
c5f70ff27f
ENH: Allow custom sources in custom targets
|
hace 17 años |
Brad King
|
845563d575
COMP: Fix unused parameter warning in cmAddCustomTargetCommand.
|
hace 17 años |
Brad King
|
5233b75a77
ENH: Improve handling of old-style compatibility.
|
hace 17 años |
Brad King
|
680104a490
ENH: New format for warning and error messages
|
hace 17 años |
Bill Hoffman
|
077805ff49
ENH: fix ICE with gcc in dash8
|
hace 17 años |
Ken Martin
|
e0059c0db7
COMP: fix compile errors on vs6 and a warning
|
hace 17 años |
Ken Martin
|
d7db2d086c
COMP: fix some warnings
|
hace 17 años |
Ken Martin
|
d49ef18f8a
ENH: add first cut and policies still need to add the doc support
|
hace 17 años |
Brad King
|
1c0595c73f
ENH: Add global property ALLOW_DUPLICATE_CUSTOM_TARGETS to help existing projects that depend on having duplicate custom targets. It is allowed only for Makefile generators. See bug#6348.
|
hace 18 años |
Brad King
|
a0715048da
COMP: Fix shadowed local variable warning.
|
hace 18 años |
Brad King
|
ac0e58dcfb
ENH: Enforce global target name uniqueness.
|
hace 18 años |
Ken Martin
|
0e69d38004
ENH: add return and break support to cmake, also change basic command invocation signature to be able to return extra informaiton via the cmExecutionStatus class
|
hace 18 años |
Ken Martin
|
c53b26baf2
ENH: some more cleanup
|
hace 18 años |
Brad King
|
5a6b0792cd
ENH: Added COMMENT option to ADD_CUSTOM_TARGET. This addresses bug#3461.
|
hace 19 años |
Brad King
|
7d2de52c1a
ENH: Cleaned up signature of cmMakefile::AddUtilityCommand. It is not valid to have an output from a utility rule and no calls to the method asked for an output anyway. The argument has been removed.
|
hace 19 años |
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.
|
hace 19 años |
Brad King
|
6ce165de43
ENH: Added diagnosis of bad target names.
|
hace 19 años |
Ken Martin
|
3d96e52261
STYLE: some m_ to this-> cleanup
|
hace 19 años |
Andy Cedilnik
|
634343c3e8
STYLE: Fix some style issues
|
hace 20 años |
Bill Hoffman
|
ccdca71332
ENH: fix broken tests
|
hace 20 años |
Bill Hoffman
|
347c5f4b46
ENH: add working directory support
|
hace 20 años |
Brad King
|
289429cd00
ENH: Added check for invalid characters in output name.
|
hace 20 años |
Brad King
|
39af9ee1e4
ENH: Updated implementation of custom commands. Multiple command lines are now supported effectively allowing entire scripts to be written. Also removed extra variable expansions and cleaned up passing of commands through to the generators. The command and individual arguments are now kept separate all the way until the generator writes them out. This cleans up alot of escaping issues.
|
hace 21 años |
Brad King
|
bfd79e99e6
BUG: Fixed check of number of arguments.
|
hace 21 años |
Ken Martin
|
a293f8f7a0
fixed argument parsing
|
hace 22 años |
Ken Martin
|
ba68f771b3
yikes added new custom command support
|
hace 22 años |
Brad King
|
4888c088ae
ENH: Moved ExpandListVariables out of individual commands. Argument evaluation rules are now very consistent. Double quotes can always be used to create exactly one argument, regardless of contents inside.
|
hace 23 años |
Andy Cedilnik
|
ab64db6ee8
Allow target with no command
|
hace 23 años |