summaryrefslogtreecommitdiffstats
path: root/Source/cmCableDefineSetCommand.cxx
Commit message (Collapse)AuthorAgeFilesLines
* 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