summaryrefslogtreecommitdiffstats
path: root/src/corelib/global/qglobal.cpp
Commit message (Expand)AuthorAgeFilesLines
* Replace Q_DECL_NOEXCEPT with noexcept in corelibAllan Sandfeld Jensen2019-04-031-9/+9
* Enable deprecation warnings by defaultGiuseppe D'Angelo2019-02-021-7/+19
* Merge remote-tracking branch 'origin/5.12' into devLiang Qi2019-01-261-0/+2
|\
| * Merge remote-tracking branch 'origin/5.12.1' into 5.12Qt Forward Merge Bot2019-01-231-0/+2
| |\
| | * Add "Mojave" to QSysInfo::prettyProductName()Thiago Macieira2018-12-141-0/+2
* | | Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2019-01-211-6/+6
|\| |
| * | 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
| |/
* | QTypeInfo: use C++11 type traits to deduce if a type is static or complexLars Knoll2018-12-101-0/+7
* | Long live Q_DISABLE_COPY_MOVE!Friedemann Kleint2018-11-241-0/+25
* | Merge remote-tracking branch 'origin/5.12' into devLiang Qi2018-11-221-1/+1
|\|
| * Doc: Fix various documentation warningsTopi Reinio2018-11-061-1/+1
* | Merge remote-tracking branch 'origin/5.12' into devLiang Qi2018-10-251-49/+12
|\|
| * Doc: Move literal code block to a separate fileCristian Maureira-Fredes2018-10-151-49/+12
* | Avoid races on TZ in environment via tzset() callsEdward Welbourne2018-10-221-0/+28
* | QSysInfo(linux): Use UTF-8 format read fileJiDe Zhang2018-08-271-2/+11
|/
* Modernize the "thread" featureUlf Hermann2018-08-171-4/+0
* Merge remote-tracking branch 'origin/5.11' into devLiang Qi2018-08-161-4/+13
|\
| * QSysInfo: fall back to /usr/lib/os-release if the /etc one is missingThiago Macieira2018-08-081-4/+13
* | qdoc: Fix several minor errors to reduce qdoc warningsMartin Smith2018-08-141-2/+2
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-08-071-1/+1
|\|
| * Doc: Increase precision in description of convenience typedefsPaul Wicking2018-08-031-1/+1
* | QByteArray: toInt() and toDouble() ignore surrounding whitespacesAndre Hartmann2018-07-071-1/+21
* | Merge remote-tracking branch 'origin/5.11' into devLiang Qi2018-07-021-0/+5
|\|
| * Doc: Point to the SG-10 SD-6 as a requirement for C++14 featureThiago Macieira2018-06-161-0/+5
* | Merge remote-tracking branch 'origin/5.11' into devLiang Qi2018-06-071-2/+10
|\|
| * Fix build for Android with android-clang in r17Liang Qi2018-06-061-2/+2
| * Document qRound's rounding semanticsAllan Sandfeld Jensen2018-05-301-0/+8
* | Add QT_TR*_N_NOOP() macrosMateusz Starzycki2018-05-151-1/+67
|/
* Merge remote-tracking branch 'origin/5.11.0' into 5.11Qt Forward Merge Bot2018-05-091-2/+2
|\
| * QSysInfo: Correct the \since for {machine,boot}UniqueId()Thiago Macieira2018-04-251-2/+2
* | improve documentation, mostly of the QT_TR*_NOOP macrosOswald Buddenhagen2018-04-251-29/+29
* | doc: Make both qEnvironmentVariable() functions visible in the docsMartin Smith2018-04-231-7/+5
|/
* Doc: Add missing punctuation in qCritical, qFatal documentationKai Koehne2018-04-051-2/+2
* Merge remote-tracking branch 'origin/5.9' into 5.11Liang Qi2018-02-141-3/+3
|\
| * 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
|\|