summaryrefslogtreecommitdiffstats
path: root/src/corelib/tools
Commit message (Expand)AuthorAgeFilesLines
* Make qsimd_p.h compile in C mode tooThiago Macieira2017-11-141-4/+7
* Remove some unnecessary namespace prefixingEdward Welbourne2017-11-061-1/+1
* Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-11-056-128/+111
|\
| * Mark the previously public qstringalgorithms.h functions privateThiago Macieira2017-10-295-127/+110
| * QRandomGenerator: add system() and global()Thiago Macieira2017-10-291-1/+1
* | Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-10-1718-203/+233
|\|
| * Don't lose precision in QMacTimeZonePrivate::previousTransition()Edward Welbourne2017-10-161-1/+1
| * Unify wording in documentation to use 'top-left' instead 'upper-left'Christian Ehrlicher2017-10-141-2/+2
| * Doc: move QKeyValueIterator documentation to the right fileSamuel Gaist2017-10-112-120/+120
| * Doc: fix indexOf QRegularExpression overload documentationSamuel Gaist2017-10-111-1/+1
| * Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-10-0410-51/+72
| |\
| | * 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
| * | Remove Q_ALWAYS_INLINE from frequently-used functionsThiago Macieira2017-09-292-18/+18
| * | Improve qustrlen further by avoiding the alignment prologueThiago Macieira2017-09-261-10/+19
* | | Qt Core: Remove code for Windows < 7Friedemann Kleint2017-10-052-15/+5
* | | QLocaleData::longLongToString: clean up sign handlingEdward Welbourne2017-10-033-11/+9
* | | Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-09-266-16/+59
|\| |
| * | QRandomGenerator: update API to better nameThiago Macieira2017-09-221-1/+1
| * | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-09-201-3/+6
| |\|
| | * QSharedPointer: fix undefined behavior in operator<Giuseppe D'Angelo2017-09-171-3/+6
| * | QStringView: De-inline the length calculation so we can use SSE2Thiago Macieira2017-09-133-10/+52
| * | Merge dev into 5.10Frederik Gladhorn2017-09-023-1/+6
| |\ \
| * | | QLocale docs: remove useless \sa linksShawn Rutledge2017-08-291-2/+0
* | | | Replace Q_DECL_FINAL with finalKevin Funk2017-09-221-6/+6
* | | | Replace Q_NULLPTR with nullptr where possibleKevin Funk2017-09-1921-126/+126
* | | | Replace Q_DECL_OVERRIDE with override where possibleKevin Funk2017-09-193-95/+95
* | | | QScopedPointer: add get()Giuseppe D'Angelo2017-09-172-0/+12
* | | | QSharedPointer: add get() for STL compatibilityGiuseppe D'Angelo2017-09-123-0/+11
| |/ / |/| |
* | | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-08-313-1/+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
* | Deprecate QDate methods using MonthNameTypeEdward Welbourne2017-08-222-14/+22
* | QCryptographicHash: re-add support for Keccak hashingGiuseppe D'Angelo2017-08-223-8/+62
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-08-151-14/+23
|\|
| * Win: Account for when "condition expression is constant" warning occursAndy Shaw2017-08-081-14/+23
* | Clean-up in QDateTime's parsing of ISODate{,WithMs}Edward Welbourne2017-08-041-7/+16
* | Merge "Merge remote-tracking branch 'origin/5.9' into dev" into refs/staging/devFrederik Gladhorn2017-08-022-2/+16
|\ \
| * | Merge remote-tracking branch 'origin/5.9' into devOswald Buddenhagen2017-08-022-2/+16
| |\|
| | * 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
* | | Fix some qdoc warningsFriedemann Kleint2017-08-021-8/+7
|/ /
* | QTzTimeZonePrivate: resolve a misguided TODOEdward Welbourne2017-07-311-24/+16
* | Docs: Fix day/year format in QDateTimeDavid Fries2017-07-281-6/+6
* | Merge "Merge remote-tracking branch 'origin/5.9' into dev" into refs/staging/devSimon Hausmann2017-07-202-6/+6
|\ \
| * | Merge remote-tracking branch 'origin/5.9' into devSimon Hausmann2017-07-192-6/+6
| |\|
| | * Add missing constexpr specifier to two iteratorsMårten Nordheim2017-07-142-6/+6
* | | key-value iterator: Remove constexpr from equality operatorsFriedemann Kleint2017-07-201-2/+2