summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* Add template text to \fn commands in qmap.cppMartin Smith2017-11-191-134/+146
* doc: Fix some "Cannot tie this..." errorsMartin Smith2017-11-173-5/+4
* doc: Ensure GUID is declared for clangqdocMartin Smith2017-11-161-6/+6
* Avoid duplicate rules in QWinTimeZonePrivate::init()Edward Welbourne2017-11-151-2/+22
* Restructure Dynamic TZ query to same form as Registry variantEdward Welbourne2017-11-151-17/+39
* Replace ruleForYear() method with a local index-based functionEdward Welbourne2017-11-152-16/+35
* DRY: eliminate code duplication in calculateTransitionsForYear()Edward Welbourne2017-11-151-49/+50
* Add QFontMetrics(F)::horizontalAdvance() functionEskil Abrahamsen Blomfeldt2017-11-141-1/+1
* QDirIterator: Skip inconvertible file names on UnixAlexander Volkov2017-11-141-5/+12
* QLockFile/Unix: save the boot and machine IDs in the lock file tooThiago Macieira2017-11-144-6/+47
* QSysInfo: Remove the caches in {boot,machine}UniqueId()Thiago Macieira2017-11-141-62/+54
* 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 "Merge remote-tracking branch 'origin/5.10' into dev" into refs/staging...Liang Qi2017-11-0615-170/+236
|\
| * Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-11-0515-170/+236
| |\
| | * QFileSystemEngine: Fix renameat2() failures on non-local filesystemsThiago Macieira2017-10-291-1/+2
| | * Fix GCC -Wfloat-conversion warnings (available since GCC 4.9)Thiago Macieira2017-10-291-1/+2
| | * Mark the previously public qstringalgorithms.h functions privateThiago Macieira2017-10-296-132/+115
| | * QRandomGenerator: add system() and global()Thiago Macieira2017-10-293-6/+7
| | * Move the minimum Linux version declarations to a headerThiago Macieira2017-10-283-29/+103
| | * Add a comment about the weird refcount for adopted QThreadDataThiago Macieira2017-10-271-0/+7
* | | QSysInfo: add a function that returns the boot IDThiago Macieira2017-11-052-2/+43
* | | QSysInfo: add a function that returns a somewhat permanent unique IDThiago Macieira2017-11-052-2/+89
|/ /
* | Remove references to obsolete platformsJake Petroules2017-11-057-108/+7
* | QSemaphore: Fix futexMultiWaiterBit for 32bit systemsUlf Hermann2017-11-041-1/+2
* | Merge remote-tracking branch 'origin/5.10' into devAllan Sandfeld Jensen2017-10-2413-66/+210
|\|
| * Fix build on Integrity: the compiler doesn't understand this constructThiago Macieira2017-10-231-1/+5
| * Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-10-233-0/+15
| |\
| | * winrt: Fully initialize CREATEFILE2_EXTENDED_PARAMETERS structOliver Wolff2017-10-201-0/+3
| | * Doc: State that qDebug and friends are thread-safeKai Koehne2017-10-172-0/+12
| * | QRandomGenerator: improve floating-point random generationThiago Macieira2017-10-201-2/+10
| * | QRandomGenerator: fix the timing of the closing of the Unix random fdThiago Macieira2017-10-201-2/+2
| * | QBasicMutex: mark the bootstrap constructor constexprThiago Macieira2017-10-191-1/+1
| * | MinGW: Globally define WINVER and _WIN32_WINNT to enable Windows 7 APIOrgad Shaneh2017-10-192-4/+2
| * | Merge "Merge remote-tracking branch 'origin/5.9' into 5.10" into refs/staging...Liang Qi2017-10-175-57/+176
| |\ \
| | * | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-10-165-57/+176
| | |\|
| | | * Revert "Do not include qfloat16 tables in arm64 builds"Allan Sandfeld Jensen2017-10-101-13/+10
| | | * Documentation: Add missing event type for non-client mouse eventsKrzysztof Kawa2017-10-071-4/+4
| | | * QUrl: re-fix the setPath("//path") case leading to scheme://pathThiago Macieira2017-10-061-9/+22
| | | * Improve performance in QThreadPoolSvenn-Arne Dragly2017-10-042-31/+140
* | | | QSemaphore: Improve waking up on 64-bit LinuxThiago Macieira2017-10-232-27/+102
* | | | Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-10-1738-452/+545
|\| | |
| * | | configure: make C++11 <random> a required functionalityThiago Macieira2017-10-162-21/+9
| |/ /
| * | Don't lose precision in QMacTimeZonePrivate::previousTransition()Edward Welbourne2017-10-161-1/+1
| * | Fix QWinEventNotifier for auto-reset eventsJoerg Bornemann2017-10-153-1/+6
| * | Unify wording in documentation to use 'top-left' instead 'upper-left'Christian Ehrlicher2017-10-142-4/+4
| * | Doc: fix QRandomGenerator missing updates after renameThiago Macieira2017-10-141-10/+10
| * | QRandomGenerator: improve internal noexceptnessThiago Macieira2017-10-141-5/+7
| * | Doc: move QKeyValueIterator documentation to the right fileSamuel Gaist2017-10-112-120/+120
| * | Doc: fix indexOf QRegularExpression overload documentationSamuel Gaist2017-10-111-1/+1