summaryrefslogtreecommitdiffstats
path: root/src/corelib/global
Commit message (Expand)AuthorAgeFilesLines
* Make Q_ASSERT_X also check its argument for validityThiago Macieira2015-03-122-2/+1
* Clean up QLibraryInfoPrivate::findConfiguration()Ulf Hermann2015-03-111-22/+22
* Detect qt.conf in bundle on OSX without QCoreApplicationUlf Hermann2015-03-101-2/+4
* Reload QLibraryInfo's settings when QCoreApplication becomes availableUlf Hermann2015-03-101-2/+21
* iOS: Define QT_NO_PROCESS, as the platform doesn't allow fork/execTor Arne Vestbø2015-03-061-0/+4
* Fix -Wunreachable-code warning from clang in preprocessed Q_ASSERTThiago Macieira2015-03-061-1/+1
* Make some QAbstractItemModel API invokableStephen Kelly2015-03-041-0/+1
* QEvent types: use Q_ENUM qDebug support instead of custom formattersShawn Rutledge2015-03-031-0/+1
* Merge remote-tracking branch 'origin/5.4' into 5.5Oswald Buddenhagen2015-03-021-1/+3
|\
| * fix default of SettingsPath when qt.conf is presentOswald Buddenhagen2015-02-251-1/+3
* | QSysInfo: expand Linux distribution detection to /etc/lsb-releaseThiago Macieira2015-02-251-31/+58
* | Doc: Fix typosSergio Ahumada2015-02-251-1/+1
* | Merge remote-tracking branch 'origin/5.4' into 5.5Frederik Gladhorn2015-02-244-14/+28
|\|
| * Doc: corrected link/autolink issues in corelibNico Vertriest2015-02-241-4/+3
| * work around MSVC level 4 warningJoerg Bornemann2015-02-171-0/+1
| * qFormatLogMessage: optimize %{backtrace}Olivier Goffart2015-02-141-3/+3
| * Merge remote-tracking branch 'origin/5.4.1' into 5.4Frederik Gladhorn2015-02-102-3/+10
| |\
| | * Fix compilation with Apple Clang 425Thiago Macieira2015-02-091-2/+10
| | * Fix memory leak in qSetMessagePatternKai Koehne2015-02-021-2/+6
| | * Correct the version of ICC that has the constexpr bug fixedThiago Macieira2015-01-291-1/+4
| * | logging: Check if uClibc has backtrace supportFatih Aşıcı2015-02-091-4/+11
* | | Merge dev into 5.5Oswald Buddenhagen2015-02-232-3/+5
|\ \ \
| * | | Haiku: Use 'unknown' as QSysInfo::productType()Tobias Koenig2015-02-201-3/+0
| * | | Disable constexpr support for QNXSean Harmer2015-02-201-0/+5
* | | | Merge remote-tracking branch 'origin/dev' into 5.5Frederik Gladhorn2015-02-173-0/+12
|\| | |
| * | | Introduce QT_NO_MIMETYPESérgio Martins2015-02-173-0/+12
* | | | Use Clang 3.6's __builtin_assume in Q_ASSUMEThiago Macieira2015-02-171-1/+5
|/ / /
* | | QLogging: use return-by-value in qt_messageMarc Mutz2015-02-121-40/+16
* | | Avoid hardcoding build date in qtcore and toolsSune Vuorela2015-02-122-3/+7
* | | Haiku: Use setenv and unsetenv POSIX functionsTobias Koenig2015-02-121-3/+3
* | | Expose TabFocusBehavior in QStyleHintsLiang Qi2015-02-122-0/+21
* | | QNX: fix compiler detection.Rafael Roquetto2015-02-121-6/+8
* | | QLogging: prevent qt_message from being inlined into each of 14 callersMarc Mutz2015-02-121-0/+1
* | | QLogging: avoid a needless checkMarc Mutz2015-02-121-9/+3
* | | QLogging: migrate to QString::(v)asprintfMarc Mutz2015-02-121-5/+5
* | | Update copyright headersJani Heikkinen2015-02-1135-240/+240
* | | Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2015-02-101-2/+2
|\| |
| * | Merge remote-tracking branch 'origin/5.4.1' into 5.4Frederik Gladhorn2015-01-291-2/+2
| |\|
| | * Merge 5.4 into 5.4.1Oswald Buddenhagen2015-01-161-4/+3
| | |\
| | * | Bump copyright year to 2015Kai Koehne2015-01-151-2/+2
* | | | introduce /dev variants of qmake propertiesOswald Buddenhagen2015-02-052-6/+21
* | | | write relative paths to qconfig.cpp as far as possibleOswald Buddenhagen2015-02-052-11/+18
* | | | Use Q_ENUM and Q_FLAG in the Qt namespaceOlivier Goffart2015-02-041-48/+95
* | | | fix relative path resolution inconsistency in qmake propertiesOswald Buddenhagen2015-02-021-1/+3
* | | | less preprocessor magic relating to qmake buildOswald Buddenhagen2015-02-021-5/+5
* | | | complete reversal of adding QLibraryInfo to the bootstrap libraryOswald Buddenhagen2015-02-022-30/+22
* | | | Centralize use of __attribute__((noinline))Marc Mutz2015-01-291-0/+8
* | | | qlogging: Fix build on FreeBSD after 63cd16d.Raphael Kubo da Costa2015-01-281-2/+2
* | | | corelib: Fix a faulty 5.4->dev merge.Raphael Kubo da Costa2015-01-281-0/+1
* | | | Itemviews: add ItemIsUserTristate flagDavid Faure2015-01-252-2/+8