summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* Make qglobal.h only complain for GCC >= 5 about -fPIEThiago Macieira2015-05-291-1/+2
* Only add -fPIC flags for compilers known to require it.Stephen Kelly2015-05-272-6/+1
* Try to ensure that -fPIC is used in CMake buildsEvangelos Foutras2015-05-141-1/+2
* Make qglobal.h complain if you use -fPIEThiago Macieira2015-05-131-2/+2
* Android: Store and use the class names as key when caching.Christian Strømme2015-05-082-180/+293
* Require -fPIC instead of just -fPIE for -reduce-relocationsThiago Macieira2015-05-072-3/+3
* Merge 5.4 into 5.4.2Oswald Buddenhagen2015-04-204-71/+67
|\
| * let QWindowsPipeReader::stop() cancel the current I/O operationJoerg Bornemann2015-04-162-10/+26
| * inline QWindowsPipeReader::completeAsyncReadJoerg Bornemann2015-04-162-32/+23
| * remove emitReadyReadTimer from QWindowsPipeReaderJoerg Bornemann2015-04-162-11/+0
| * QWindowsPipeReader: zero OVERLAPPED struct before every ReadFileJoerg Bornemann2015-04-161-1/+1
| * Doc: fix description of QWindowsPipeReader::readJoerg Bornemann2015-04-161-1/+1
| * QLockFile: fix deadlock when the lock file is corruptedOlivier Goffart2015-04-152-16/+16
* | QNAM: Fix upload corruptions when server closes connectionMarkus Goetz2015-04-202-0/+22
|/
* Fix QNX and Blackberry -qtnamespace buildSérgio Martins2015-04-014-2/+13
* Doc: Fix using Apple-related terminology in Qt CoreAlexander Volkov2015-03-3125-88/+88
* Doc: Added the missing description for WindowShadeButtonHintVenugopal Shivashankar2015-03-251-1/+2
* Re-add documentation for QStandardPaths::GenericDataLocation.Friedemann Kleint2015-03-251-0/+3
* Doc: Fix qmath documentationSergio Ahumada2015-03-121-0/+1
* Core: fix crash in QCollator if ucol_open() failedLiang Qi2015-03-111-13/+30
* Clarify InputMethodHint documentationPaul Olav Tvete2015-03-111-1/+2
* Windows Embedded: GetTickCount64 won't be available so just remove itAndy Shaw2015-03-111-8/+2
* QMimeDatabase: Fix magic rules with \tEike Ziller2015-03-101-0/+2
* Introduce qt_subtract_from_timeout to reduce code duplication.Daniel Teske2015-03-095-25/+28
* Call MoveFile() anyway if the delete failed because it did not existAndy Shaw2015-03-041-1/+1
* Delete the file that we will move to not the new file before movingAndy Shaw2015-02-261-1/+1
* Specific the correct mibEnum value for the 'macintosh' codecAndy Shaw2015-02-261-1/+1
* fix default of SettingsPath when qt.conf is presentOswald Buddenhagen2015-02-251-1/+3
* Doc: corrected link/autolink issues in corelibNico Vertriest2015-02-2420-45/+53
* Timezones: Fix handling of offset-from-UTC QTimeZonesThiago Macieira2015-02-232-0/+11
* QVector: fix use of invalid iterators in removeAll()Marc Mutz2015-02-221-1/+3
* Fixing Qt5CoreConfigExtras.cmake.inBjoern Thiel2015-02-201-5/+5
* qstorageinfo_unix.cpp: Fix build on SolarisDmitry Shachnev2015-02-201-3/+4
* Android: Fix local ref handling.Christian Strømme2015-02-173-4/+17
* Android: fix timed QWaitCondition::wait() on Android >= 5.0.Yoann Lopes2015-02-171-5/+13
* work around MSVC level 4 warningJoerg Bornemann2015-02-171-0/+1
* Fix links in plural words.Florian Bruhin2015-02-163-6/+6
* Doc: clarify what QUrl::topLevelDomain actually doesThiago Macieira2015-02-161-0/+15
* Make the detection of the number of cores on Unix prettierThiago Macieira2015-02-151-4/+2
* Ensure that the binary JSON objects are actually sortedThiago Macieira2015-02-151-0/+5
* qFormatLogMessage: optimize %{backtrace}Olivier Goffart2015-02-141-3/+3
* Document and further test that QJsonObject::keys() is sorted.Mitch Curtis2015-02-111-0/+2
* Merge remote-tracking branch 'origin/5.4.1' into 5.4Frederik Gladhorn2015-02-103-3/+28
|\
| * Fix compilation with Apple Clang 425Thiago Macieira2015-02-091-2/+10
| * WinRT: Gracefully exit an applicationMaurice Kalinowski2015-02-021-0/+18
| * Fix memory leak in qSetMessagePatternKai Koehne2015-02-021-2/+6
| * Correct the version of ICC that has the constexpr bug fixedThiago Macieira2015-01-291-1/+4
* | logging: Check if uClibc has backtrace supportFatih Aşıcı2015-02-091-4/+11
* | Fix QLineF Detailed DescriptionSamuel Gaist2015-02-051-1/+1
* | QProcess/Win: fix sporadic crashJoerg Bornemann2015-02-052-1/+2