summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | Don't allow to copy QBasicTimer in Qt 6, it would stop the timerSérgio Martins2019-05-252-0/+81
* | | QtPrivate::QSmartPointerConvertFunctor: Fix deprecation warningFriedemann Kleint2019-05-242-1/+2
* | | Replace look-up array with simple arithmeticEdward Welbourne2019-05-231-12/+13
* | | Add locale support for Cebuano and Erzya languages (new in CLDR v35.1)Edward Welbourne2019-05-203-4/+33
* | | Rename util/locale_database/ to include the e that was missingEdward Welbourne2019-05-204-5/+5
* | | QBasicTimer: share some codeMarc Mutz2019-05-231-25/+2
* | | QString/QByteArray: detach immediately in operator[]Giuseppe D'Angelo2019-05-194-24/+52
* | | Remove usages of Q_OS_WINCEJoerg Bornemann2019-05-233-12/+2
* | | Update outdated comment in QEventDispatcherWin32::processEventsJoerg Bornemann2019-05-231-1/+1
* | | Fix qdoc warnings for Qt 5.14Friedemann Kleint2019-05-214-12/+15
* | | Long live Qt::SplitBehavior!Marc Mutz2019-05-215-0/+85
* | | QStandardDirs: fix quadratic loopMarc Mutz2019-05-211-8/+4
* | | QFileSystemWatcher: fix quadratic loop by porting away from QMutableListIteratorMarc Mutz2019-05-211-18/+15
* | | QFileSystemWatcherEngines: port some Java-style iterators to ranged-forMarc Mutz2019-05-214-53/+52
* | | Add private qt_make_unique as a drop-in for C++14 std::make_uniqueMarc Mutz2019-05-212-0/+72
* | | QCharRef/QByteRef: warn when triggering the resizing operator= behaviorGiuseppe D'Angelo2019-05-195-12/+102
* | | Fix compilation error on compilers not supporting [[nodiscard]]Jędrzej Nowacki2019-05-211-4/+4
* | | Fix build without features.timezone on macOSTasuku Suzuki2019-05-211-2/+0
* | | rtems: Disable features which RTEMS does not supportMikhail Svetkin2019-05-141-3/+3
* | | Qt 6: unexport QCharRef / QByteRefGiuseppe D'Angelo2019-05-182-3/+10
* | | QFileSystemWatcher: lock autotest code away into a cold sectionMarc Mutz2019-05-211-21/+22
* | | Disable copies in QObjectData / QObjectUserDataGiuseppe D'Angelo2019-05-182-0/+15
* | | QScopeGuard: some cleanupsMarc Mutz2019-05-211-3/+2
* | | QStateMachine: handle parallel child mode for state machinesErik Verbruggen2019-05-163-8/+43
* | | Tidy up in qdatetime.cppEdward Welbourne2019-05-151-18/+7
* | | Cleanup the fallout of QWeakPointer::data() deprecationGiuseppe D'Angelo2019-05-172-4/+19
* | | QtCore: mark obsolete enumerations as deprecatedChristian Ehrlicher2019-05-171-11/+25
* | | Deprecate QWeakPointer::data()Giuseppe D'Angelo2019-05-163-7/+6
* | | Add some examples to qExchange() docsMarc Mutz2019-05-161-0/+39
* | | Merge "Merge remote-tracking branch 'origin/5.13' into dev" into refs/staging...Liang Qi2019-05-157-16/+42
|\ \ \
| * | | Merge remote-tracking branch 'origin/5.13' into devLiang Qi2019-05-157-16/+42
| |\| |
| | * | Add 'well-formated' JSON string valuesMichal Klocek2019-05-141-4/+8