summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/tools/qstringref/tst_qstringref.cpp
Commit message (Expand)AuthorAgeFilesLines
* Move text-related code out of corelib/tools/ to corelib/text/Edward Welbourne2019-07-101-2182/+0
* Remove usages of deprecated APIs of corelibSona Kurazyan2019-07-051-0/+24
* Remove references to obsolete platformsJake Petroules2017-11-051-8/+0
* QStringRef: fix trimmed() returning null strings on empty inputMarc Mutz2017-04-271-1/+3
* QStringRef: add chop()Anton Kudryavtsev2016-07-071-0/+43
* QStringRef: add missing {c,}r{begin,end}()Marc Mutz2016-04-071-0/+33
* QStringRef: add missing op[]Marc Mutz2016-01-261-0/+11
* Add Intel copyright to files that Intel has had non-trivial contributionThiago Macieira2016-01-211-0/+1
* Updated license headersJani Heikkinen2016-01-211-17/+12
* tests/auto/corelib: Remove some placeholder formatting.Friedemann Kleint2015-10-221-7/+7
* Tests: Fix single-character string literals.Friedemann Kleint2015-10-131-1/+1
* QStringRef: add truncate()Marc Mutz2015-06-191-0/+25
* Update copyright headersJani Heikkinen2015-02-111-7/+7
* Make QStringRef::right() consistent with QString::right()Eskil Abrahamsen Blomfeldt2014-10-141-2/+2
* Update license headers and add new license filesMatti Paaso2014-09-241-19/+11
* Implement QStringRef::splitJędrzej Nowacki2014-08-061-0/+75
* Don't read before the beginning of the stringThiago Macieira2014-04-041-0/+48
* New QStringRef methods.Jędrzej Nowacki2013-09-111-0/+142
* QStringRef: Added toInt(), toUInt(), etc... functions to QStringRef.Keith Gardner2013-02-221-0/+932
* QStringRef: Added a trimmed() function.Keith Gardner2013-01-291-0/+22
* Update copyright year in Digia's license headersSergio Ahumada2013-01-181-1/+1
* Core: Remove declaration of built-in and automatic metatypes.Stephen Kelly2013-01-041-4/+0
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-24/+24
* Eliminate duplicate data row names from corelib autotests.Jason McDonald2012-02-141-12/+12
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-301-1/+1
* Update contact information in license headers.Jason McDonald2012-01-231-1/+1
* Update copyright year in license headers.Jason McDonald2012-01-051-1/+1
* Remove TESTED_CLASS/TESTED_FILES comments from tests.Jason McDonald2011-12-061-3/+0
* Remove obsolete data from QStringRef test.Jason McDonald2011-11-221-9/+0
* Cleanup corelib autotestsJason McDonald2011-11-101-14/+14
* Cleanup corelib autotestsJason McDonald2011-11-071-20/+0
* Doc: Fixing typoSergio Ahumada2011-10-261-1/+1
* Tests: Fix compilation on Windows.Friedemann Kleint2011-10-031-1/+1
* Moving relevant tests to corelib/toolsHolger Ihrig2011-09-011-0/+881