summaryrefslogtreecommitdiffstats
path: root/Source/cmCableWrapTclCommand.h
Commit message (Collapse)AuthorAgeFilesLines
* ENH:Updated copyrightWill Schroeder2002-01-211-29/+5
|
* ENH: change InitialPass to take a const reference to the argument string, to ↵Bill Hoffman2001-09-201-1/+1
| | | | avoid changes to the file cache
* ENH: Added parsing of gccxml flags into separate arguments for setting the ↵Brad King2001-09-121-0/+3
| | | | custom command. This is necessary since the custom command now takes a vector of individual command line options instead of a single string.
* ENH: Each cmCableWrapTclCommand instance now uses a single cmMakeDepend ↵Brad King2001-08-231-0/+5
| | | | object for dependencies for all the gccxml input files it generates. This should significantly improve generation time.
* ENH: Added use of a class's tag to generate a better set of filenames for ↵Brad King2001-08-021-1/+1
| | | | its wrapper configuration, xml, and generated files. This should also prevent half the classes from re-wrapping when a new one is inserted in the middle.
* ENH: Added proper request for/generation of CABLE, GCCXML, and GCCXML_FLAGS ↵Brad King2001-06-081-0/+3
| | | | cache entries. This also allowed the correct generation of gccxml rules.
* ENH: rename Invoke to InitialPassBill Hoffman2001-06-061-1/+1
|
* ENH: Adding CABLE_CLASS_SET and CABLE_WRAP_TCL commands. They cannot yet be ↵Brad King2001-05-161-0/+121
used with the main branch of CABLE, though.