summaryrefslogtreecommitdiffstats
path: root/src/corelib/global
Commit message (Expand)AuthorAgeFilesLines
* Move away from using 0 as a pointer constantAllan Sandfeld Jensen2019-06-073-12/+12
* Fix definition of QT_DEPRECATED_SINCEKai Koehne2019-06-041-1/+1
* Add attribute to disable QSessionManagerDavid Edmundson2019-03-012-0/+8
* 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
* Remove usages of Q_OS_WINCEJoerg Bornemann2019-05-231-4/+0
* Fix qdoc warnings for Qt 5.14Friedemann Kleint2019-05-211-0/+3
* Long live Qt::SplitBehavior!Marc Mutz2019-05-212-0/+21
* Add private qt_make_unique as a drop-in for C++14 std::make_uniqueMarc Mutz2019-05-212-0/+72
* QtCore: mark obsolete enumerations as deprecatedChristian Ehrlicher2019-05-171-11/+25
* Add some examples to qExchange() docsMarc Mutz2019-05-161-0/+39
* Merge remote-tracking branch 'origin/5.13' into devLiang Qi2019-05-152-0/+17
|\
| * Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-05-122-0/+17
| |\
| | * Work around VS2015/17 bitset + qfloat16.h compiler bugKeith Kyzivat2019-05-102-0/+17
* | | Short live qExchange()!Marc Mutz2019-05-142-0/+20
* | | QTypeInfo: move QLinkedlist declaration to qlinkedlist.hMarc Mutz2019-05-141-1/+0
* | | Merge remote-tracking branch 'origin/5.13' into devLiang Qi2019-05-132-0/+8
|\| |
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-05-092-0/+8
| |\|
| | * Define Q_OS_WINDOWS, make it an alias to Q_OS_WINSergio Martins2019-05-082-0/+8
* | | Add warning suppression for icc when comparing floating-point valuesEdward Welbourne2019-05-071-0/+1
* | | Merge remote-tracking branch 'origin/5.13' into devLiang Qi2019-05-071-1/+1
|\| |
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Liang Qi2019-05-021-1/+1
| |\|
| | * Don't pass scope args to _exit trace pointsMilian Wolff2019-04-301-1/+1
* | | Remove handling of missing Q_COMPILER_INITIALIZER_LISTSAllan Sandfeld Jensen2019-05-023-10/+0
* | | qIsNull: redo implementationGiuseppe D'Angelo2019-05-021-26/+10
* | | Remove handling of missing =delete and =default supportAllan Sandfeld Jensen2019-05-021-3/+3
* | | Doc-fix: mention FP_ZERO as a possible return of qFpClassify()Edward Welbourne2019-05-021-0/+1
* | | Remove handling of missing Q_COMPILER_RVALUE_REFSAllan Sandfeld Jensen2019-05-011-4/+1
* | | Add RISC-V detectionAndreas Schwab2019-04-293-0/+54
* | | QtBase: introduce QT_DEPRECATED_VERSION/QT_DEPRECATED_VERSION_XChristian Ehrlicher2019-04-251-0/+53
* | | Implement qFpClassify(qfloat16)Edward Welbourne2019-04-242-0/+15
* | | Implement std::numeric_limits<qfloat16>Edward Welbourne2019-04-241-0/+71
* | | Merge remote-tracking branch 'origin/5.13' into devLiang Qi2019-04-241-0/+3
|\| |
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-04-241-3/+2
| |\|
| | * Merge remote-tracking branch 'origin/5.12.3' into 5.12Qt Forward Merge Bot2019-04-171-3/+2
| | |\
| | | * Doc-fixes in QRandomGenerator::bounded(int...)Edward Welbourne2019-04-091-3/+2
| * | | MinGW: Fix developer buildFriedemann Kleint2019-04-181-0/+3
* | | | Add QTextMarkdownImporterShawn Rutledge2019-04-171-1/+2
* | | | Merge remote-tracking branch 'origin/5.13' into devLiang Qi2019-04-103-1/+25
|\| | |
| * | | Update precompiled headersAllan Sandfeld Jensen2019-04-091-0/+6
| * | | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-04-062-1/+19
| |\| |
| | * | Introduce Q_TRACE_SCOPE to simplify tracing of a function entry/exitMilian Wolff2019-04-051-1/+16
| | * | Add tracepoint to qt_message_printMilian Wolff2019-04-051-0/+3
| | |/
* | | Replace Q_DECL_NOTHROW with noexcept the remaining placesAllan Sandfeld Jensen2019-04-091-2/+2
* | | Remove handling of missing Q_COMPILER_CLASS_ENUMAllan Sandfeld Jensen2019-04-061-1/+1
* | | Merge "Merge remote-tracking branch 'origin/5.13' into dev" into refs/staging...Qt Forward Merge Bot2019-04-0418-262/+167
|\ \ \
| * | | Replace Q_DECL_NOEXCEPT with noexcept in corelibAllan Sandfeld Jensen2019-04-0314-145/+145
| * | | Replace Q_NULLPTR with nullptr in corelibAllan Sandfeld Jensen2019-04-031-1/+1
| * | | Remove special NOTHROW handlingAllan Sandfeld Jensen2019-04-031-12/+1