summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* 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
| | * Merge "Merge remote-tracking branch 'origin/5.12' into 5.13" into refs/stagin...Liang Qi2019-05-134-9/+31
| | |\
| | | * Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-05-124-9/+31
| | | |\
| | | | * QSharedPointer: fix threadsafety docsGiuseppe D'Angelo2019-05-111-8/+13
| | | | * Work around VS2015/17 bitset + qfloat16.h compiler bugKeith Kyzivat2019-05-102-0/+17
| | | | * Update CLDR version in attributionEdward Welbourne2019-05-091-1/+1
| | * | | doc: clang reported two fake declarations to be the sameMartin Smith2019-05-132-3/+3
| | |/ /
* | / / QContiguousCache: add noexceptGiuseppe D'Angelo2019-05-151-2/+2
|/ / /
* | | QSharedData: code tidiesGiuseppe D'Angelo2019-05-141-2/+3
* | | QSharedData: unexport in Qt 6Giuseppe D'Angelo2019-05-141-1/+5
* | | QByteData: use int to return the number of managed QByteArraysGiuseppe D'Angelo2019-05-141-1/+1
* | | Short live qExchange()!Marc Mutz2019-05-142-0/+20
* | | QTypeInfo: move QLinkedlist declaration to qlinkedlist.hMarc Mutz2019-05-142-1/+3
* | | Fix build without features.itemmodelTasuku Suzuki2019-05-142-0/+4
* | | QDataStream: move QLinkedlist operators to qlinkedlist.hMarc Mutz2019-05-142-13/+15
* | | QPointer: fix swap()Giuseppe D'Angelo2019-05-131-1/+5
* | | Merge remote-tracking branch 'origin/5.13' into devLiang Qi2019-05-1327-3857/+4142
|\| |
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-05-0911-3745/+4050
| |\|
| | * Define Q_OS_WINDOWS, make it an alias to Q_OS_WINSergio Martins2019-05-082-0/+8
| | * Fix integer overflows in QDeadlineTimerKonstantin Shegunov2019-05-082-60/+383
| | * Windows: Add debug output for message WM_DPICHANGEDFriedemann Kleint2019-05-081-0/+9
| | * Update locale data to CLDR v35.1Edward Welbourne2019-05-072-3623/+3645
| | * Document how to use CMake on Qt Core, Qt GUI's central pagesKai Koehne2019-05-074-71/+14
| * | Doc: replace even more null/0/nullptr with \nullptr macroChristian Ehrlicher2019-05-0816-112/+92
* | | QSharedPointer/QWeakPointer: fix swap()Giuseppe D'Angelo2019-05-111-12/+6
* | | Deprecate QQueue::swap(i, j)Lars Knoll2019-05-101-1/+1