Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ctest_upload: Add QUIET option | Zack Galbreath | 2015-02-23 | 1 | -0/+7 |
| | |||||
* | Port all cmOStringStream to std::ostringstream. | Stephen Kelly | 2015-01-11 | 1 | -1/+1 |
| | | | | All compilers hosting CMake support the std class. | ||||
* | 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. | ||||
* | cmCTestUploadCommand::CheckArgumentKeyword should return false if not FILES | Zach Mullen | 2011-03-31 | 1 | -1/+1 |
| | |||||
* | Add the FILES keyword to ctest_upload command | Zach Mullen | 2011-03-15 | 1 | -12/+24 |
| | |||||
* | Implement ctest_upload command | Zach Mullen | 2011-03-15 | 1 | -0/+57 |