summaryrefslogtreecommitdiffstats
path: root/src/corelib/tools
Commit message (Expand)AuthorAgeFilesLines
* Doc: Be more specific on full stop in QVersionNumberKai Koehne2017-11-081-2/+2
* qGlobalQHashSeed: initialize the seed before returning itThiago Macieira2017-11-041-0/+1
* Remove unnecessary copying in QSet::subtract()Sze Howe Koh2017-09-271-6/+7
* Make QDateTimeParser a separate featureEdward Welbourne2017-09-255-16/+17
* Fix parsing of tzfile(5) files in QTimeZonePrivateThiago Macieira2017-09-241-1/+3
* Restore compatibility with pre-5.9 Keccak calculationThiago Macieira2017-09-213-27/+98
* QSharedPointer: fix undefined behavior in operator<Giuseppe D'Angelo2017-09-171-3/+6
* Fix error attribute(target("+crc")) is unknownPeter Seiderer2017-08-292-0/+5
* Android: Dissable internal hack when using libc++BogDan Vatra2017-08-181-1/+1
* Win: Account for when "condition expression is constant" warning occursAndy Shaw2017-08-081-14/+23
* Return "en" for QLocale::c().bcp47Name()Jüri Valdmann2017-07-261-1/+1
* QHash: make MSVC happy about the iterators passed to is_permutationGiuseppe D'Angelo2017-07-201-1/+15
* Add missing constexpr specifier to two iteratorsMårten Nordheim2017-07-142-6/+6
* Doc: Improve documentation about append, prependKai Koehne2017-07-131-12/+12
* QLocale: fix handling of milliseconds in string format and documentThiago Macieira2017-07-072-25/+45
* Fix build with MSVC 2015 Update 2 if constexpr is enabledThiago Macieira2017-07-031-1/+5
* Fix parsing of 0E+1 and 0E-1 (capital 'E')Thiago Macieira2017-07-031-1/+1
* 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