ENH: Add initial memory check support which works for Valgrind

This commit is contained in:
Andy Cedilnik
2003-12-15 17:26:00 -05:00
parent ce8a34907a
commit 5b232ded15
10 changed files with 523 additions and 155 deletions

View File

@@ -139,7 +139,7 @@ public:
* want to find. 0 means all files, -1 means directories, 1 means
* files only. This method returns true if search was succesfull.
*/
static bool SimpleGlob(const std::string& glob, std::vector<std::string>& files,
static bool SimpleGlob(const cmStdString& glob, std::vector<cmStdString>& files,
int type = 0);
///! Copy a file.