summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* QMetaType: fix an is_pod test that C++11 brokeMarc Mutz2019-06-121-7/+1
* Q_ARRAY_LITERAL: fix the checks on the payload's datatypeGiuseppe D'Angelo2019-06-121-2/+2
* QAtomic: introduce loadRelaxed() / storeRelaxed()Giuseppe D'Angelo2019-06-105-20/+113
* rtems: Enable Thread local storage supportMikhail Svetkin2019-06-061-0/+3
* Rearrange date parsing in anticipation of calendar workEdward Welbourne2019-06-071-34/+29
* Move away from using 0 as a pointer constantAllan Sandfeld Jensen2019-06-0758-325/+337
* rtems: Fix detection bad file descriptorMikhail Svetkin2019-06-051-0/+9
* Deprecate QLatin1LiteralGiuseppe D'Angelo2019-06-101-1/+3
* rtems: Disable fork feature and fix compilation in corelib/ioMikhail Svetkin2019-06-063-3/+8
* Simplify {to,from}Std{List,Vector}Giuseppe D'Angelo2019-06-102-12/+5
* Fix a minor grammar glitch in new string / byte-array doc noteEdward Welbourne2019-06-042-2/+2
* rtems: Disable sys/sem.h includeMikhail Svetkin2019-06-061-1/+1
* rtems: Fix build sha3 (undef ALIGN)Mikhail Svetkin2019-06-061-0/+4
* QLatin1Char: add comparison operators with charMarc Mutz2019-06-031-0/+13
* Separate out the time, zone, date code from corelib/tools/Edward Welbourne2019-06-0619-34/+38
* QFile: fix coding style violationMarc Mutz2019-06-021-1/+2
* Fix definition of QT_DEPRECATED_SINCEKai Koehne2019-06-041-1/+1
* QLatin1String, QStringView: add containsAnton Kudryavtsev2019-06-044-5/+96
* Deprecate use of QTime as a timerEdward Welbourne2019-05-242-13/+11
* Convert some deprecations to QT_DEPRECATED_XEdward Welbourne2019-05-241-4/+4
* Regenerate Windows Time Zone ID tableEdward Welbourne2019-05-281-999/+1102
* Move container block-size calculations to qarraydata.cppEdward Welbourne2019-05-293-104/+107
* QEventDispatcherWin32: rework sending of posted eventsAlex Trotsenko2019-05-252-70/+56
* QtCore: use qUtf16Printable and %ls, qErrnoWarning()Marc Mutz2019-05-298-25/+23
* corelib/tools: use qUtf16Printable() and %lsMarc Mutz2019-05-294-9/+9
* QDateTimeParser: use qUtf16Printable() and %lsMarc Mutz2019-05-291-29/+29
* corelib/io: use qUtf16Printable(), %ls, qErrnoWarning()Marc Mutz2019-05-296-34/+35
* QWindowsFileSystemWatcher: optimize qWarning() useMarc Mutz2019-05-291-12/+10
* QPropertyAnimation: share some codeMarc Mutz2019-05-301-5/+10
* QFile: share some codeMarc Mutz2019-05-301-14/+13
* Add attribute to disable QSessionManagerDavid Edmundson2019-03-012-0/+8
* QCommandLineParser: add --help-all, to show Qt options as wellDavid Faure2019-05-154-14/+43
* QSharedPointer: Fix build error for cross-built toolsFriedemann Kleint2019-05-291-0/+2
* qhashfunctions.h: add specializations of std::hash for some Qt typesMarc Mutz2019-05-291-0/+36
* qobject_p.h: Const-correctness fixKevin Funk2019-05-271-1/+1
* Make QCoreApplicationPrivate's destructor virtual in bootstrapped buildsGiuseppe D'Angelo2019-05-291-0/+5
* QMessageLogContext: simplify constructionGiuseppe D'Angelo2019-05-221-10/+9
* QMessageLogContext: rename and improve copy()Giuseppe D'Angelo2019-05-272-20/+25
* rtems: Add Q_OS_RTEMS macro to detect RTEMS OSMikhail Svetkin2019-05-281-0/+2
* Fix corelib build without feature.regularexpressionTasuku Suzuki2019-05-221-0/+6
* Merge remote-tracking branch 'origin/5.13' into devFriedemann Kleint2019-05-276-35/+284
|\
| * Merge remote-tracking branch 'origin/5.12' into 5.13Friedemann Kleint2019-05-273-1/+240
| |\
| | * Update QMetaEnum::fromType()'s static assert's error messageEdward Welbourne2019-05-151-1/+2
| | * Qt Core: Document CMake macrosKai Koehne2019-05-162-0/+238
| * | Fix canonicalFilePath() for files with trailing slashesVolker Hilsheimer2019-05-211-33/+17
| * | Disable debug plugin check for MinGWCristian Adam2019-05-201-1/+1
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-05-161-0/+26
| |\|
| | * Warn when setting attributes after QCoreApplication is createdSergio Martins2019-05-141-0/+26
* | | Annotate the futex implementation for TSANGiuseppe D'Angelo2019-05-221-1/+29
* | | QBasicTimer: add some noexcept and constexprMarc Mutz2019-05-241-3/+3