summaryrefslogtreecommitdiffstats
path: root/src/corelib/global
Commit message (Expand)AuthorAgeFilesLines
...
* | QFileSystemEngine::renameFile: use calls that don't overwriteThiago Macieira2017-08-042-0/+6
* | Long live qEnvironmentVariable()Thiago Macieira2017-08-042-17/+108
* | Merge remote-tracking branch 'origin/5.9' into devOswald Buddenhagen2017-08-021-1/+2
|\|
| * Blacklist use of [[nodiscard]] with ClangThiago Macieira2017-07-261-1/+2
* | Docs: Fix day/year format in QDateTimeDavid Fries2017-07-281-2/+3
* | Fix use of getentropy on larger blocksThiago Macieira2017-07-271-2/+16
* | Add API to disable text shaping on fontsEskil Abrahamsen Blomfeldt2017-07-261-2/+5
* | Merge remote-tracking branch 'origin/5.9' into devSimon Hausmann2017-07-192-92/+18
|\|
| * Merge qt_error_string and QSystemErrorThiago Macieira2017-07-181-92/+0
| * Update OS version constants in qsystemdetection.hJake Petroules2017-07-161-0/+18
* | Merge remote-tracking branch 'origin/5.9' into devGabriel de Dietrich2017-07-133-10/+10
|\|
| * Fix modernize-use-bool-literals issuesKevin Funk2017-07-082-9/+9
| * Use the namespace-mangled symbol for the qt_version_tag group nameThiago Macieira2017-07-071-1/+1
* | Move endian-specific integer types to public qtendian headerAllan Sandfeld Jensen2017-07-093-81/+490
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-07-062-8/+21
|\|
| * Make qt_check_pointer more OOM-safeThiago Macieira2017-07-032-6/+13
| * Use QMessageLogger context properly in qglobal.cpp redirectsThiago Macieira2017-07-031-3/+9
* | Rename the "sys_auxv" feature to "getauxval"Thiago Macieira2017-07-062-3/+3
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-07-042-4/+11
|\|
| * QOperatingSystemVersion: (potentially) fix compilation with QNX 6Marc Mutz2017-06-282-0/+4
| * QOperatingSystemVersion: mark as Q_RELOCATABLE_TYPEMarc Mutz2017-06-281-0/+1
| * QOperatingSystemVersion/Android: compress global dataMarc Mutz2017-06-281-3/+6
| * QOperatingSystemVersion: remove unneded copy ctor declarationMarc Mutz2017-06-281-1/+0
* | QRandomGenerator: use getentropy on Linux & OpenBSDThiago Macieira2017-06-303-11/+49
* | Linux: add a note to the ELF binary what minimum Linux is neededThiago Macieira2017-06-302-0/+108
* | qglobal.h: fix build in assembler modeThiago Macieira2017-06-301-2/+5
* | Move qle_bitfield to qendian_p.hAllan Sandfeld Jensen2017-06-271-1/+83
* | QRandomGenerator: Rework the fallback seedingThiago Macieira2017-06-251-38/+58
* | Move endian integers to qendian_p.hAllan Sandfeld Jensen2017-06-212-0/+142
* | Mark bswap and related methods constexprAllan Sandfeld Jensen2017-06-201-81/+33
* | Doc: add a note about QRandomGenerator returning the sign bit setThiago Macieira2017-06-201-0/+18
* | QRandomGenerator: don't internally rely on QT_HAS_INCLUDEThiago Macieira2017-06-202-3/+5
* | Fix some qdoc warnings for 5.10Friedemann Kleint2017-06-201-27/+27
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-06-197-55/+51
|\|
| * rename qglobalstatic.cpp -> qglobalstatic.qdocOswald Buddenhagen2017-06-172-3/+0
| * QLogging: Fix unused static function warningOrgad Shaneh2017-06-131-1/+1
| * Update for the newest Darwin-family operating systemsJake Petroules2017-06-073-0/+11
| * Use the C++ [[nodiscard]] attributeThiago Macieira2017-06-071-31/+36
| * Re-fix the detection of CPU architecture on an Apple OSThiago Macieira2017-06-071-20/+3
* | 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