summaryrefslogtreecommitdiffstats
path: root/src/corelib/global
Commit message (Expand)AuthorAgeFilesLines
* Enforce that char16_t / char32_t are 16/32 bitsGiuseppe D'Angelo2020-01-121-1/+3
* Merge remote-tracking branch 'origin/5.14' into 5.15Liang Qi2020-01-091-2/+5
|\
| * GCC: revoke constexpr before 5.0Giuseppe D'Angelo2020-01-091-2/+5
* | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-01-061-4/+4
|\|
| * Fix some qdoc warningsFriedemann Kleint2020-01-021-4/+4
* | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-12-274-37/+10
|\|
| * Unbreak developer build with clang-clFriedemann Kleint2019-12-201-6/+7
| * Don't have a "see also qrand" from qrandAlbert Astals Cid2019-12-191-1/+1
| * Doc: Add since versionPaul Wicking2019-12-191-0/+2
| * Doc: remove documented macros which were removed in Qt5Christian Ehrlicher2019-12-171-30/+0
* | Windows QPA: Allow the native Windows virtual keyboard to be disabledAndre de la Rocha2019-12-172-0/+7
* | Merge remote-tracking branch 'origin/5.14' into 5.15Liang Qi2019-12-163-6/+42
|\|
| * Merge remote-tracking branch 'origin/5.14.0' into 5.14Qt Forward Merge Bot2019-12-131-3/+33
| |\
| | * Fix prefix determination for windeployqt'ed MinGW applicationsJoerg Bornemann2019-11-281-3/+11
| | * Fix prefix determination for windeployqt'ed applicationsJoerg Bornemann2019-11-221-3/+25
| * | qSwap: suppress pedantic warning about noexcept being falseThiago Macieira2019-12-121-0/+6
| * | Doc: Fix qdoc compilation errors qtbaseNico Vertriest2019-12-121-3/+3
* | | Split cborstream feature in twoUlf Hermann2019-12-121-1/+2
* | | Deprecate qrand/qsrandAlbert Astals Cid2019-12-111-2/+4
* | | Merge remote-tracking branch 'origin/5.14' into 5.15Liang Qi2019-12-108-54/+51
|\| |
| * | Don't wrap feature detection macros with QT_HAS_FOO() variantsTor Arne Vestbø2019-12-108-54/+51
* | | Tidy nullptr usageAllan Sandfeld Jensen2019-12-062-7/+7
* | | Merge remote-tracking branch 'origin/5.14' into 5.15Ulf Hermann2019-12-032-4/+13
|\| |
| * | Silence intel compiler warning about float comparisonOlivier Goffart2019-11-281-0/+1
| * | Make Qt::RFC2822Date's doc match up with its implementationEdward Welbourne2019-11-271-4/+12
| |/
* | INTEGRITY: remove constexpr supportGiuseppe D'Angelo2019-11-291-1/+0
* | Deprecate qMove(), Q_DECL_OVERRIDE and Q_DECL_FINALChristian Ehrlicher2019-11-261-8/+8
* | Deprecate constructing QFlags from a pointerAllan Sandfeld Jensen2019-11-202-2/+17
* | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-11-191-2/+2
|\|
| * Change the QtCore library output to show the plugin pathThiago Macieira2019-11-181-2/+2
* | Add support for a signaling NaN in qfloat16Edward Welbourne2019-11-061-1/+9
* | Add qfloat16::copySign() since we can't overload std::copysign()Edward Welbourne2019-11-062-0/+11
* | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-10-252-8/+8
|\|
| * Merge remote-tracking branch 'origin/5.13' into 5.14Qt Forward Merge Bot2019-10-242-8/+8
| |\
| | * QEndian: do not use "raw" constexprGiuseppe D'Angelo2019-10-141-6/+6
| | * Use arrays rather than assigning literals to char* (warning-fix)Edward Welbourne2019-10-141-2/+2
* | | Reimplement JSON support on top of CborUlf Hermann2019-10-211-0/+1
* | | QAbstractItemModel: implement QRegularExpression support for matchSamuel Gaist2019-10-162-13/+24
* | | Provide a feature for CBOR stream I/OUlf Hermann2019-10-161-0/+1
* | | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-10-161-16/+13
|\| |
| * | Win32: Consolidate registry codeFriedemann Kleint2019-10-141-16/+13
* | | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-10-131-0/+17
|\| |
| * | Fix relocatable prefix for hardware-specific Linux buildsJoerg Bornemann2019-10-101-0/+17
* | | Explain an usage of volatileGiuseppe D'Angelo2019-10-091-0/+5
|/ /
* | QSysInfo::prettyProductName(): Fix up dc042c6deea7e90b4a9dfcffdc33cbe61df421bdFriedemann Kleint2019-10-041-6/+5
* | Fix unused function warning for prefixFromQtCoreLibraryHelperTor Arne Vestbø2019-10-041-0/+3
* | Merge "Merge remote-tracking branch 'origin/5.13' into 5.14"Qt Forward Merge Bot2019-10-041-1/+5
|\ \
| * | Merge remote-tracking branch 'origin/5.13' into 5.14Qt Forward Merge Bot2019-10-041-1/+5
| |\|
| | * Fix crash when running QtCore: Stack is misaligned on x86-64Thiago Macieira2019-10-031-1/+5
* | | Correct handling of -qfloat16(0)Edward Welbourne2019-10-032-3/+3
|/ /