summaryrefslogtreecommitdiffstats
path: root/src/corelib/global/qglobal.cpp
Commit message (Expand)AuthorAgeFilesLines
* QtCore: port all QMutexLocker users to qt_{scoped,unique}_lockMarc Mutz2019-08-251-9/+10
* Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-08-161-8/+12
|\
| * Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-08-151-8/+12
| |\
| | * QSysInfo: Use the Apple IOKit API to get the machine's UUIDThiago Macieira2019-08-141-8/+12
* | | QSysInfo: fix warning on non-Linux about unconditional adjacent returnsMarc Mutz2019-06-211-1/+1
* | | Merge remote-tracking branch 'origin/5.13' into devLiang Qi2019-06-141-0/+7
|\| |
| * | Merge remote-tracking branch 'origin/5.13.0' into 5.13Liang Qi2019-06-111-0/+7
| |\ \
| | * | Doc: Add Q_OS_WASM documentationPaul Wicking2019-06-071-0/+7
* | | | Move away from using 0 as a pointer constantAllan Sandfeld Jensen2019-06-071-1/+1
* | | | Add some examples to qExchange() docsMarc Mutz2019-05-161-0/+39
* | | | Short live qExchange()!Marc Mutz2019-05-141-0/+11
* | | | Merge remote-tracking branch 'origin/5.13' into devLiang Qi2019-05-131-0/+7
|\| | |
| * | | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-05-091-0/+7
| |\ \ \ | | |/ / | |/| / | | |/
| | * Define Q_OS_WINDOWS, make it an alias to Q_OS_WINSergio Martins2019-05-081-0/+7
* | | Add RISC-V detectionAndreas Schwab2019-04-291-0/+36
* | | 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
|\