summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.5' into 5.6Liang Qi2015-10-0237-175/+279
|\
| * clean up QWindowsPipeWriter I/O error handlingJoerg Bornemann2015-09-291-7/+8
| * QWindowsPipeWriter: clean up OVERLAPPED resource handlingJoerg Bornemann2015-09-291-8/+31
| * Fix comparisons between QByteArray and QString.Christian Kandeler2015-09-281-4/+4
| * Ensure there's no sign-extension here.Thiago Macieira2015-09-281-1/+1
| * QDateTime: Ensure a valid timezone when using the "offset constructor".Christian Kandeler2015-09-231-0/+1
| * Free the QFreeList object allocated memory on exitjian liang2015-09-221-4/+11
| * Fix two data races in QThread/QThreadDataDavid Faure2015-09-227-14/+14
| * fix error messageJoerg Bornemann2015-09-221-1/+1
| * Fix compilation with QT_NO_[DEBUG|WARNING]_OUTPUTKai Koehne2015-09-211-0/+6
| * Fix regression with QStandardPaths::standardLocations on WindowsJoni Poikelin2015-09-171-1/+1
| * Fixed compilation errors in qatomic_ia64.hÉmeric MASCHINO2015-09-121-4/+4
| * Fix the spurious socket notifications under WindowsAlex Trotsenko2015-09-103-79/+80
| * QMimeDatabase: warn instead of asserting on bad magic.David Faure2015-09-044-45/+68
| * QMimeType: add KDAB copyright to the code I contributed a lot to.David Faure2015-09-047-0/+7
| * Doc: Corrected link issues in qtbaseNico Vertriest2015-09-042-3/+4
| * Doc: Added enums in qnamespace.qdocNico Vertriest2015-09-041-0/+11
| * Doc: Added link to Declarative State Machine FrameworkNico Vertriest2015-09-042-2/+3
| * Add QLockFilePrivate::processNameByPid implementation for GNU/kFreeBSDDmitry Shachnev2015-08-271-0/+24
| * QString perf improvement : removal of useless testJulien Blanc2015-08-261-2/+0
* | Fix build without PCH after commit 3ae2387f375798a983b6d052723f10fc88b63da0Simon Hausmann2015-10-021-0/+4
* | Revert "Add support for same-file intrinsics with Clang 3.7"Thiago Macieira2015-10-011-3/+2
* | QLocale: remove (harmless) dead codeThiago Macieira2015-10-011-6/+6
* | Purge extraneous execute permissions.Edward Welbourne2015-09-301-0/+0
* | Moved a comment to where it belongs.Edward Welbourne2015-09-301-9/+8
* | Initialize QFutureWatcherBasePrivate::finished and testEdward Welbourne2015-09-301-3/+4
* | Add qt_safe_ftok wrapper for ftokLouai Al-Khanji2015-09-303-2/+16
* | QFSFileEngine: Remove unused memberThiago Macieira2015-09-281-1/+0
* | Fix sign-extensionThiago Macieira2015-09-281-2/+2
* | QUrl::setPort: use the original port number in the error messageThiago Macieira2015-09-281-1/+1
* | QLockFile: sync to disk to avoid leaving an empty lock file on crashDavid Faure2015-09-281-0/+7
* | Fix ICC warning about use of "defined" in a macroThiago Macieira2015-09-251-1/+1
* | Remove QT_WARNING_DISABLE_GCC for ClangThiago Macieira2015-09-251-1/+1
* | Remove wrong forward declarationOlivier Goffart2015-09-251-1/+0
* | QStateMachine: make enterStates/exitStates virtual.Erik Verbruggen2015-09-251-6/+6
* | tools: StringBuilder - silence clang warningTim Blechmann2015-09-251-1/+1
* | Use QTypeInfo<T>::isRelocatable in QVariantThiago Macieira2015-09-242-2/+2
* | QSettings: Special-case serialization of QDateTime.Christian Kandeler2015-09-241-5/+24
* | Fix QItemSelectionModel deselection rangeJoni Poikelin2015-09-241-4/+4
* | Be more forgiving about arguments to QString::arg(double).Christian Kandeler2015-09-241-2/+2
* | Doc: Fix QDoc warnings for QTextStreamTopi Reinio2015-09-241-3/+3
* | winphone: Obtain QLocale::uiLanguages properlyOliver Wolff2015-09-241-6/+0
* | Add code to perform overflow-checking additions and multiplicationThiago Macieira2015-09-232-0/+120
* | Doc: Mention that calling parent class event() is importantAlbert Astals Cid2015-09-232-0/+34
* | QDateTime: Remove redundant check.Christian Kandeler2015-09-231-15/+13
* | Fix some -Wcast-qual warningsThiago Macieira2015-09-227-12/+12
* | Auto-detect whether 64-bit std::atomic really worksThiago Macieira2015-09-222-5/+9
* | Add getter and setter for qt_qhash_seedGabriel de Dietrich2015-09-222-1/+52
* | Expand reporting of the Intel instruction set extensionsThiago Macieira2015-09-222-13/+155
* | Reorganize the bits for the CPU feature detectionThiago Macieira2015-09-222-85/+157