summaryrefslogtreecommitdiffstats
path: root/Source/cmCableInstantiateCommand.cxx
Commit message (Collapse)AuthorAgeFilesLines
* ENH: Changed WriteConfiguration back to const because it doesn't need to ↵Brad King2001-05-011-3/+1
| | | | report errors anymore.
* ENH:New copyrightWill Schroeder2001-04-271-3/+28
|
* ENH: Changed WriteConfiguration to non-const so it can do error checking. ↵Brad King2001-04-261-1/+3
| | | | Added parsing and output of a name for each WrapperSet generated from a CABLE_WRAP command.
* ENH: Change to new CABLE command architecture. CABLE configuration code is ↵Brad King2001-03-011-81/+9
| | | | now generated on the first pass, during the Invoke() calls.
* ENH: CABIL -> CABLE rename.Brad King2001-02-281-13/+13
|
* ENH: Implemented automatic tag generation for CABIL_DEFINE_SET command. ↵Brad King2001-02-271-1/+13
| | | | Added tag output to WriteConfiguration methods. Added CABIL_INSTANTIATE_CLASS command to generate explicit class template instantiation configuration output.
* ERR: Fixed configuration file output to open file in output directory.Brad King2001-02-261-4/+11
|
* ENH: Added CABIL commands for configuration file generation.Brad King2001-02-261-0/+101