summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* QNAM: Fix upload corruptions when server closes connectionMarkus Goetz2015-04-282-0/+23
* Doc: Update obsolete external URLsTopi Reinio2015-04-111-2/+2
* Update copyright headersAkseli Salovaara2015-03-31514-6523/+6522
* Improve digitToCLocale sign char handlingSamuel Gaist2015-03-301-2/+2
* Simplify calculation of week numberLars Knoll2015-03-111-50/+17
* QThread: fix race when setting the eventDispatcherAndy Shaw2015-02-083-0/+7
* Fix QLineF Detailed DescriptionSamuel Gaist2015-02-061-1/+1
* Bump year to 2015Kai Koehne2015-01-152-5/+5
* Introduce Windows version 10.Friedemann Kleint2015-01-102-0/+6
* Windows: Fix OS version determination for Windows >= 8Friedemann Kleint2015-01-081-10/+67
* QDateTime: Fix time format in docOrgad Shaneh2015-01-071-1/+1
* 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