summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
...
* | | Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2019-01-073-4/+13
|\| |
| * | Fix warnings about uninitialized variablesJędrzej Nowacki2019-01-061-0/+6
| * | Fix qbswap calls for Big Endian targetsVille Voutilainen2019-01-051-2/+2
| * | macOS: Optimize detection of dark modeTor Arne Vestbø2019-01-041-2/+5
* | | Merge remote-tracking branch 'origin/5.12' into devLiang Qi2019-01-0469-885/+1378
|\| |
| * | macOS: Remove Mojave forward-declarations now that we build with Xcode 10Tor Arne Vestbø2019-01-031-8/+4
| * | Doc: Update page Tamil Script Code for Information InterchangeNico Vertriest2019-01-022-8/+6
| * | Fix QStringListModel::setData to check for actual changesLuca Beldi2018-12-241-1/+4
| * | Doc: Remove pre-Windows 7 from QCollator documentationKai Koehne2018-12-221-5/+0
| * | Doc: Consistently mark QT_XYZ_CAST_FROM_ASCII with \cKai Koehne2018-12-223-9/+91
| * | QtCore: Unify license headersKai Koehne2018-12-2254-774/+1050
| * | MSVC x86: implement add_overflow for quint64Thiago Macieira2018-12-211-3/+11
| * | Fix qfloat16 methods definition without declaration when using Q_QDOCAntonio Larrosa2018-12-211-0/+2
| * | Empty filenames does not existSune Vuorela2018-12-191-0/+2
| * | configure: modernize iconv useOswald Buddenhagen2018-12-192-15/+42
| * | configure: enable inline tests to refer to PWDOswald Buddenhagen2018-12-191-1/+32
| * | Doc: mark QMetaObject::invokeMethod overloads as threadsafeThiago Macieira2018-12-181-0/+7
| * | Add an AVX2 code path to qustrchrThiago Macieira2018-12-181-0/+23
| * | Merge some code to simplify maintenanceThiago Macieira2018-12-181-40/+49
| * | configure: inline a few more testsOswald Buddenhagen2018-12-171-5/+29
| * | Remove "x" that was clearly a typoThiago Macieira2018-12-151-1/+1
| * | Fix QRegularExpressionMatch capture-related documentationSamuel Gaist2018-12-151-1/+12
| * | QRegularExpression: anchor wildcard patternSamuel Gaist2018-12-152-3/+2
| * | configure: verify header presence against sourcesOswald Buddenhagen2018-12-141-11/+11
| * | Fix warnings building with --std=c++11 and gcc 8Allan Sandfeld Jensen2018-12-141-1/+1
* | | Fix build with C++20Thiago Macieira2018-12-211-2/+0
* | | QCommandLineParser: show application name in error messagesDavid Faure2018-12-201-1/+1
* | | Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2018-12-151-5/+7
|\| |
| * | Doc: fix null pointer passing to fprintfThiago Macieira2018-12-141-5/+7
* | | Use QRegularExpression instead of QRegExpLars Knoll2018-12-141-3/+3
* | | Deprecate QObject::findChildren(const QRegExp &, ...)Lars Knoll2018-12-142-0/+6
* | | Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2018-12-137-20/+58
|\| |
| * | Fix tautological compare in error checkingThiago Macieira2018-12-121-1/+1
| * | Handle QCollator with locale C by delegating to QStringEdward Welbourne2018-12-116-19/+57
| |/
* | Resources: reject compressed content we can't decompressThiago Macieira2018-12-121-3/+41
* | Use Q_DISABLE_COPY_MOVE for private classesFriedemann Kleint2018-12-1215-17/+17
* | QResource: quick refactor of registerSelf for files to support LFSThiago Macieira2018-12-111-39/+28
* | QResource: de-inline registerSelf for filesThiago Macieira2018-12-111-53/+55
* | RCC: introduce compression algorithm "best"Thiago Macieira2018-12-111-1/+1
* | RCC: Add support for Zstandard compressionThiago Macieira2018-12-112-9/+62
* | QResource: add support for resources compressed with ZstandardThiago Macieira2018-12-114-18/+115
* | Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2018-12-111-2/+2
|\|
| * Do not use arc4random_buf() on GNU/kFreeBSDDmitry Shachnev2018-12-091-2/+2
* | Add a few qAsConst() to range-for to prevent detachmentsSergio Martins2018-12-101-2/+2
* | QTypeInfo: use C++11 type traits to deduce if a type is static or complexLars Knoll2018-12-102-4/+31
* | QUrlQuery: Implement initializer list constructorSamuel Gaist2018-12-092-0/+17
* | Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2018-12-091-4/+17
|\|
| * Optimize further the loading of 8 Latin 1 charactersThiago Macieira2018-12-081-4/+17
* | Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2018-12-082-3/+30
|\|
| * QSettings: quick refactor for readabilityThiago Macieira2018-12-071-3/+4