Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ENH: Removing old-style cable commands related to the instantiation ↵ | Brad King | 2001-06-19 | 1 | -323/+0 |
| | | | | functionality which has now been removed from cable. | ||||
* | ENH: rename Invoke to InitialPass | Bill Hoffman | 2001-06-06 | 1 | -1/+1 |
| | |||||
* | BUG: match called on invalid number | Bill Hoffman | 2001-05-09 | 1 | -1/+1 |
| | |||||
* | ENH: Changed cmCableWrapCommand to inherit from cmCableDefineSetCommand ↵ | Brad King | 2001-05-01 | 1 | -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 copyright | Will Schroeder | 2001-04-27 | 1 | -3/+28 |
| | |||||
* | ENH: Changed generated includes to not have full path specified. | Brad King | 2001-03-16 | 1 | -9/+7 |
| | |||||
* | ENH: Added SOURCE_FILES syntax to CABLE_DEFINE_SET command. | Brad King | 2001-03-15 | 1 | -2/+83 |
| | |||||
* | ENH: Added support for element tag specification with syntax tag:element as ↵ | Brad King | 2001-03-13 | 1 | -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 King | 2001-03-01 | 1 | -4/+15 |
| | | | | now generated on the first pass, during the Invoke() calls. | ||||
* | ENH: CABIL -> CABLE rename. | Brad King | 2001-02-28 | 1 | -8/+8 |
| | |||||
* | ENH: Implemented automatic tag generation for CABIL_DEFINE_SET command. ↵ | Brad King | 2001-02-27 | 1 | -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 King | 2001-02-26 | 1 | -0/+56 |