summaryrefslogtreecommitdiffstats
path: root/src/corelib/tools
Commit message (Expand)AuthorAgeFilesLines
* Revert "QCryptographicHash: make SHA3 calculate SHA3, not Keccak"Thiago Macieira2017-08-311-40/+12
* QHash/QMultiHash: fix operator==Giuseppe D'Angelo2017-05-092-10/+49
* [doc] QSet: fix return type of insert()Marc Mutz2017-05-041-1/+1
* Improve QStringBuilder docsMarc Mutz2017-04-181-8/+20
* QMap: fix UB (invalid cast) in QMapData::end()Thiago Macieira2017-04-111-2/+4
* QCryptographicHash: make SHA3 calculate SHA3, not KeccakGiuseppe D'Angelo2017-03-311-12/+40
* QCryptographicHash: fix documentation of the supported algorithmsGiuseppe D'Angelo2017-03-311-1/+2
* QVarLengthArray: fix compilation with GCC 7Marc Mutz2017-03-271-0/+1
* QChar: fix docs of (uchar) ctorMarc Mutz2017-03-161-2/+2
* Fix parsing of day-of-week names that start with another nameThiago Macieira2017-03-161-32/+9
* QTimeZone: do not access static functions through this->Marc Mutz2017-03-081-7/+7
* QVarLengthArray: fix appending an already-contained itemMarc Mutz2017-02-211-5/+15
* QStringMatcher: fix setCaseSensitivity() on a non-QString-backed matcherMarc Mutz2017-02-081-1/+1
* Don't crash on QVLA construction from an empty std::initializer_listThiago Macieira2016-12-171-1/+2
* QDateTimeParser: introduce at least some encapsulationEdward Welbourne2016-11-231-39/+42
* Typo fix in QDateTime::toString() documentationEdward Welbourne2016-11-231-1/+1
* QDateTimeParser: localize variable to avoid shadowingEdward Welbourne2016-11-171-1/+1
* Include intrin.h header when using MSVCJesus Fernandez2016-11-021-0/+4
* doc: Document two undocumented functionsMartin Smith2016-10-311-0/+33
* Remove type punning from ucstrncmpErik Verbruggen2016-10-231-25/+23
* Fix some typos in docs and apidocsFrederik Schwarzer2016-10-211-1/+1
* Document that am/pm in QDateTime::toString are locale-specificKai Koehne2016-10-131-3/+6
* Fix some typos and minor sentence structure issues in docsFrederik Schwarzer2016-10-052-2/+2
* Q(Date|Time)+::(to|from)String(): mention relevant QLocale methodsEdward Welbourne2016-09-161-12/+19
* Suppress ICC warning #111 about unreachable code in toWCharArrayThiago Macieira2016-09-151-0/+1
* QLatin1String: Fix UB (nullptr passed) in relational operatorsMarc Mutz2016-09-151-11/+11
* qstrncpy: don't call strncpy_s with invalid parametersMarc Mutz2016-09-031-3/+4
* Revert "QLocale: Actually get the language script for the system locale"Orgad Shaneh2016-08-231-3/+2
* QLinkedList: compile with -Wzero-as-null-pointer-constantMarc Mutz2016-08-161-2/+2
* Doc: Change instances of '(Mac) OS X' to 'macOS'Topi Reinio2016-08-123-10/+10
* QCommandLineParser: call qCoreApp post routines before ::exit()David Faure2016-08-121-0/+5
* QDateTimeParser::getAmPmText() use QLocale instead of tr()Edward Welbourne2016-08-111-5/+3
* QMap: remove statement about STL support during Qt's own configurationGiuseppe D'Angelo2016-08-071-6/+0
* QString: fix append(const QStringRef &str)Anton Kudryavtsev2016-08-041-1/+1
* QTzTimeZonePrivate: skip redundant check, tidy upEdward Welbourne2016-08-021-11/+10
* Docs changed to reflect that valueName is required with value parsingKonstantin Shegunov2016-07-291-2/+2
* QVector: fix crash on reserve(0)David Faure2016-07-281-1/+5
* Work around ICC bug about shadowing declarations that aren't shadowingThiago Macieira2016-07-242-8/+8
* QTzTimeZonePrivate: missing spaces for readability.Edward Welbourne2016-07-181-3/+3
* QUtcTimeZonePrivate::data - skip spurious invalid start state.Edward Welbourne2016-07-181-2/+3
* QString::replace(): protect sought text and replacementEdward Welbourne2016-07-121-20/+49
* QString::replace(): Commentary clarifications.Edward Welbourne2016-07-121-9/+9
* QMacTimeZonePrivate - correctly initialize m_nstz data-memberTimur Pocheptsov2016-07-111-0/+1
* QStringBuilderCommon: drop const from resolved() result typeMarc Mutz2016-07-111-1/+1
* QString: fix incomplete doc of chop()Anton Kudryavtsev2016-07-081-1/+1
* QTime: restore Qt3 compatibility in the QDataStream operatorsDavid Faure2016-07-021-2/+12
* QDateTime: early return to make a Q_UNREACHABLE actually true.Edward Welbourne2016-06-301-1/+1
* Win: Get rid of unused variables un QDateTime::currentMSecsSinceEpochThiago Macieira2016-06-221-2/+0
* Fix warning when compiling x86 with SSE2 but no AVX2Thiago Macieira2016-06-111-0/+1
* Merge remote-tracking branch 'origin/5.6.1' into 5.6Liang Qi2016-06-025-86/+10
|\