Brad King
|
1d4a3aa48e
ENH: Changed cmCableWrapCommand to inherit from cmCableDefineSetCommand since they do almost exactly the same thing. Added a GetXmlTag virtual function to both classes to return what XML tag to generate in the set's output. cmCableDefineSetCommand generates a "Set" tag, and cmCableWrapCommand generates a "WrapperSet" tag. What is inside the tags is still generated by the cmCableDefineSetCommand superclass.
|
24 years ago |
Will Schroeder
|
54cfe84f3f
ENH:New copyright
|
24 years ago |
Brad King
|
b9a8948ec8
ENH: Added SOURCE_FILES syntax to CABLE_DEFINE_SET command.
|
24 years ago |
Brad King
|
007f5ccd5f
ENH: Added support for element tag specification with syntax tag:element as an argument to the CABLE_DEFINE_SET command. A single colon with nothing to its left will result in an empty tag.
|
25 years ago |
Brad King
|
dc72655414
ENH: Change to new CABLE command architecture. CABLE configuration code is now generated on the first pass, during the Invoke() calls.
|
25 years ago |
Brad King
|
d0a8794746
ENH: CABIL -> CABLE rename.
|
25 years ago |
Brad King
|
711c652edb
ENH: Implemented automatic tag generation for CABIL_DEFINE_SET command. Added tag output to WriteConfiguration methods. Added CABIL_INSTANTIATE_CLASS command to generate explicit class template instantiation configuration output.
|
25 years ago |
Brad King
|
b908149828
ENH: Added CABIL commands for configuration file generation.
|
25 years ago |