summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* QEventDispatcherUNIX: Use poll instead of selectLouai Al-Khanji2016-01-262-324/+206
* Merge remote-tracking branch 'origin/5.6' into devLiang Qi2016-01-2613-68/+116
|\
| * Q*Application: don't allocate memory just to compare C stringsMarc Mutz2016-01-231-7/+9
| * QNX: Fix -developer-buildRafael Roquetto2016-01-221-4/+4
| * QString: optimize case conversion codeKonstantin Ritt2016-01-211-24/+30
| * Fix some mis-guided fall-throughs #ifdef QT_BOOTSTRAPPED.Edward Welbourne2016-01-211-9/+13
| * winrt: msvc2015: refactor file handlingMaurice Kalinowski2016-01-216-12/+49
| * [docs] Fix reverse STL iteration exampleMarc Mutz2016-01-212-7/+4
| * Fix the use of R_X86_64_GOTPCREL on a 64-bit field: it should be 32-bitThiago Macieira2016-01-211-5/+7
* | Merge "Merge remote-tracking branch 'origin/5.6' into dev" into refs/staging/devLiang Qi2016-01-2624-201/+292
|\ \
| * | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2016-01-2124-201/+292
| |\|
| | * Merge "Merge remote-tracking branch 'origin/5.5' into 5.6" into refs/staging/5.6Jani Heikkinen2016-01-2115-71/+137
| | |\
| | | * Merge remote-tracking branch 'origin/5.5' into 5.6Liang Qi2016-01-1915-71/+137
| | | |\
| | | | * Fix QFileSelector::select if called with QUrl and scheme "assets"André Klitzing2016-01-151-2/+9
| | | | * Fix non-Latin1 strings in QJsonDocument on big-endian platformsThiago Macieira2016-01-151-1/+1
| | | | * Fix UB in QIODevicePrivateMarc Mutz2016-01-131-6/+10
| | | | * Fix UB in QFileDevice::writeData()Marc Mutz2016-01-121-1/+1
| | | | * Fix UB in QFSFileEnginePrivate::writeFdFh()Marc Mutz2016-01-111-21/+25
| | | | * Fix UB in QVariant::canConvert()Marc Mutz2016-01-111-3/+6
| | | | * Allow socket events processing with a foreign event loop on WindowsAlex Trotsenko2016-01-052-13/+33
| | | | * QStateMachine: fix ignore high-priority events.Masaru Ueki2016-01-051-4/+6
| | | | * forkfd: Also define BSD visibility macros in forkfd_qt.cpp.Raphael Kubo da Costa2016-01-031-0/+9
| | | | * Fix timeout calculations using qt_subtract_from_timeoutJoerg Bornemann2015-12-211-1/+1
| | | | * Fix utf8->utf16 BOM/ZWNBSP decoding.Erik Verbruggen2015-12-211-3/+6
| | | | * QLockFile: decide on locking strategy per pathDavid Fries2015-12-112-14/+30
| | | | * Add explicit note about removeMappings() not disconnecting the signalAndy Shaw2015-12-111-0/+3
| | | | * Check if the file is writable even while QT_BOOTSTRAPPEDAndy Shaw2015-12-111-2/+6
| | | | * Auto-detect whether 64-bit std::atomic really worksThiago Macieira2015-12-042-5/+9
| | * | | Make some initializers be declarations.Edward Welbourne2016-01-201-10/+10
| | * | | Avoid shadowing a name (and use the outer variable an extra time)Edward Welbourne2016-01-201-3/+3
| | * | | Avoid dereferencing before the start of a string.Edward Welbourne2016-01-201-1/+1
| | * | | Make it clearer what's happening with a fall-through.Edward Welbourne2016-01-201-2/+2
| | * | | Fix toDisplayString(QUrl::PreferLocalFile) on WinKevin Funk2016-01-201-23/+30
| | * | | Doc: Fix return type of QWeakPointer assignment operatorsTopi Reinio2016-01-191-3/+3
| | |/ /
| | * | QOrderedMutexLocker: use std::less to prevent undefined behaviorGiuseppe D'Angelo2016-01-181-2/+4
| | * | Haiku: Fix compilation of corelibTobias Koenig2016-01-181-1/+1
| | * | Replace QStringLiteral with QLatin1String in QFileSelectorAndré Klitzing2016-01-131-2/+2
| | * | QtConcurrent: Avoid an allocation in ExceptionHolder if there is no exception...Volker Krause2016-01-131-1/+3
| | * | Correct floordiv() to cope with implementation-defined division.Edward Welbourne2016-01-131-2/+13
| | * | [Android]: Java uses some deprecated locale codes so account for theseAndy Shaw2016-01-131-0/+7
| | * | Add Qt6 TODO to remove copy-assign operator and copy-ctorSérgio Martins2016-01-121-1/+1
| | * | Fix GCC 6 warning about placement-new operator on too little spaceThiago Macieira2016-01-121-18/+37
| | * | QVariant: use v_construct instead of duplicating logicThiago Macieira2016-01-121-31/+4
| | * | QVariant: make sure to default-initialize in v_constructThiago Macieira2016-01-121-1/+1
| | * | Don't pretend we know what DST to use for an offset date.Edward Welbourne2016-01-121-30/+38
| | * | Revert "QString: preserve embedded NULs when converting from QByteArray"Marc Mutz2016-01-121-9/+9
* | | | QStringRef: add missing op[]Marc Mutz2016-01-262-1/+14
* | | | [docs] Gently discourage use of Q_FOREACH/foreachMarc Mutz2016-01-261-2/+10
* | | | QTzTimeZonePrivate: optimize container usage in init().Anton Kudryavtsev2016-01-261-2/+9
* | | | QTranslator: don't re-create QString each time through a loopAnton Kudryavtsev2016-01-261-2/+5