summaryrefslogtreecommitdiffstats
path: root/Source/cmConfigureGccXmlCommand.cxx
Commit message (Collapse)AuthorAgeFilesLines
* ENH: big change, only allow commands access to the cache via the cmMakefile ↵Bill Hoffman2001-08-081-3/+2
| | | | class and GetDefinition, also the cmMakefile is the only way for commands to add to the cache. Also, some changes to configure.in that check for for scoping
* BUG: CompilerIsMipsPro needs to redirect stderr to stdout so that the test ↵Brad King2001-07-231-14/+18
| | | | output can be checked.
* ENH: Added support for UNIX compilers. GCC and MIPSpro are supported.Brad King2001-07-231-2/+111
|
* ENH: Added CONFIGURE_GCCXML command to do hard work of configuring GCCXML's ↵Brad King2001-07-231-0/+152
flags for the current compiler. Currently only implemented correctly for Visual C++ in Windows.