summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/global
Commit message (Expand)AuthorAgeFilesLines
* Update copyright headersJani Heikkinen2015-02-1111-73/+73
* Haiku: Make remaining auto tests compile on HaikuTobias Koenig2015-01-141-1/+1
* Add QtInfoMsgKai Koehne2015-01-092-7/+13
* Add support for printing the real thread ID with QT_MESSAGE_PATTERNThiago Macieira2015-01-081-2/+2
* Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2014-12-291-0/+18
|\
| * tst_qlogging: add tests for %{pid} and %{threadid}Thiago Macieira2014-12-191-0/+9
| * Fix running tst_qmessagehandler when QT_MESSAGE_PATTERN is setThiago Macieira2014-12-181-0/+9
* | Merge remote-tracking branch 'origin/5.4' into devSimon Hausmann2014-12-101-1/+1
|\|
| * Fix the %{time} printing to *not* default to the process's timeThiago Macieira2014-11-211-1/+1
* | Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2014-11-241-6/+6
|\|
| * Remove trailing '\n' in qFormatLogMessage outputKai Koehne2014-10-271-6/+6
* | Use Q_DECL_RELAXED_CONSTEXPR in QFlagsOlivier Goffart2014-10-312-0/+15
* | Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2014-10-201-0/+16
|\|
| * logging: Fix qCleanupFuncinfo to not mangle Objective-C message namesTor Arne Vestbø2014-10-201-0/+16
* | Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2014-10-092-0/+2
|\|
| * Logging: Disable tracking of debug source info for release buildsKai Koehne2014-10-012-0/+2
* | Merge remote-tracking branch 'origin/5.4' into devOswald Buddenhagen2014-09-2910-195/+133
|\|
| * Update license headers and add new license filesMatti Paaso2014-09-2410-195/+115
| * Add unit tests for cleaning up nested functionsThiago Macieira2014-09-231-0/+18
* | Add qEnvironmentVariableIntValue()Marc Mutz2014-09-121-0/+68
|/
* Fix endianness part of QSysInfo::buildAbi() stringAlex Trotsenko2014-09-041-0/+13
* Ensure that qCleanupFuncinfo works with some C++11 new constructsThiago Macieira2014-08-092-0/+37
* Logging: use the known function when the first frame of the backtrace is unknownOlivier Goffart2014-08-051-1/+2
* Add qFormatLogMessage()Kai Koehne2014-07-301-1/+61
* Logging: support %{backtrace} in QT_MESSAGE_PATTERNOlivier Goffart2014-07-283-7/+64
* Logging: fix support for %{time format} in QT_MESSAGE_PATTERNOlivier Goffart2014-07-131-0/+13
* tst_qlogging: put the test for QT_MESSAGE_PATTERN in a data functionOlivier Goffart2014-07-131-94/+74
* Add support for initializer_list construction in QFlagsAdam Majer2014-07-021-0/+24
* Introduce qUtf8Printable() macro to qglobal.hTakumi Asaki2014-06-271-0/+64
* Add a more reliable replacement for qt_add/removeObject().Volker Krause2014-04-153-1/+95
* Mark some tests as XFAIL on QNXSergio Ahumada2014-03-271-2/+2
* Turn off compiler optimization in tst_qtendian for MSVC2008.Friedemann Kleint2014-03-041-0/+4
* tst_qnumeric: Mark some tests as XFAIL on BlackBerry 10Sergio Ahumada2014-02-281-0/+6
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-02-121-0/+7
|\
| * support c'tor as second parameter in foreach macroJoerg Bornemann2014-02-111-0/+7
* | Remove trailing space from QDebug streamKai Koehne2013-12-061-2/+2
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-11-262-1/+16
|\|
| * tst_QFlags: make constExpr() check compile on clang trunkMarc Mutz2013-11-071-1/+1
| * QIntegerForSize: add testMarc Mutz2013-11-061-0/+15
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-10-242-7/+14
|\|
| * Print non-default categories in default message handlerKai Koehne2013-10-162-7/+14
* | Merge branch 'stable' into devSergio Ahumada2013-09-271-1/+1
|\|
| * Expose QTest::currentAppName() and remove hard-coded argv[0] in testsTor Arne Vestbø2013-09-261-1/+1
* | Say hello to qFloatDistance()Jan Arve Saether2013-09-271-0/+93
|/
* Q_STATIC_ASSERT: use __COUNTER__ instead of __LINE__ if the compiler supports itMarc Mutz2013-09-221-0/+5
* Add QT_NO_PROCESS guards in tests where they are missingAndrew Knight2013-09-031-0/+10
* Make QFlags enum flags (C++11 strict enums) friendlyAlbert Astals Cid2013-05-091-0/+116
* Whitespace cleanup: remove trailing whitespaceAxel Waggershauser2013-03-161-1/+1
* tst_qlogging: fix test when QT_MESSAGE_PATTERN is already setDavid Faure2013-03-161-5/+14
* Enable QGlobalStatic autotest.Jędrzej Nowacki2013-02-281-1/+3