Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ENH:Updated copyright | Will Schroeder | 2002-01-21 | 1 | -29/+5 |
| | |||||
* | ENH: change InitialPass to take a const reference to the argument string, to ↵ | Bill Hoffman | 2001-09-20 | 1 | -1/+1 |
| | | | | avoid changes to the file cache | ||||
* | ENH: Added parsing of gccxml flags into separate arguments for setting the ↵ | Brad King | 2001-09-12 | 1 | -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 King | 2001-08-23 | 1 | -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 King | 2001-08-02 | 1 | -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 King | 2001-06-08 | 1 | -0/+3 |
| | | | | cache entries. This also allowed the correct generation of gccxml rules. | ||||
* | ENH: rename Invoke to InitialPass | Bill Hoffman | 2001-06-06 | 1 | -1/+1 |
| | |||||
* | ENH: Adding CABLE_CLASS_SET and CABLE_WRAP_TCL commands. They cannot yet be ↵ | Brad King | 2001-05-16 | 1 | -0/+121 |
used with the main branch of CABLE, though. |