summaryrefslogtreecommitdiffstats
path: root/src/corelib/global
Commit message (Expand)AuthorAgeFilesLines
* Add more information about how to get a QString from qgetenvJesus Fernandez2017-04-081-0/+4
* Fix qReallocAligned for reallocation when alignment > 2*sizeof(void*)Thiago Macieira2017-04-041-3/+8
* Use fallthrough attributes only in C++ modeGiuseppe D'Angelo2017-04-031-5/+4
* Fix propagation of locale from widget to its childrenEdward Welbourne2017-03-241-2/+2
* Use QT_CONFIG(library) instead of QT_NO_LIBRARYUlf Hermann2017-03-061-1/+0
* Properly use the "process" featureUlf Hermann2017-02-271-0/+1
* add configure -list-featuresOswald Buddenhagen2017-02-221-956/+0
* Doc: fixed explanation in Qt::Tool documentationSamuel Gaist2017-02-151-1/+1
* announce 'temporaryfile' feature in bootstrap libraryOswald Buddenhagen2017-02-131-0/+1
* Avoid unnecessary creation of some Q_GLOBAL_STATICThiago Macieira2017-02-091-1/+4
* qnumeric_p.h: Simplify code to match currently-supported platformsThiago Macieira2017-01-311-9/+2
* Doc: Normalize \since usageTopi Reinio2017-01-311-3/+3
* Re-fix Clang-cl and ICC support on WindowsThiago Macieira2017-01-301-31/+3
* Remove use of deprecated QRegExp from QLibraryInfoSamuel Gaist2017-01-241-8/+18
* Fix MIPS32 processor detectionAllan Sandfeld Jensen2017-01-241-3/+3
* Doc: do not break the values list by blank lines in qnamespace.qdocDmitry Shachnev2017-01-231-4/+1
* Add Q_CC_CLANG to the documentation pageKavindra Palaraja2017-01-151-0/+7
* Fix typo in QT_REQUIRE_CONFIG error messagePaul Olav Tvete2017-01-131-1/+1
* Doc: fix the datatype returned by Qt::TextAlignmentRoleGiuseppe D'Angelo2017-01-121-1/+1
* QNX: Fix comments on qcompilerdetection.hRafael Roquetto2017-01-101-4/+13
* Adjust QNX choicesJames McDonnell2017-01-101-1/+1
* revert to building qmake with qconfig.cppOswald Buddenhagen2017-01-062-85/+16
* Fix compilation without sharedmemoryUlf Hermann2017-01-051-0/+2
* ... and so configureapp.exe disappearethOswald Buddenhagen2016-12-231-5/+2
* fix sysrootification of install pathsOswald Buddenhagen2016-12-222-16/+15
* Merge remote-tracking branch 'origin/5.8.0' into 5.8Liang Qi2016-12-164-10/+16
|\
| * Work around old Clang bug parsing of NSDMI referring to membersThiago Macieira2016-12-161-3/+3
| * Re-fix the build with ICC and cmath & math.hThiago Macieira2016-12-101-5/+7
| * Merge remote-tracking branch 'origin/5.7' into 5.8.0Liang Qi2016-12-081-0/+4
| |\
| | * Make sure all pattern args get cleared when parsing a new patternThiago Macieira2016-11-261-0/+4
| * | Fix the warning number for ICC deprecated warningsThiago Macieira2016-12-041-2/+2
* | | move generation of qconfig.cpp (and qt.conf) to qmake-based configureOswald Buddenhagen2016-12-132-12/+106
* | | Properly use QT_CONFIG macro to check for ICULars Knoll2016-11-291-0/+1
* | | Clean up config handling of logging backendsLars Knoll2016-11-293-21/+17
|/ /
* | Add a macros for disabling deprecated declaration warningsThiago Macieira2016-11-271-0/+6
* | Merge "Merge remote-tracking branch 'origin/5.7' into 5.8" into refs/staging/5.8Liang Qi2016-11-243-2/+7
|\ \
| * | Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-11-243-2/+7
| |\|
| | * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-11-233-2/+7
| | |\
| | | * Enable constexpr support for Visual Studio 2017Oliver Wolff2016-11-221-0/+3
| | | * Add support for Visual Studio 2017Oliver Wolff2016-11-221-1/+3
| | | * Doc: Add missing reference to qInfo()Kai Koehne2016-11-181-1/+1
* | | | Don't set platform specific QT_NO_FOO defines in qglobal.hLars Knoll2016-11-241-26/+0
|/ / /
* | | Clean up iconv configurationLars Knoll2016-11-231-0/+1
* | | Fix some qdoc-warningsFriedemann Kleint2016-11-231-0/+6
* | | re-arrange QLibraryInfo::rawLocation() for comprehensibilityOswald Buddenhagen2016-11-151-32/+39
* | | qmake: don't look for qrc-based qt.confOswald Buddenhagen2016-11-151-4/+4
* | | Rename QtPrivate::is_[un]signed to QtPrivate::Is[Un]signedEnumKai Koehne2016-11-092-21/+22
* | | Remove compiler-specific implementations of Q_IS_ENUMKai Koehne2016-11-092-19/+4
* | | Replace custom type traits with std one'sKai Koehne2016-11-086-456/+13
* | | MinGW: Explicitly define NTDDI_VERSIONKai Koehne2016-11-081-0/+3