summaryrefslogtreecommitdiff
path: root/include/cppunit/tools/StringHelper.h
Commit message (Collapse)AuthorAgeFilesLines
* Report (un)signed char values numericallyStephan Bergmann2017-07-201-0/+10
| | | | | | | | | | | ...instead of as characters, as those values often represent numerical values (e.g., sal_uInt8 aka unsigned char in LibreOffice), and often even have values outside the printing ASCII range Change-Id: I72727e98f5af616f6b0c03c57fc1119c0c11c1fc Reviewed-on: https://gerrit.libreoffice.org/40138 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
* extract the code to turn a variable into a stringMarkus Mohrhard2016-12-161-0/+45