summaryrefslogtreecommitdiff
path: root/tests/auto/qstringbuilder/tst_qstringbuilder.cpp
Commit message (Collapse)AuthorAgeFilesLines
* remove stringbuilder autotestshjk2009-08-201-48/+0
| | | | It was merged to Qt master a while ago.
* Update license headers and sales contact details.Jason McDonald2009-06-171-1/+1
| | | | Reviewed-by: Trust Me
* Introduce a new QStringBuilder helper class to speed up building stringshjk2009-04-301-0/+48
from smaller chunks using expression templates. Simple test and benchmark included, the class is not yet complete.