summaryrefslogtreecommitdiffstats
path: root/src/common/param_package.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* param_package: Take std::string by value in string-based Set() functionLioncash2018-07-201-1/+1
| | | | | Allows avoiding string copies by letting the strings be moved into the function calls.
* Common: add ParamPackagewwylele2017-03-011-0/+40