Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ERR: ElementCombinationGenerator::ReplacePortion needs to be a friend of ↵ | Brad King | 2001-07-30 | 1 | -1/+3 |
| | | | | ElementCombinationGenerator so that it can get access to ElementCombinationGenerator::Substitution. Also fixed one minor problem for HP build. | ||||
* | BUG: Changed include and link directory paths in cmMakefile back to ↵ | Brad King | 2001-07-30 | 1 | -2/+2 |
| | | | | std::vector because there is an order dependency. Only cmMakefile::AddIncludeDirectory and cmMakefile::AddLinkDirectory should be called to add directories to the paths. They make sure the paths are unique as they are inserted. | ||||
* | Removed the Uniquification of the include and link directory list in FinalPass, | Ian Scott | 2001-07-30 | 1 | -2/+2 |
| | | | | | and achieved the same effect by makein m_LinkDirectores and m_IncludeDirectories a set rather than vector | ||||
* | ENH: Added cable class-set expansion and tagging for alternate name ↵ | Brad King | 2001-07-26 | 1 | -47/+599 |
| | | | | generation. This should make the generated wrappers much easier to setup and use. | ||||
* | ERR: Removed use of member templates. | Brad King | 2001-05-16 | 1 | -2/+14 |
| | |||||
* | ERR: Removed dynamic_cast so that RTTI isn't required. | Brad King | 2001-05-16 | 1 | -1/+2 |
| | |||||
* | ENH: Adding CABLE_CLASS_SET and CABLE_WRAP_TCL commands. They cannot yet be ↵ | Brad King | 2001-05-16 | 1 | -0/+199 |
used with the main branch of CABLE, though. |