summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* qGlobalQHashSeed: initialize the seed before returning itThiago Macieira2017-11-041-0/+1
* QFilesystemWatcher/Windows: Use event dispatcher of threadFriedemann Kleint2017-11-041-2/+2
* QStorageInfo: Properly decode labels from /dev/disk/by-labelChristian Ehrlicher2017-11-041-1/+33
* QUrl: make sure setPort(nonnegative) is taken as part of authorityThiago Macieira2017-10-261-8/+6
* Fix clazy-strict-iteratorsFriedemann Kleint2017-10-251-1/+1
* winrt: Fix compilation with -no-pchOliver Wolff2017-10-251-0/+1
* Remove duplicate qnx from the platform file selector namesLiang Qi2017-10-241-3/+3
* winrt: Fully initialize CREATEFILE2_EXTENDED_PARAMETERS structOliver Wolff2017-10-201-0/+3
* Doc: State that qDebug and friends are thread-safeKai Koehne2017-10-172-0/+12
* Revert "Do not include qfloat16 tables in arm64 builds"Allan Sandfeld Jensen2017-10-101-13/+10
* Documentation: Add missing event type for non-client mouse eventsKrzysztof Kawa2017-10-071-4/+4
* QUrl: re-fix the setPath("//path") case leading to scheme://pathThiago Macieira2017-10-061-9/+22
* Improve performance in QThreadPoolSvenn-Arne Dragly2017-10-042-31/+140
* Fix strict-prototypes warning with qVersion functionJake Petroules2017-10-021-1/+1
* Reorder defines to respect alphabetic order in bootstrap configEdward Welbourne2017-09-271-7/+8
* Remove unnecessary copying in QSet::subtract()Sze Howe Koh2017-09-271-6/+7
* Make QDateTimeParser a separate featureEdward Welbourne2017-09-257-17/+25
* doc: fix code snippet of qConstOverload usageGatis Paeglis2017-09-251-1/+1
* Fix parsing of tzfile(5) files in QTimeZonePrivateThiago Macieira2017-09-241-1/+3
* Restore compatibility with pre-5.9 Keccak calculationThiago Macieira2017-09-213-27/+98
* Add missing pwd.h includeJake Petroules2017-09-181-0/+1
* QSharedPointer: fix undefined behavior in operator<Giuseppe D'Angelo2017-09-171-3/+6
* Optimize QVariant::cmp()Lars Knoll2017-09-141-40/+49
* Improve performance of QVariant::canConvert()Lars Knoll2017-09-131-0/+3
* Fix resolution of relative links on WindowsOrgad Shaneh2017-09-041-4/+9
* QModelIndex: use std::less to compare pointersGiuseppe D'Angelo2017-09-011-1/+1
* Fix error attribute(target("+crc")) is unknownPeter Seiderer2017-08-292-0/+5
* QFileInfo: Clarify documentation on symlinksFriedemann Kleint2017-08-291-7/+11
* Doc: Fix exampleRobert Loehning2017-08-281-2/+2
* Remove QMAKE_LIBS_CORE variableJoerg Bornemann2017-08-281-3/+7
* Fix resolution of relative symlinks from relative path on unixOrgad Shaneh2017-08-271-7/+5
* QFileInfo: Fix typo in docOrgad Shaneh2017-08-261-1/+1
* Fix QCFType::constructFromGet() crash when passed a nullptrTor Arne Vestbø2017-08-241-1/+2
* QOperatingSystemVersion: add Android Oreo (v8.0, API level 26)Jake Petroules2017-08-223-1/+13
* Doc: Clean up Qt::ApplicationAttribute docsTopi Reinio2017-08-211-15/+19
* Fix compilation on 64-bit CPUs when QPROCESS_DEBUG is enabledDavid Faure2017-08-201-4/+6
* QProcess/Unix: fix possible race condition inside waitForXXX() loopsAlex Trotsenko2017-08-181-0/+12
* Android: Dissable internal hack when using libc++BogDan Vatra2017-08-181-1/+1
* Android: Fix compile with unified headersBogDan Vatra2017-08-174-40/+48
* Android: Fix warning for __fp16BogDan Vatra2017-08-171-1/+1
* Doc: indicate the QSharedMemory::size() that the size may be biggerThiago Macieira2017-08-131-0/+3
* Enable custom shared memory schemes on INTEGRITYTero Alamäki2017-08-101-0/+13
* Win: Account for when "condition expression is constant" warning occursAndy Shaw2017-08-081-14/+23
* Improve documentation for {QFile, QFileDevice}::resize()Sérgio Martins2017-08-032-1/+5
* QFileSystemWatcher/Windows: Fix crash when no QCoreApplication is presentFriedemann Kleint2017-08-022-23/+24
* configure: un-namespace remaining non-inline configure testsOswald Buddenhagen2017-08-021-5/+5
* configure: Add a feature to write tests in the .json fileThiago Macieira2017-08-021-21/+199
* configure: standardize handling of 64 bit atomicsOswald Buddenhagen2017-08-023-15/+6
* configure: prune dead tests::journaldOswald Buddenhagen2017-08-021-5/+0
* Windows/QFileSystemModel: Fix updating of removed drivesFriedemann Kleint2017-07-311-3/+6