summaryrefslogtreecommitdiffstats
path: root/src/corelib/global
Commit message (Expand)AuthorAgeFilesLines
* QByteArray: toInt() and toDouble() ignore surrounding whitespacesAndre Hartmann2018-07-071-1/+21
* Tracepoints: add missing includeGiuseppe D'Angelo2018-07-041-0/+2
* Doc: Fix list of which types are allowed in the endian functionsThiago Macieira2018-07-041-8/+14
* Add qbswap for a memory regionThiago Macieira2018-07-043-9/+314
* Rename qendian.qdoc to qendian.cppThiago Macieira2018-07-041-0/+0
* Merge remote-tracking branch 'origin/5.11' into devLiang Qi2018-07-027-95/+34
|\
| * Replace LGPL licenses in .qdoc files with FDLKai Koehne2018-06-281-21/+9
| * QtCore/QtNetwork/QTestlib: Fix build with MinGW/g++ 8.1 x64Friedemann Kleint2018-06-251-1/+1
| * Doc: Add missing full stops in briefsPaul Wicking2018-06-211-1/+1
| * Merge remote-tracking branch 'origin/5.11.1' into 5.11Qt Forward Merge Bot2018-06-191-71/+8
| |\
| | * Update platform defines for Apple OSesTor Arne Vestbø2018-06-091-71/+8
| * | Add macOS Mojave (10.14) to QOperatingSystemVersionTor Arne Vestbø2018-06-182-0/+9
| * | Doc: Point to the SG-10 SD-6 as a requirement for C++14 featureThiago Macieira2018-06-161-0/+5
| * | Remove extraneous text after #ifThiago Macieira2018-06-111-1/+1
| |/
* | Compiler detection: add support for C++17's [[deprecated]] on enumeratorsGiuseppe D'Angelo2018-06-211-0/+11
* | 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
* | doc: Document Qt namespace in multiple modulesMartin Smith2018-06-012-44/+0
* | Fix typo in commentKai Koehne2018-05-251-1/+1
* | Merge remote-tracking branch 'origin/5.11' into devLiang Qi2018-05-241-1/+8
|\|
| * Doc: Document the WA_ContentsMarginsRespectsSafeArea widget attributeVenugopal Shivashankar2018-05-231-1/+8
* | Add attribute to indicate a widget was the target of a style sheetAaron Kennedy2018-05-232-1/+8
* | Add QT_TR*_N_NOOP() macrosMateusz Starzycki2018-05-152-1/+71
* | Merge remote-tracking branch 'origin/5.11' into devLiang Qi2018-05-141-2/+2
|\|
| * 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
* | | qFatal: Prevent deadlocks on WindowsThiago Macieira2018-05-021-1/+28
* | | Merge remote-tracking branch 'origin/5.11' into devLiang Qi2018-04-262-30/+30
|\| |
| * | improve documentation, mostly of the QT_TR*_NOOP macrosOswald Buddenhagen2018-04-252-30/+30
* | | Support std::unique_ptr and others in Q_DECLARE_PRIVATEJüri Valdmann2018-04-251-2/+2
* | | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-04-242-7/+8
|\| |
| * | doc: Make both qEnvironmentVariable() functions visible in the docsMartin Smith2018-04-231-7/+5
| * | Doc: Mark local functions in qlogging.cpp as internalKai Koehne2018-04-231-0/+3
| |/
* | Detect C standard and try using the most recent one (take 2)Allan Sandfeld Jensen2018-04-211-1/+1
* | Declare the operator| in the Qt namespace for QFlags in that namespacesOlivier Goffart2018-04-081-23/+20
|/
* Doc: Add missing punctuation in qCritical, qFatal documentationKai Koehne2018-04-051-2/+2
* Revert "Detect C standard and try using the most recent"Friedemann Kleint2018-03-261-1/+1
* Make sure we can build with -no-feature-itemmodelUlf Hermann2018-03-211-0/+1
* Detect C standard and try using the most recentAllan Sandfeld Jensen2018-03-211-1/+1
* Modernize the "regularexpression" featureUlf Hermann2018-03-201-2/+2
* q{,Utf8}Printable: avoid creating a copy of a QStringThiago Macieira2018-03-181-2/+3
* qglobal.h: compile Q_UINT64_C in C modeThiago Macieira2018-03-171-0/+5
* Remove needless #include <sys/random.h> from qrandom.cppEdward Welbourne2018-03-131-3/+1
* logging: Clarify and document how we look for the presence of a consoleTor Arne Vestbø2018-03-072-52/+163
* moc: Only use the init_priority attribute when targeting windowsMartin Storsjö2018-02-221-1/+1
* fix missing __builtin_mul_overflow for Windows ICCAlexander Shevchenko2018-02-151-1/+1
* Merge remote-tracking branch 'origin/5.10' into 5.11Liang Qi2018-02-151-1/+1
|\
| * Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2018-01-244-11/+11
| |\
* | | Fix compiling qfloat16_f16c.c with C89 compilerAllan Sandfeld Jensen2018-02-141-2/+4