summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
...
| | * Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-11-285-8/+9
| | |\
| | | * Initialize QLoggingRegistry rules on first useTor Arne Vestbø2017-11-253-4/+3
| | | * Merge "Merge remote-tracking branch 'origin/5.9.3' into 5.9" into refs/stagin...Thiago Macieira2017-11-251-3/+5
| | | |\
| | | | * Merge remote-tracking branch 'origin/5.9.3' into 5.9Liang Qi2017-11-231-3/+5
| | | | |\
| | | | | * QSemaphore: fix regression when the timeout < 0Thiago Macieira2017-11-141-3/+5
| | | * | | QFlags: support enum classes in setFlag()Giuseppe D'Angelo2017-11-241-1/+1
| | | |/ /
| | * | | improve QLocale::formattedDataSize docs slightlyShawn Rutledge2017-11-241-11/+12
| | * | | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-11-233-7/+30
| | |\| |
| | | * | Windows: Resolve QStandardPaths config location without qApp instanceTor Arne Vestbø2017-11-221-2/+11
| | | * | Fix the build when AVX2 is enabled but __F16C__ isn't definedThiago Macieira2017-11-221-3/+12
| | | * | CMake: Set SKIP_AUTOMOC/AUTOUIC where neededKevin Funk2017-11-221-2/+7
| | * | | QTimeZonePrivate: prefer /etc/localtime over /etc/timezonePeter Wu2017-11-221-11/+12
| | * | | qsimd.cpp: Remove workaround for GCC 4.2Thiago Macieira2017-11-191-26/+0
* | | | | QMimeMagicRule: fix inconsequential out-of-bounds accessMarc Mutz2017-11-301-1/+1
* | | | | QMimeDatabase: handle removal of a mime directoryDavid Faure2017-11-301-4/+7
* | | | | QMimeDatabase: redesign to use both binary and XML providersDavid Faure2017-11-3010-347/+391
* | | | | QMimeDatabase: move recheck test up from the mime providersDavid Faure2017-11-304-75/+54
* | | | | QMimeDatabase: ensure mutex is locked in provider()David Faure2017-11-303-20/+69
* | | | | QSystemError: unexport the class and export only some methodsThiago Macieira2017-11-301-4/+4
* | | | | QSystemError: move inline methods to class bodyThiago Macieira2017-11-301-34/+10
* | | | | Add a configure-time check for QT_COMPILER_SUPPORTS_SIMD_ALWAYSThiago Macieira2017-11-301-5/+1
* | | | | QStorageInfo: use Linux's /proc/self/mountinfo to get the subvolumeThiago Macieira2017-11-301-28/+207
|/ / / /
* | | | Merge "Merge remote-tracking branch 'origin/5.10' into dev" into refs/staging...Thiago Macieira2017-11-3020-374/+856
|\ \ \ \
| * | | | Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-11-2320-374/+856
| |\| | |
| | * | | qfloat16(float) constructor: explicit cast on aarch64 to avoid warningShawn Rutledge2017-11-181-1/+1
| | * | | QIODevice: do not clear error string on closeAlex Trotsenko2017-11-161-1/+1
| | * | | A brute-force solution to get QRandomGenerator build on IntegrityLiang Qi2017-11-151-2/+3
| | * | | QSemaphoreReleaser: Move private members to the usual positionThiago Macieira2017-11-141-2/+4
| | * | | Fix QBasicMutex default constructor not constexprThiago Macieira2017-11-141-0/+6
| | * | | Merge "Merge remote-tracking branch 'origin/5.9' into 5.10" into refs/staging...Tony Sarajärvi2017-11-125-8/+41
| | |\ \ \
| | | * | | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-11-095-8/+41
| | | |\| |
| | | | * | Doc: Be more specific on full stop in QVersionNumberKai Koehne2017-11-081-2/+2
| | | | |/
| | | | * Change fallthrough detection order to fix clang detectionHelio Chissini de Castro2017-11-071-3/+3
| | | | * qGlobalQHashSeed: initialize the seed before returning itThiago Macieira2017-11-041-0/+1
| | | | * QFilesystemWatcher/Windows: Use event dispatcher of threadFriedemann Kleint2017-11-041-2/+2
| | | | * QStorageInfo: Properly decode labels from /dev/disk/by-labelChristian Ehrlicher2017-11-041-1/+33
| | * | | QRandomGenerator: optimize the global() and system() storageThiago Macieira2017-11-112-62/+144
| | * | | QRandomGenerator: add more of the std Random Engine APIThiago Macieira2017-11-112-13/+101
| | * | | QRandomGenerator: add securelySeeded(), to ensure appropriate seedingThiago Macieira2017-11-112-9/+58
| | * | | Change QRandomGenerator to have a deterministic modeThiago Macieira2017-11-113-303/+581
| | * | | QRandomGenerator: remove the per-thread bufferThiago Macieira2017-11-112-65/+8
| | |/ /
| | * | Change almost all other uses of qrand() to QRandomGeneratorThiago Macieira2017-11-082-5/+4
| | * | QWinEventNotifier: Fix exit crashFriedemann Kleint2017-11-071-1/+4
| | * | Fix unused variable warning when compiling in release mode with GCC 7Thiago Macieira2017-11-031-0/+2
| | * | QDateTimeParser: Remove unused variableRobert Loehning2017-11-021-1/+0
| | * | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-10-304-12/+11
| | |\|
| | | * QUrl: make sure setPort(nonnegative) is taken as part of authorityThiago Macieira2017-10-261-8/+6
| | | * Fix clazy-strict-iteratorsFriedemann Kleint2017-10-251-1/+1
| | | * winrt: Fix compilation with -no-pchOliver Wolff2017-10-251-0/+1
| | | * Remove duplicate qnx from the platform file selector namesLiang Qi2017-10-241-3/+3