summaryrefslogtreecommitdiffstats
path: root/Source/cmCableDefineSetCommand.cxx
Commit message (Collapse)AuthorAgeFilesLines
* ENH: Removing old-style cable commands related to the instantiation ↵Brad King2001-06-191-323/+0
| | | | functionality which has now been removed from cable.
* ENH: rename Invoke to InitialPassBill Hoffman2001-06-061-1/+1
|
* BUG: match called on invalid numberBill Hoffman2001-05-091-1/+1
|
* ENH: Changed cmCableWrapCommand to inherit from cmCableDefineSetCommand ↵Brad King2001-05-011-2/+2
| | | | 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.
* ENH:New copyrightWill Schroeder2001-04-271-3/+28
|
* ENH: Changed generated includes to not have full path specified.Brad King2001-03-161-9/+7
|
* ENH: Added SOURCE_FILES syntax to CABLE_DEFINE_SET command.Brad King2001-03-151-2/+83
|
* ENH: Added support for element tag specification with syntax tag:element as ↵Brad King2001-03-131-14/+66
| | | | an argument to the CABLE_DEFINE_SET command. A single colon with nothing to its left will result in an empty tag.
* ENH: Change to new CABLE command architecture. CABLE configuration code is ↵Brad King2001-03-011-4/+15
| | | | now generated on the first pass, during the Invoke() calls.
* ENH: CABIL -> CABLE rename.Brad King2001-02-281-8/+8
|
* ENH: Implemented automatic tag generation for CABIL_DEFINE_SET command. ↵Brad King2001-02-271-2/+102
| | | | Added tag output to WriteConfiguration methods. Added CABIL_INSTANTIATE_CLASS command to generate explicit class template instantiation configuration output.
* ENH: Added CABIL commands for configuration file generation.Brad King2001-02-261-0/+56