Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | strings: Remove cmStdString references | Ben Boeckel | 2014-03-08 | 1 | -1/+1 |
| | | | | | | | | | | | Casts from std::string -> cmStdString were high on the list of things taking up time. Avoid such implicit casts across function calls by just using std::string everywhere. The comment that the symbol name is too long is no longer relevant since modern debuggers alias the templates anyways and the size is a non-issue since the underlying methods are generated since it's inherited. | ||||
* | Use cmsys::[io]fstream instead of cmsys_ios::[io]fstream. | Clinton Stimpson | 2014-01-07 | 1 | -5/+5 |
| | | | | | Also use SystemTools::Fopen() instead of fopen(). This is to eventually support utf-8 filenames. | ||||
* | Add support to ctest for GTM mumps coverage. | Bill Hoffman | 2012-04-25 | 1 | -3/+0 |
| | |||||
* | Add php coverage to ctest. | Bill Hoffman | 2010-05-25 | 1 | -0/+48 |