summaryrefslogtreecommitdiffstats
path: root/src/corelib/global
Commit message (Expand)AuthorAgeFilesLines
* 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
| * Merge remote-tracking branch 'origin/5.13' into devLiang Qi2019-03-311-1/+5
| |\
| | * Merge remote-tracking branch 'origin/5.12' into 5.13Friedemann Kleint2019-03-261-1/+5
| | |\
| | | * Accept that glibc's statx() falls back for usThiago Macieira2019-03-221-1/+5
| * | | Doc-fixes in QRandomGenerator::bounded(int...)Edward Welbourne2019-03-291-3/+2
| * | | Simplify finite/NaN testing for qfloat16Edward Welbourne2019-03-264-107/+20
* | | | Remove remaining Q_DECL_NOEXCEPT/Q_DECL_NOTHROW usageAllan Sandfeld Jensen2019-04-044-6/+6
|/ / /
* | | Add qFpClassify() to mirror std::fpclassify()Edward Welbourne2019-03-193-3/+45
* | | More nullptr usage in headersKevin Funk2019-03-141-2/+2
* | | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-03-011-5/+7
|\| |
| * | Properly deprecate assorted enum membersEdward Welbourne2019-02-271-5/+7
* | | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-02-272-2/+2
|\| |
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-02-261-1/+1
| |\|
| | * Make the qfloat16tables.cpp depend on the executable, not the commandThiago Macieira2019-02-251-1/+1
| * | Fix can not -> cannotRobert Loehning2019-02-251-1/+1
* | | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-02-202-1/+6
|\| |
| * | wasm: fix build with emsdk 1.38.26Lorn Potter2019-02-131-1/+0
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Liang Qi2019-02-081-0/+6
| |\|
| | * Add doc note about Qt::MSWindowsFixedSizeDialogHint and High DPIFriedemann Kleint2019-01-271-0/+6
* | | Remove eval modeKai Koehne2019-02-121-5/+0
* | | Shave ~5% off from signal emission timeLars Knoll2019-02-081-0/+2
* | | Get rid of the connectedSignals bitflagsLars Knoll2019-02-081-1/+1
|/ /
* | Enable deprecation warnings by defaultGiuseppe D'Angelo2019-02-022-8/+20
* | Merge remote-tracking branch 'origin/5.12' into devLiang Qi2019-01-262-1/+3
|\|
| * Merge remote-tracking branch 'origin/5.12.1' into 5.12Qt Forward Merge Bot2019-01-232-1/+3
| |\
| | * Merge remote-tracking branch 'origin/5.12' into 5.12.1Liang Qi2019-01-084-7/+17
| | |\
| | * | Fix build in INTEGRITY: __mulh is not definedThiago Macieira2018-12-141-1/+1
| | * | Add "Mojave" to QSysInfo::prettyProductName()Thiago Macieira2018-12-141-0/+2
* | | | Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2019-01-212-10/+16
|\| | |
| * | | Fix alignment-warnings about Q_DECLARE_PRIVATE's castsEdward Welbourne2019-01-151-4/+10
| * | | Increase sysctl argument buffer size to include null characterRoland Rossgotterer2019-01-091-5/+5
| * | | Always access the 64-bit registry key to read MachineGuidRoland Rossgotterer2019-01-091-1/+1
| | |/ | |/|
* | | Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2019-01-071-2/+2
|\| |
| * | Fix qbswap calls for Big Endian targetsVille Voutilainen2019-01-051-2/+2
* | | Merge remote-tracking branch 'origin/5.12' into devLiang Qi2019-01-043-5/+15
|\| |
| * | QtCore: Unify license headersKai Koehne2018-12-221-1/+1
| * | MSVC x86: implement add_overflow for quint64Thiago Macieira2018-12-211-3/+11
| * | Fix qfloat16 methods definition without declaration when using Q_QDOCAntonio Larrosa2018-12-211-0/+2
| * | Remove "x" that was clearly a typoThiago Macieira2018-12-151-1/+1
| |/
* | RCC: Add support for Zstandard compressionThiago Macieira2018-12-111-0/+4
* | QResource: add support for resources compressed with ZstandardThiago Macieira2018-12-111-0/+1
* | Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2018-12-111-2/+2
|\|
| * Do not use arc4random_buf() on GNU/kFreeBSDDmitry Shachnev2018-12-091-2/+2
* | QTypeInfo: use C++11 type traits to deduce if a type is static or complexLars Knoll2018-12-102-4/+31
* | Merge remote-tracking branch 'origin/5.12' into devLiang Qi2018-12-042-54/+32
|\|
| * Fix compilation of qendian's qswap specializations on gcc 4.8Ville Voutilainen2018-11-291-6/+6