summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* Improve readability of code that uses the Qt signed size typev5.10.0-rc2Simon Hausmann2017-11-2813-75/+75
* Fix namespaced linux buildsAllan Sandfeld Jensen2017-11-282-1/+8
* Fix naming of new property QSortFilterProxyModel::recursiveFilteringDavid Faure2017-11-282-7/+7
* Fix the build if st_atimensec is definedThiago Macieira2017-11-231-2/+7
* QTemporaryFile: fix issues with removing a file twiceThiago Macieira2017-11-234-5/+25
* Doc: Update the list of highlighted examplesTopi Reinio2017-11-221-0/+3
* Merge remote-tracking branch 'origin/5.9.3' into 5.10.0Liang Qi2017-11-211-3/+5
|\
| * QSemaphore: fix regression when the timeout < 0Thiago Macieira2017-11-141-3/+5
* | QFileSystemEngine/Linux: fix when qt_lstatx() succeedsThiago Macieira2017-11-201-15/+16
* | QRandomGenerator: Enforce the use of 32-bit integers in the engineThiago Macieira2017-11-201-1/+2
* | Merge 5.10 into 5.10.0Oswald Buddenhagen2017-11-2015-386/+841
|\ \
| * | qsimd.cpp: Remove workaround for GCC 4.2Thiago Macieira2017-11-191-26/+0
| * | 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
* | | QDateTime: Move the deprecation marker to Qt 5.10Thiago Macieira2017-11-141-1/+1
* | | Special-case parsing of Zulu time-zone in date-timesEdward Welbourne2017-11-141-1/+6
* | | QTemporaryFile: hide the O_TMPFILE feature behind a check for linkat()Thiago Macieira2017-11-114-2/+22
|/ /
* | 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
* | 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
* | 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