summaryrefslogtreecommitdiffstats
path: root/src/corelib/tools
Commit message (Expand)AuthorAgeFilesLines
* Doc: corrected autolink errors qtbase/corelib/toolsNico Vertriest2014-09-248-20/+20
* Merge "Merge remote-tracking branch 'origin/5.3' into 5.4" into refs/staging/5.4Frederik Gladhorn2014-09-247-9/+46
|\
| * Merge remote-tracking branch 'origin/5.3' into 5.4Frederik Gladhorn2014-09-237-9/+46
| |\
| | * Correct QString::toStdString documentation on encodingJohn Brooks2014-09-051-8/+2
| | * Add missing private headers warningSamuel Gaist2014-09-043-0/+33
| | * Fix several regressions in font selectionEskil Abrahamsen Blomfeldt2014-08-201-0/+6
| | * OS X - QCollator::compare() returns wrong results.Timur Pocheptsov2014-08-191-2/+2
| | * Fix QT_NO_REGULAREXPRESSION buildSérgio Martins2014-08-131-0/+4
* | | QVersionNumber: correctly fail for numerically very large segmentsMarc Mutz2014-09-231-4/+4
|/ /
* | Fix Windows ICU build break in QCollator after commit c17563ec.Michael Brüning2014-09-161-1/+1
* | Speed up QStringList::removeDuplicates by ~2xDaniel Teske2014-09-151-2/+4
* | Fix several issues in QCollatorLars Knoll2014-09-107-227/+207
* | QDateTimeParser: remove unused local variablesMaks Naumov2014-09-051-2/+0
* | Doc: QRect::isEmpty's documentation didn't match the code.David Faure2014-09-051-1/+1
* | Make QElapsedTimer default to invalid (and now non-POD).Robin Burchell2014-09-033-2/+22
* | Micro-optimize QVector::count()Marc Mutz2014-08-281-1/+3
* | QList: check d for equality before d->size for inequalityMarc Mutz2014-08-281-2/+2
* | QVector: check d for equality before d->size for inequalityMarc Mutz2014-08-281-2/+2
* | Use std::vector range ctor in QVector::toStdVector()Marc Mutz2014-08-241-1/+1
* | Merge remote-tracking branch 'origin/5.3' into 5.4Frederik Gladhorn2014-08-121-0/+88
|\|
| * Document missing QLatin1String methodsThiago Macieira2014-08-071-0/+88
* | QPair: add constexpr liberallyMarc Mutz2014-08-091-11/+11
* | QStringRef: add missing \since 5.4Marc Mutz2014-08-091-0/+4
* | Move the special QByteArrayList methods into QListThiago Macieira2014-08-094-267/+33
* | Long live QByteArrayList!Glen Mabey2014-08-093-0/+482
* | Long live QVersionNumber!Keith Gardner2014-08-093-2/+689
* | Add some missing STL typedefs and functions to QStringRef and QByteArrayThiago Macieira2014-08-084-0/+80
* | Add missing #include <qdatastream.h> or <qiodevice.h>Thiago Macieira2014-08-074-0/+4
* | QCommandLineParser: support extremely concise option configuration in C++11Marc Mutz2014-08-064-2/+74
* | Implement QStringRef::splitJędrzej Nowacki2014-08-062-2/+38
* | Remove the last remnants of iWMMXt in QtThiago Macieira2014-08-052-39/+7
* | Doc: normalize the {to,from}WCharArray text about encodingsThiago Macieira2014-08-051-4/+4
* | Add a few missing Neon constructsThiago Macieira2014-08-051-7/+6
* | QList: Fix MSVC 64bit warning about loss of data.Friedemann Kleint2014-08-051-1/+1
* | QList: add missing reserve() call in the initializer_list ctorMarc Mutz2014-08-031-1/+1
* | QTimeZone: optimize QTimeZonePrivate::isValidId()Marc Mutz2014-07-311-18/+29
* | Add ascii_isspace to replace the locale-dependent isspace(3)Thiago Macieira2014-07-313-10/+37
* | Add QString::splitRef functions.Jędrzej Nowacki2014-07-312-0/+75
* | Use an enum to check that the OS is saving the register stateThiago Macieira2014-07-311-1/+18
* | Merge "Merge remote-tracking branch 'origin/5.3' into dev" into refs/staging/devFrederik Gladhorn2014-07-301-1/+1
|\ \
| * | Merge remote-tracking branch 'origin/5.3' into devFrederik Gladhorn2014-07-291-1/+1
| |\|
| | * Use the stateless UTF-8 encoder in QStringRef::toUtf8Thiago Macieira2014-07-251-1/+1
* | | Fix QByteArray::to{Upper,Lower} when the array contains embedded nullsThiago Macieira2014-07-301-2/+4
|/ /
* | Don't track the sharable bit upon detachJoão Abecasis2014-07-281-4/+0
* | Refactor QString::split functions.Jędrzej Nowacki2014-07-281-57/+73
* | Ensure mutating operations are NOT performed on immutable dataJoão Abecasis2014-07-281-0/+16
* | Remove non-existing function.Thiago Macieira2014-07-251-1/+0
* | Use simd.prf for building MIPS DSP codeThiago Macieira2014-07-251-0/+1
* | Reduce QtCoreLib size by not repeating "UTC" string too often.Jędrzej Nowacki2014-07-255-10/+21
* | Re-implement QVector::countJoão Abecasis2014-07-251-7/+1