summaryrefslogtreecommitdiffstats
path: root/Source/cmCableClassSet.cxx
Commit message (Collapse)AuthorAgeFilesLines
* ERR: ElementCombinationGenerator::ReplacePortion needs to be a friend of ↵Brad King2001-07-301-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 King2001-07-301-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 Scott2001-07-301-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 King2001-07-261-47/+599
| | | | generation. This should make the generated wrappers much easier to setup and use.
* ERR: Removed use of member templates.Brad King2001-05-161-2/+14
|
* ERR: Removed dynamic_cast so that RTTI isn't required.Brad King2001-05-161-1/+2
|
* ENH: Adding CABLE_CLASS_SET and CABLE_WRAP_TCL commands. They cannot yet be ↵Brad King2001-05-161-0/+199
used with the main branch of CABLE, though.