summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* 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-281-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-281-3/+3
* Update for OS X Mavericks.Jake Petroules2013-08-212-4/+11
* Use correct mask constant in the Windows event dispatcher.Friedemann Kleint2013-08-201-1/+14
* Revert "Disable precision timers when running MSVC2012 code on pre-Windows 8."Friedemann Kleint2013-08-201-5/+1
* restore QProcessEnvironment shared data thread safety on unixOswald Buddenhagen2013-08-123-8/+74
* fix namespaced buildOswald Buddenhagen2013-08-121-2/+2
* Remove OS X unsupported warning.Jake Petroules2013-08-101-3/+0
* Include <new> instead of <ciso646> for libc++ detection.Raphael Kubo da Costa2013-08-061-1/+1
* Remove a left over cast that is now semantically incorrect.Jake Petroules2013-08-051-1/+1
* Make sure to also check for null CFPropertyLists.Thiago Macieira2013-08-051-0/+3
* Don't assume that all CFPropertyListRef are CFArrayRefsThiago Macieira2013-08-052-7/+16
* Sun CC 5.10 supports Template-Template ParametersSergio Ahumada2013-07-301-2/+4
* Add support for the Linux/m68k platformThorsten Glaser2013-07-223-0/+257