summaryrefslogtreecommitdiffstats
path: root/Source/cmConfigureGccXmlCommand.h
Commit message (Collapse)AuthorAgeFilesLines
* ENH: Removed out-of-date commands CABLE_WRAP_TCL CABLE_CLASS_SET and ↵Brad King2002-04-171-88/+0
| | | | CONFIGURE_GCCXML
* 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
* BUG: CompilerIsMipsPro needs to redirect stderr to stdout so that the test ↵Brad King2001-07-231-1/+1
| | | | output can be checked.
* ENH: Added support for UNIX compilers. GCC and MIPSpro are supported.Brad King2001-07-231-0/+4
|
* ENH: Added CONFIGURE_GCCXML command to do hard work of configuring GCCXML's ↵Brad King2001-07-231-0/+108
flags for the current compiler. Currently only implemented correctly for Visual C++ in Windows.