summaryrefslogtreecommitdiffstats
path: root/src/corelib/global
Commit message (Expand)AuthorAgeFilesLines
* QRandomGenerator: mix the Linux AT_RANDOM random bytes in the fallbackThiago Macieira2017-06-121-3/+26
* QRandomGenerator: improve the fallback seeding in emergenciesThiago Macieira2017-06-121-1/+31
* QRandomGenerator: use arc4random as fallback on BSDs (including Darwin)Thiago Macieira2017-06-121-0/+7
* QRandomGenerator: add support for hardware-based random generatorsThiago Macieira2017-06-121-2/+46
* Use QtPrivate::FunctionPointer to get the type of srand's first argThiago Macieira2017-06-121-7/+2
* Move qrand() & qsrand() to qrandom.cppThiago Macieira2017-06-122-136/+140
* Long live QRandomGeneratorThiago Macieira2017-06-125-4/+968
* Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-06-074-12/+50
|\
| * Work around uname(2) on Apple mobile OSes not returning the proper archThiago Macieira2017-06-051-0/+20
| * define QT_NO_EXCEPTIONS reliably when using ClangR.J.V. Bertin2017-06-032-1/+11
| * qEnvironmentVariableIntValue: fix the case of a non-numeric valueThiago Macieira2017-06-011-7/+14
| * Add Integrity ARMv8 detectionTero Alamäki2017-05-291-4/+5
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-05-292-16/+4
|\|
| * Doc: Replace "Macintosh" with something suitable or omit itLeena Miettinen2017-05-231-4/+4
| * Merge remote-tracking branch 'origin/5.9.0' into 5.9Liang Qi2017-05-191-12/+0
| |\
| | * Eliminate ambiguous casts involving qfloat16Glen Mabey2017-05-071-12/+0
* | | improve docs for qfloat16Glen Mabey2017-05-171-1/+5
* | | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-05-077-11/+16
|\| |
| * | Fix description starting with a fullstopFrederik Schwarzer2017-05-051-1/+1
| * | QInternal::unregisterCallback: don't crash on unregistering during exitThiago Macieira2017-05-051-2/+4
| |/
| * alloca: detect whether alloca.h existsOswald Buddenhagen2017-05-031-0/+7
| * QSysInfo: Make use of the QT_WARNING_DISABLE_DEPRECATED macroThiago Macieira2017-04-271-5/+1
| * Fix Clang build: it does not have __attribute__((optimize(x)))Thiago Macieira2017-04-261-1/+1
| * Fix ICC build with Q_FALLTHROUGHThiago Macieira2017-04-261-1/+1
| * Make QT_ASCII_CAST_WARN more informativeTor Arne Vestbø2017-04-241-1/+1
* | Add an extra check for qssize_t's size and typeThiago Macieira2017-05-062-0/+8
* | Remove QAddConstMarc Mutz2017-05-031-5/+1
* | Introducing AA_CompressTabletEventsGabriel de Dietrich2017-05-012-1/+9
* | QFileDevice/QFileInfo: Add fileTime() and setFileTime()Nikita Krupenko2017-04-271-0/+3
* | Centralize the check that the floating point implementation follows IEEE754Giuseppe D'Angelo2017-04-212-18/+27
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-04-205-34/+44
|\|
| * Split Q_COMPILER_UNICODE_STRINGS: add Q_STDLIB_UNICODE_STRINGSMarc Mutz2017-04-201-1/+6
| * Move Q_REQUIRED_RESULT to its correct positionThiago Macieira2017-04-202-20/+14
| * Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-04-181-8/+12
| |\
| | * Restore compatibility with Qt 5.7.0 and 5.6.1Thiago Macieira2017-04-121-8/+12
| * | icc: thread_local in macOS is working since 10.7Thiago Macieira2017-04-171-4/+1
| * | Update the Clang usual versions for Apple's buildThiago Macieira2017-04-161-1/+5
| * | qfloat16: Fix GCC warning about use of old-style castThiago Macieira2017-04-151-0/+1
| * | Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-04-121-0/+4
| |\|
| | * Add more information about how to get a QString from qgetenvJesus Fernandez2017-04-081-0/+4
| * | QSysInfo: Bring back suppression of ICC warning #1478Thiago Macieira2017-04-121-0/+1
* | | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-04-076-27/+35
|\| |
| * | Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-04-062-8/+12
| |\|
| | * Fix qReallocAligned for reallocation when alignment > 2*sizeof(void*)Thiago Macieira2017-04-041-3/+8
| | * Use fallthrough attributes only in C++ modeGiuseppe D'Angelo2017-04-031-5/+4
| * | Fix detection of F16C for the Intel compiler (again) and Visual StudioThiago Macieira2017-04-061-2/+2
| * | f16c: Use the packed intrinsics instead of scalar onesThiago Macieira2017-04-061-2/+6
| * | QSysInfo: update the ICC warning that needs to be suppressedThiago Macieira2017-04-061-14/+9
| * | Consider ENXIO (No such device or address) reason to check isatty()Tor Arne Vestbø2017-04-051-1/+1
| * | Fix warnings for -no-feature-settingsStephan Binner2017-04-041-0/+2