summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* Bump Qt version to 4.8.7Akseli Salovaara2014-12-031-2/+2
* Remove the use of a template qUnused function for ICCThiago Macieira2014-11-261-1/+1
* Remove use of 'register' from Qt.Kevin Funk2014-08-1116-106/+106
* Fix at lot of QT_NO_ define guards for very tiny Qt builds.Robert Griebl2014-08-054-0/+14
* Move the C++11 support macros to a central place.Raphael Kubo da Costa2014-07-231-39/+112
* Use correct values for MAC_OS_X_VERSION_10_* defines.Jake Petroules2014-06-131-12/+47
* Properly escape bytearray data outside the ascii range when using a codecLars Knoll2014-06-121-2/+5
* Update for OS X Yosemite.Jake Petroules2014-06-062-1/+8
* Fix trailing whitespace.Jake Petroules2014-06-061-1/+1
* Fix QSysInfo::macVersion for OS X minor versions greater than 9.Jake Petroules2014-05-311-2/+3
* fix WINVER #ifdef for QS_TOUCH and QS_POINTERJoerg Bornemann2014-05-201-2/+2
* Use WINVER instead of _MSC_VER for version check in qeventdispatcher_win.cpp.Joerg Bornemann2014-05-061-2/+2
* Refactor OS X bundle detection for QFileInfoSamuel Gaist2014-05-021-13/+65
* QNX: Fix QDir::entryInfoList()Bernd Weimer2014-04-223-11/+12
* Fix compilation using MinGW 64 due to missing __cpuidAllen Winter2014-04-181-7/+7
* Updated year in copyright headerKai Koehne2014-03-26512-515/+515
* Add AArch64 support to qfilesystemwatcher_inotify.cppLisandro Damián Nicanor Pérez Meyer2014-03-241-0/+9
* BlackBerry: Improve platform specific documentationBernd Weimer2014-03-182-2/+20
* do not use fileno calls in forked childJoerg Bornemann2014-03-131-4/+4
* Doc: Update, and reduce duplication of, QThread-related infoSze Howe Koh2014-03-131-14/+15
* Doc: Discuss the concept of thread affinity in more detailSze Howe Koh2014-03-131-7/+35
* Qt 3 Support: Prevent double deletion of QObjectPrivate::threadData in QSetti...Friedemann Kleint2014-02-251-0/+1
* Fix the name of the arguments of qAtan2 to match std::atan2Thiago Macieira2014-02-051-3/+3
* qthread_win.cpp: Fix warnings when waiting for adopted threads.Friedemann Kleint2014-01-091-1/+5
* Don't use Standard Library routines in qthread_p.hThiago Macieira2013-12-061-2/+10
* QBBSystemLocale: Do not set fixed buffer size when reading pps objectsEl Mehdi Fekari2013-12-051-4/+20
* QNX: Make use of _readdir64_rBernd Weimer2013-11-281-2/+2
* Fix virtual key mapping on MS WindowsJuan Luis Boya García2013-11-251-0/+5
* QThread: Fix link to snippet in documentationJonathan Liu2013-11-221-1/+1
* QLocale: Fix infinite loop in error caseEl Mehdi Fekari2013-11-201-5/+12
* Threads: Fix mingw-gcc warning about 'cast to pointer from integer of differe...Kai Koehne2013-11-201-4/+4
* Kernel: Fix gcc warning in qsharedmemory_win.cppKai Koehne2013-11-181-1/+1
* qsimd: Fix compilation with MinGW 64.Friedemann Kleint2013-11-181-1/+1
* Fix MinGW-warnings about narrowing/invalid conversions.Friedemann Kleint2013-11-181-1/+1
* QObject: use per-thread storage for qFlagLocation()Marc Mutz2013-11-162-14/+28
* QThreadPool: fix race at time of thread expiry.David Faure2013-11-152-18/+13
* QThreadPool: fix counting of waiting threadsDavid Faure2013-11-151-2/+8
* QThreadPool: fix data races in activeThreadCount()David Faure2013-11-151-5/+3
* QThreadPool: fix typosDavid Faure2013-11-151-12/+14
* BlackBerry: Prevent superfluous removal of socket notifiersBernd Weimer2013-11-061-12/+11
* Backport of Qt5 applicationName handlingSamuel Gaist2013-11-022-7/+18
* BlackBerry: improve BPS event lifetime managementJonathan Hoffmann2013-10-312-2/+88
* QLocale: Update Portuguese and Greek locales dataEl Mehdi Fekari2013-10-291-1061/+1059
* QLocale - Fix Mac date format code translationJohn Layt2013-10-291-29/+76
* Introduce Windows version 8.1 and detect by checking the version.Friedemann Kleint2013-10-252-3/+39
* Fix sigchld-HandlerH. Rittich2013-10-181-9/+32
* Add missing interpolator for unsigned int.Jan Arve Saether2013-09-111-0/+3
* Fix compile when QT_NO_WARNING_OUTPUT defined without QT_NO_DEBUG_STREAMJonathan Liu2013-09-101-0/+2
* Add Q_ASSERT in qAllocMore() function.Leonard Lee2013-08-301-0/+3
* Fix crash in QProcess::waitForStarted() on Unix.Christian Strømme2013-08-291-3/+3