summaryrefslogtreecommitdiffstats
path: root/src/corelib/global
Commit message (Expand)AuthorAgeFilesLines
* Merge "Merge remote-tracking branch 'origin/5.13' into dev"Liang Qi2019-07-052-8/+18
|\
| * Merge remote-tracking branch 'origin/5.13' into devLiang Qi2019-07-052-8/+18
| |\
| | * Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-07-032-8/+18
| | |\
| | | * QRandomGenerator: assert that bounded() calls have correct argumentsThiago Macieira2019-06-282-8/+18
* | | | Remove usages of QSysInfo's deprecated APIsSona Kurazyan2019-07-052-0/+9
|/ / /
* | | Fix qdoc warnings in 5.14Friedemann Kleint2019-06-281-1/+1
* | | Port from implicit to explicit atomic integer operationsMarc Mutz2019-06-282-6/+8
* | | Optimize and fix handling of QtMessageHandlersMarc Mutz2019-06-231-15/+19
* | | QSysInfo: fix warning on non-Linux about unconditional adjacent returnsMarc Mutz2019-06-211-1/+1
* | | qfloat16: Check in the tables to GitThiago Macieira2019-06-033-11/+3271
* | | De-bootstrap the qfloat16 generator toolThiago Macieira2019-06-031-1/+1
* | | Port from QAtomic::load() to loadRelaxed()Giuseppe D'Angelo2019-06-203-15/+15
* | | Fix deep-const-correctness of qGetPtrHelper() for smart pointersMarc Mutz2019-06-151-1/+1
* | | QMessagePattern: replace manual memory handling with std::unique_ptrMarc Mutz2019-06-131-25/+12
* | | Merge remote-tracking branch 'origin/5.13' into devLiang Qi2019-06-143-13/+30
|\| |
| * | Merge remote-tracking branch 'origin/5.13.0' into 5.13Liang Qi2019-06-111-0/+7
| |\ \
| | * | Doc: Add Q_OS_WASM documentationPaul Wicking2019-06-071-0/+7
| * | | Merge remote-tracking branch 'origin/5.12' into 5.13Liang Qi2019-06-072-13/+23
| |\ \ \ | | | |/ | | |/|
| | * | Automatically sysrootify $$[FOO/get] propertiesJoerg Bornemann2019-05-282-13/+23
* | | | 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