summaryrefslogtreecommitdiffstats
path: root/src/corelib/tools
Commit message (Expand)AuthorAgeFilesLines
* actually make use of the detected ICUOswald Buddenhagen2017-07-021-1/+1
* Doc: Add note about fromPercentEncoding's behavior on invalid inputMÃ¥rten Nordheim2017-06-291-0/+4
* Add warning about missing but required CPU featuresThiago Macieira2017-06-131-0/+8
* macOS/iOS: Correctly ignore punctuation in QCollatorAndy Shaw2017-06-132-2/+2
* qsimd_p.h: Don't set the __xxx__ variables with Clang and GCCThiago Macieira2017-06-121-3/+3
* Fix sending UTC-offset QTimeZones through QDataStreamChris Wilson2017-06-081-1/+7
* Use the C++ [[nodiscard]] attributeThiago Macieira2017-06-072-2/+2
* Disable bogus GCC 7 warning about string op overflowThiago Macieira2017-06-031-0/+6
* QStringLiteral/QByteArrayLiteral: fix/add documentationGiuseppe D'Angelo2017-06-012-30/+47
* Doc: fix grammar in QScopedPointer's detailed descriptionMitch Curtis2017-05-231-1/+1
* Prevent 2 unnecessary QString allocations for QString::number(0u)Erik Verbruggen2017-05-051-3/+6
* QHash/QMultiHash: fix operator==Giuseppe D'Angelo2017-05-051-10/+18
* QtCore: include mocsThiago Macieira2017-05-054-0/+12
* [doc] QSet: fix return type of insert()Marc Mutz2017-05-031-1/+1
* Add two missing hyphensEdward Welbourne2017-04-302-2/+2
* Doc: correct incorrect syntax \li commandNico Vertriest2017-04-211-0/+4
* Split Q_COMPILER_UNICODE_STRINGS: add Q_STDLIB_UNICODE_STRINGSMarc Mutz2017-04-201-2/+2
* Move Q_REQUIRED_RESULT to its correct positionThiago Macieira2017-04-2011-212/+210
* Don't disable Q_REQUIRED_RESULT with Clang and ICCThiago Macieira2017-04-202-2/+2
* Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-04-183-11/+26
|\
| * Fix undefined behavior in QSharedPointer::create()5.8Ihor Dutchak2017-04-171-1/+4
| * QLocale: do not test for Q_OS_MAC before including qglobal.hGiuseppe D'Angelo2017-04-121-2/+2
| * Improve QStringBuilder docsMarc Mutz2017-04-121-8/+20
* | Update the Clang support for SIMD code generationThiago Macieira2017-04-171-2/+3
* | Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-04-122-3/+5
|\|
| * QMap: fix UB (invalid cast) in QMapData::end()Thiago Macieira2017-04-091-2/+4
| * Enable a given SIMD feature if the compiler has enabled itThiago Macieira2017-04-061-1/+1
* | Ask MS runtime to reload the timezone details if they've changedThiago Macieira2017-04-111-1/+2
* | Doc: Clarify the porting notes from QRegExp to QRegularExpressionFriedemann Kleint2017-04-071-9/+26
* | Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-04-062-13/+43
|\|
| * Mark to remove const from function parameters in QtCore public headersThiago Macieira2017-03-311-0/+1
| * 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
* | QStringBuilder: simplify QConcatenable<char[N]>Marc Mutz2017-03-311-18/+4
* | Prefer rvalue versions of toLatin() and toUtf8()Anton Kudryavtsev2017-03-304-11/+8
* | Prefer rvalue versions of toLower() and toUpper()Anton Kudryavtsev2017-03-281-3/+3
* | Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-03-271-0/+1
|\|
| * QVarLengthArray: fix compilation with GCC 7Marc Mutz2017-03-251-0/+1
* | Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-03-213-98/+86
|\|
| * QChar: fix ambiguous comparisons with 0, '\0', ... for goodMarc Mutz2017-03-171-11/+15
| * QChar: fix docs of (uchar) ctorMarc Mutz2017-03-161-2/+2
| * Bugfix in QDateTimeParser's findTextEntry()Edward Welbourne2017-03-091-4/+10
| * Simplify QDateTimeParser's shiny new findTextEntry()Edward Welbourne2017-03-091-13/+25
| * QDateTimeParser: Merge the code to parse names of months and weekdaysThiago Macieira2017-03-081-85/+51
* | QHash: unexport the hash seed variableThiago Macieira2017-03-201-1/+1
* | QMap, QHash: make key_iterator satisfy the DefaultConstructible conceptAnton Kudryavtsev2017-03-202-0/+2
* | QString: de-deplicate code of leftRef, rightRef, midRefAnton Kudryavtsev2017-03-181-19/+3
* | Do not assume QStringRef(const QString*) to be implicitMarc Mutz2017-03-142-2/+2
* | Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-03-138-42/+29
|\|
| * Add -Wfloat-equal to Qt's header clean checkThiago Macieira2017-03-071-0/+6