Dependencies
- Added 'depends' as a valid report column. - Added 'depends' to the 'long' report. - Updated hook.format*t unit tests to accommodate new long report. - Added new join () function that handles std::vector<int>. - Updated text.t unit tests.
This commit is contained in:
@@ -43,6 +43,7 @@ void split (std::vector<std::string>&, const std::string&, const std::string&);
|
||||
void split_minimal (std::vector<std::string>&, const std::string&, const char);
|
||||
void split_minimal (std::vector<std::string>&, const std::string&, const std::string&);
|
||||
void join (std::string&, const std::string&, const std::vector<std::string>&);
|
||||
void join (std::string&, const std::string&, const std::vector<int>&);
|
||||
std::string commify (const std::string&);
|
||||
std::string lowerCase (const std::string&);
|
||||
std::string upperCase (const std::string&);
|
||||
|
||||
Reference in New Issue
Block a user