summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* CBOR support: prevent overflowing QByteArray's max allocationThiago Macieira2020-03-273-21/+48
* QCborValue: apply a simple optimization to avoid unnecessary allocationsThiago Macieira2020-03-252-28/+29
* QCborValue::fromCbor: Apply a recursion limit to decodingThiago Macieira2020-03-252-13/+30
* QCborValue: create a wrapper to set the QCborStreamReader error stateThiago Macieira2020-03-252-6/+12
* qtimezoneprivate_tz: Apply a cache over the top of timezone dataRobin Burchell2020-03-202-57/+100
* Doc: replace QFileInfo::created with birthTimeMauro Persano2020-03-201-1/+1
* Merge remote-tracking branch 'origin/5.14.2' into 5.14Mitch Curtis2020-03-191-8/+6
|\
| * Merge 5.14 into 5.14.2Kari Oikarinen2020-03-109-87/+116
| |\
| * | QLibraryInfo: avoid unneeded conversion for path prefixKirill Burtsev2020-03-041-8/+6
* | | Fix JNI signature for the timezone getDisplayName callVolker Krause2020-03-171-1/+1
* | | Fix QVarLengthArray documentationGiuseppe D'Angelo2020-03-121-5/+5
| |/ |/|
* | QSortFilterProxyModel doc: do not mention deprecated function reset()Christian Ehrlicher2020-03-091-2/+3
* | Port from deprecated std::is_pod to is_trivial + is_standard_layoutMarc Mutz2020-03-062-2/+4
* | QLibrary: introduce a mutex to protect non-atomic internalsThiago Macieira2020-03-035-52/+68
* | QLibrary: stop setting errorString after resolve()Thiago Macieira2020-03-032-12/+0
* | QPluginLoader: rework the loading and the caching of instanceThiago Macieira2020-03-033-22/+44
|/
* QObject: treat T* -> bool conversions as narrowingMarc Mutz2020-02-261-0/+4
* Use QT_DEPRECATED_X instead of Q_DECL_DEPRECATED_XThomas Sondergaard2020-02-253-12/+12
* Replace usage of std::result_of with decltypeMÃ¥rten Nordheim2020-02-211-1/+1
* QString: Add missing number() crosslinks to setNum()Andre Hartmann2020-02-201-0/+6
* wasm: add platform qsettingsLorn Potter2020-02-185-31/+276
* wasm: fix crash when qtvkb tries to load a pluginLorn Potter2020-02-161-1/+1
* Only read the first BOM as a BOM; the rest are ZWNBS !Edward Welbourne2020-02-141-0/+1
* QUrl doc: Fix typoFabian Kosmale2020-02-141-1/+1
* QLinkedListData: Move Q_CORE_EXPORT from class to shared_nullThiago Macieira2020-02-131-2/+2
* QStringView: Fix warning about conversion from qsizetype to intThiago Macieira2020-02-131-1/+1
* Doc: Fix documentation for QSortFilterProxyModel::filterAcceptsColumnPaul Wicking2020-02-121-6/+2
* QStorageInfo/Linux: resolve non-existent devices via /dev/blockThiago Macieira2020-02-091-3/+18
* Doc: QPersistentModelIndex cannot be stored in a QStandardItemVolker Hilsheimer2020-02-061-0/+3
* Coding style: put case bodies on separate lines from the case labelEdward Welbourne2020-02-051-12/+25
* Take care of NULL data from QStringView in QCollatorEdward Welbourne2020-02-054-4/+24
* qfloat16: include the tables in AVX2 binaries regardlessThiago Macieira2020-02-031-1/+1
* Enable system locale to skip digit-grouping if configured to do soEdward Welbourne2020-02-033-15/+41
* Fall back to "+" if MS returns empty string for positive signEdward Welbourne2020-02-031-1/+11
* qlocale_win.cpp: distinguish empty QString from null QVariantEdward Welbourne2020-02-031-26/+29
* Win: work around (estimated) 32k char limit for OutputDebugStringOliver Wolff2020-02-021-5/+25
* Fix 'the the' typo in commentsLinus Jahn2020-02-023-3/+3
* Check for (__ARM_FP & 2) to verify 16-bit FP supportAllan Sandfeld Jensen2020-02-011-1/+1
* Pass QDate and QTime by value in various static and local functionsEdward Welbourne2020-01-314-9/+9
* QLockFile: Disable flock() on QNXThiago Macieira2020-01-301-1/+2
* Fix flawed logic in QSystemLocalePrivate::getLocaleInfo()Edward Welbourne2020-01-301-3/+3
* Change examples and snippets to pass QDate and QTime by valueEdward Welbourne2020-01-302-3/+3
* Simplify textdate/datestring #if-eryEdward Welbourne2020-01-301-20/+8
* Fix qt5_make_output_file macro for file base names with dotsJoerg Bornemann2020-01-301-1/+8
* Doc: Add since version to enum value documentationPaul Wicking2020-01-302-16/+17
* Merge remote-tracking branch 'origin/5.14.1' into 5.14Liang Qi2020-01-283-10/+84
|\
| * Doc: QPluginLoader: remove the claim we search the current dirThiago Macieira2020-01-181-1/+1
| * QLibrary/Unix: do not attempt to load a library relative to $PWDThiago Macieira2020-01-181-1/+3
| * Merge 5.14 into 5.14.1Kari Oikarinen2020-01-1520-123/+189
| |\
| * | QSequentialIterableImpl: support appendFabian Kosmale2020-01-151-8/+80