summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* Add Intel copyright to files that Intel has had non-trivial contributionThiago Macieira2016-01-2156-0/+56
* Update the Intel copyright yearThiago Macieira2016-01-2124-24/+24
* Updated license headersJani Heikkinen2016-01-2117-18/+18
* Document qAsConst(), turning it into public API.Marc Mutz2016-01-211-0/+65
* Force inclusion of <atomic> on QNX systems.Thiago Macieira2016-01-191-1/+3
* Remove all the atomic code besides MSVC and std::atomicThiago Macieira2016-01-1914-3602/+3
* CMake: Pass -std=gnu++0x to generated tests in CI.Stephen Kelly2016-01-191-0/+23
* Replace ffsll with new qCountTrailingZeroBitsTobias Koenig2016-01-191-32/+2
* QtCore: replace uses of inefficient QList<QPair>s with QVectors [itemmodels]Marc Mutz2016-01-152-2/+2
* Helper function needed to run Runnables on Android UI thread easily.BogDan Vatra2016-01-152-17/+42
* Updated license headersJani Heikkinen2016-01-15658-9140/+13088
* QDataStream: handle incomplete reads from QIODeviceAlex Trotsenko2016-01-134-18/+216
* ARMv8: Update qHash for strings to use the CRC32 instructionErik Verbruggen2016-01-131-0/+49
* ARMv8: add crc32 feature detection.Erik Verbruggen2016-01-132-7/+63
* Merge "Merge remote-tracking branch 'origin/5.6' into dev" into refs/staging/devSimon Hausmann2016-01-136-8/+30
|\
| * Merge remote-tracking branch 'origin/5.6' into devSimon Hausmann2016-01-126-8/+30
| |\
| | * Doc: mention that Qt::AA_X11InitThreads isn't used anymoreDavid Faure2016-01-111-3/+1
| | * winrt: Fix API usage certificationMaurice Kalinowski2016-01-111-0/+24
| | * CMake: Fix qt5_use_modules macro for CMake 2.8.11Kevin Funk2016-01-111-1/+1
| | * QVariant: make sure two floating points compare equal if they are equalThiago Macieira2016-01-111-1/+1
| | * QDate: fix calculation of the week number for the last days of 2020Thiago Macieira2016-01-091-1/+1
| | * Make QUrl::removeAllQueryItems actually remove the query itemsThiago Macieira2016-01-091-2/+2
* | | Add ability to specify precision of float/double currency stringsDan Cape2016-01-132-4/+23
* | | Allow to use QRingBuffer in containersAlex Trotsenko2016-01-121-1/+1
* | | QIODevice: handle incomplete readsAlex Trotsenko2016-01-126-183/+231
* | | qtcore_eval: fix dead code after return statementAnton Kudryavtsev2016-01-121-1/+0
* | | QFileSystemEngine: fix duplicate flag in OR expressionAnton Kudryavtsev2016-01-121-1/+1
* | | QTranslator: enable NRVO in find_translation() for poor compilersMarc Mutz2016-01-121-1/+2
* | | QTranslator: optimize string handling in find_transformationMarc Mutz2016-01-121-1/+2
* | | QtCore: eradicate all Q_FOREACH loops [kernel]Marc Mutz2016-01-126-12/+14
* | | Mark QLocale as sharedMarc Mutz2016-01-122-2/+14
|/ /
* | QProcessPrivate: fix double init of exitCode in ctorAnton Kudryavtsev2016-01-121-1/+0
* | QSize: use qSwap in transpose()Anton Kudryavtsev2016-01-121-6/+2
* | QTranslator: don't repeatedly re-create a QString from a QLatin1StringMarc Mutz2016-01-111-2/+3
* | QTranslator: re-use 'realname' capacity in find_translation()Marc Mutz2016-01-111-7/+18
* | Merge remote-tracking branch 'origin/5.6' into devFrederik Gladhorn2016-01-0819-165/+197
|\|
| * QPair<QRunnable*, int> is too large for QList to be efficient-ish.Volker Krause2016-01-072-6/+6
| * WinCE: Remove QIncrementalSleepTimer from QProcess::waitForFinishedJoerg Bornemann2016-01-061-12/+6
| * QString: prevent resize() from shedding capacityMarc Mutz2016-01-061-14/+5
| * Remove declaration of method nowhere definedEdward Welbourne2016-01-061-2/+0
| * winrt: Added timeout to await functionOliver Wolff2016-01-051-8/+21
| * Winrt: Show message when command line processing fails/usage should be shownOliver Wolff2016-01-051-2/+8
| * winrt: Use winsock2 API for hostname resolution on WinRT/WinPhoneOliver Wolff2016-01-052-53/+2
| * WinRT: Add camera button events on Windows PhoneSamuel Nevala2016-01-051-2/+2
| * Fix deadlock when setting environment variables.Samuel Nevala2016-01-041-15/+36
| * QMimeDatabase: follow symlinks when checking for FIFO etc.David Faure2015-12-291-1/+2
| * CMake: Add -fPIC to CXX flags only where necessaryKevin Funk2015-12-281-1/+22
| * Fix QJsonValue::fromVariant() if the variant contains a json objectLars Knoll2015-12-221-0/+12
| * QUrl: revert path-normalization in setPath().David Faure2015-12-221-2/+4
| * QStandardPaths: warn if $XDG_RUNTIME_DIR doesn't existDavid Faure2015-12-221-8/+22