Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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: Removed addition of compiler support directory include option since the ↵ | Brad King | 2001-09-07 | 1 | -22/+21 |
| | | | | find_*_options scripts now include it automatically. | ||||
* | BUG: GCCXML_FLAGS found from find_gcc_options or find_mpro_options should ↵ | Brad King | 2001-08-29 | 1 | -1/+25 |
| | | | | have the trailing newline stripped from the string. | ||||
* | ENH: big change, only allow commands access to the cache via the cmMakefile ↵ | Bill Hoffman | 2001-08-08 | 1 | -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 King | 2001-07-23 | 1 | -14/+18 |
| | | | | output can be checked. | ||||
* | ENH: Added support for UNIX compilers. GCC and MIPSpro are supported. | Brad King | 2001-07-23 | 1 | -2/+111 |
| | |||||
* | ENH: Added CONFIGURE_GCCXML command to do hard work of configuring GCCXML's ↵ | Brad King | 2001-07-23 | 1 | -0/+152 |
flags for the current compiler. Currently only implemented correctly for Visual C++ in Windows. |