summaryrefslogtreecommitdiffstats
path: root/src/corelib/global/qglobal.cpp
Commit message (Expand)AuthorAgeFilesLines
...
| * Support for Q_OS_ANDROID_EMBEDDED and android-embedded build flagsOtto Ryynänen2018-01-201-6/+6
* | doc: Add 2 missing return types to \fn commandsMartin Smith2018-02-031-2/+2
* | doc: Remove unnecessary qdoc declaration hackMartin Smith2018-01-091-0/+5
* | QtCore: Raise minimum supported MSVC version to 2015Friedemann Kleint2018-01-081-6/+6
* | Merge remote-tracking branch 'origin/5.10' into devLars Knoll2018-01-021-4/+7
|\ \
| * | Merge remote-tracking branch 'origin/5.9' into 5.10Lars Knoll2017-12-301-0/+3
| |\|
| | * Add a "shim" to allow use of Clang 5's __builtin_available everywhereJake Petroules2017-12-081-0/+3
| * | Improve readability of code that uses the Qt signed size typev5.10.0-rc2Simon Hausmann2017-11-281-4/+4
* | | doc: Add template text to \fn commands in qglobal.cppMartin Smith2017-12-081-60/+59
* | | Remove two obsolete qdoc commentsMartin Smith2017-12-031-37/+0
* | | QSysInfo: Remove the caches in {boot,machine}UniqueId()Thiago Macieira2017-11-141-62/+54
* | | QSysInfo: add a function that returns the boot IDThiago Macieira2017-11-051-2/+42
* | | QSysInfo: add a function that returns a somewhat permanent unique IDThiago Macieira2017-11-051-2/+88
* | | Remove references to obsolete platformsJake Petroules2017-11-051-63/+0
|/ /
* | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-10-231-0/+4
|\|
| * Doc: State that qDebug and friends are thread-safeKai Koehne2017-10-171-0/+4
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-08-311-1/+3
|\|
| * QOperatingSystemVersion: add Android Oreo (v8.0, API level 26)Jake Petroules2017-08-221-1/+3
| * Android: Fix compile with unified headersBogDan Vatra2017-08-171-37/+37
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-08-151-0/+13
|\|
| * Enable custom shared memory schemes on INTEGRITYTero Alamäki2017-08-101-0/+13
* | Long live qEnvironmentVariable()Thiago Macieira2017-08-041-17/+101
* | Merge remote-tracking branch 'origin/5.9' into devSimon Hausmann2017-07-191-92/+0
|\|
| * Merge qt_error_string and QSystemErrorThiago Macieira2017-07-181-92/+0
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-07-061-7/+20
|\|
| * Make qt_check_pointer more OOM-safeThiago Macieira2017-07-031-5/+12
| * Use QMessageLogger context properly in qglobal.cpp redirectsThiago Macieira2017-07-031-3/+9
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-06-191-20/+5
|\|
| * Update for the newest Darwin-family operating systemsJake Petroules2017-06-071-0/+2
| * Re-fix the detection of CPU architecture on an Apple OSThiago Macieira2017-06-071-20/+3
* | Move qrand() & qsrand() to qrandom.cppThiago Macieira2017-06-121-135/+0
* | Long live QRandomGeneratorThiago Macieira2017-06-121-4/+6
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-06-071-7/+34
|\|
| * Work around uname(2) on Apple mobile OSes not returning the proper archThiago Macieira2017-06-051-0/+20
| * qEnvironmentVariableIntValue: fix the case of a non-numeric valueThiago Macieira2017-06-011-7/+14
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-05-071-2/+4
|\|
| * QInternal::unregisterCallback: don't crash on unregistering during exitThiago Macieira2017-05-051-2/+4
* | Add an extra check for qssize_t's size and typeThiago Macieira2017-05-061-0/+5
* | Centralize the check that the floating point implementation follows IEEE754Giuseppe D'Angelo2017-04-211-0/+27
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-04-201-8/+16
|\|
| * 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
| * | 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
* | | Mark some more functions with Q_DECL_CONST_FUNCTIONGiuseppe D'Angelo2017-04-051-1/+1
* | | QtGlobal: add qssize_tMarc Mutz2017-03-291-0/+15
* | | Implement a counted QT_FATAL_WARNINGSThiago Macieira2017-03-211-2/+5
|/ /
* | Doc: Add links to the signal-slot syntaxes pageSze Howe Koh2017-03-131-3/+6
* | Document QT_DEPRECATED_WARNINGSKai Koehne2017-03-081-0/+13
* | Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-02-141-1/+4
|\|