summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* QSharedPointer/QWeakPointer/QScopedPointer: plaster API with Q_DECL_NOTHROWGiuseppe D'Angelo2016-06-072-34/+33
* Make QCryptographicHash a Q_GADGET.Richard J. Moore2016-06-071-0/+3
* Simplify Foundation conversion function documentationTor Arne Vestbø2016-06-061-25/+22
* Remove obsolete a.out code after QT_AOUT_UNDERSCORE is goneRalf Nolden2016-06-061-12/+1
* Remove all code paths related to unsupported Apple platforms.Jake Petroules2016-06-044-38/+2
* QObject::connect: reduce generated code size for statics and functorsThiago Macieira2016-06-031-9/+7
* Windows: stop using _beginthreadex on regular buildsThiago Macieira2016-06-021-2/+13
* Remove reliance on QSysInfo::[Mac|Windows]Version in QSysInfo itself.Jake Petroules2016-06-021-51/+103
* Simplify constructor code of QTemporaryFile.Friedemann Kleint2016-06-022-19/+13
* Remove Windows CE vestigesJoerg Bornemann2016-06-024-11/+2
* Properly forward-declare the Apple types with Q_QDOCOlivier Goffart2016-05-315-9/+9
* Remove _bit_scan_{forward,reverse}Erik Verbruggen2016-05-315-94/+144
* Fix unimplemented Mach-O parsing for ARM64 platforms in QPluginLoader.Jake Petroules2016-05-301-0/+3
* Clang: remove the QT_NO_RTTI macro declarationThiago Macieira2016-05-291-3/+0
* Remove the Clang __has_feature(cxx_exceptions) checkThiago Macieira2016-05-291-5/+0
* Expose QFileSelectorPrivate::selectionHelper()J-P Nurmi2016-05-272-5/+8
* Add QLineF::center() returning the point in the center of the lineLorenz Haas2016-05-272-0/+37
* Squeeze more vectorized rounds out of JSON Latin1String conversion.Erik Verbruggen2016-05-261-2/+2
* Merge "Merge remote-tracking branch 'origin/5.7' into dev" into refs/staging/devLiang Qi2016-05-2436-185/+246
|\
| * Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-05-2336-185/+246
| |\
| | * Avoid failing on 64-bit ARMLaszlo Agocs2016-05-191-1/+1
| | * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-05-1923-58/+101
| | |\
| | | * Merge remote-tracking branch 'origin/5.6.1' into 5.6Liang Qi2016-05-193-3/+4
| | | |\
| | | | * Doc: Remove references to obsolete reset() functionLeena Miettinen2016-05-121-2/+2
| | | | * Doc: Remove repository name from examplesinstallpathTopi Reinio2016-05-121-1/+1
| | | | * Merge 5.6 into 5.6.1Oswald Buddenhagen2016-05-1214-47/+64
| | | | |\
| | | | * | make zlib_dependency auto-add QtCore as a private depOswald Buddenhagen2016-05-091-0/+1
| | | * | | Compile fix: remove _POSIX_C_SOURCE usageRalf Nolden2016-05-171-3/+0
| | | * | | Fix QVariant conversion to an enum type.Olivier Goffart2016-05-161-1/+21
| | | * | | Move q{Set,}GlobalQHashSeed() to the correct header fileMarc Mutz2016-05-132-3/+3
| | | * | | Fix build with GCC <= 4.2 (FreeBSD 9.x)Thiago Macieira2016-05-121-1/+5
| | | * | | Windows: Suppress error dialogs when querying logical drives.Friedemann Kleint2016-05-122-0/+4
| | | | |/ | | | |/|
| | | * | QStorageInfo: allow getting the info of pseudo filesystems tooThiago Macieira2016-05-091-2/+0
| | | * | QStorageInfo: get the label properly if the mounted device is a symlinkThiago Macieira2016-05-091-1/+4
| | | * | QStorageInfo: update the detection of pseudo filesystemsThiago Macieira2016-05-091-1/+4
| | | * | QStorageInfo: fix matching of mountpoints to sibling directoriesThiago Macieira2016-05-091-24/+34
| | | * | Fix QBasicAtomicPointer::{load,store} to actually be relaxedThiago Macieira2016-05-091-2/+2
| | | * | Fix Clang -Wexpansion-to-defined warning by deprecating QT_SUPPORTSThiago Macieira2016-05-0812-19/+22
| | | |/
| | * | add AA_CompressHighFrequencyEvents to control compression on xcbShawn Rutledge2016-05-152-0/+12
| | * | Move out the code to extract the backtrace to another functionThiago Macieira2016-05-131-55/+85
| | * | QDateTimeParser: use QStringRef moreAnton Kudryavtsev2016-05-131-9/+8
| | * | QSharedPointer: move QDebug stream operators into qdebug.hGiuseppe D'Angelo2016-05-125-24/+20
| | * | QMutex: make FUTEX_PRIVATE_FLAG a mandatory featureThiago Macieira2016-05-111-35/+6
| | * | QtCore/QtDBus/QtSql: port the last remaining Q_FOREACH loop and add QT_NO_FOR...Marc Mutz2016-05-112-2/+6
| | * | Add QT_NO_FOREACH to disable foreach and Q_FOREACHMarc Mutz2016-05-111-0/+6
* | | | Deprecate QLibraryInfo::licensee()/licensedProducts()Lars Knoll2016-05-232-12/+14
|/ / /
* | | winrt: Remove explicit exit callMaurice Kalinowski2016-05-191-13/+0
* | | Collate conversion functions for Core Foundation/Foundation typesTor Arne Vestbø2016-05-1910-602/+423
* | | Add support for Apple tvOSMike Krus2016-05-1717-31/+46
* | | Remove qt_cancelIo helper functionJoerg Bornemann2016-05-172-20/+2