summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/global
Commit message (Expand)AuthorAgeFilesLines
* Fix qSetMessagePattern to have many time/backtrace partsM. Moellney2016-03-251-0/+11
* Fix compilation for WinRTMaurice Kalinowski2015-12-142-4/+4
* Use correct test to add C++14 to the project configurationJames McDonnell2015-12-012-2/+4
* Skip tst_QNumeric::addOverflow() for MSVC2015.Friedemann Kleint2015-09-301-2/+2
* Add code to perform overflow-checking additions and multiplicationThiago Macieira2015-09-232-1/+161
* Tests: Replace Q[TRY]_VERIFY(v == true|false) by QVERIFY(v)|QVERIFY(!v).Friedemann Kleint2015-07-271-1/+1
* Merge remote-tracking branch 'origin/5.5' into HEADSimon Hausmann2015-07-171-2/+2
|\
| * Disable thread-safe statics for MSVC 2015: they're brokenThiago Macieira2015-07-161-2/+2
* | Merge remote-tracking branch 'origin/5.5' into devLiang Qi2015-07-012-6/+2
|\|
| * Autotest: make the test pass with the Intel compilerThiago Macieira2015-06-192-6/+2
* | Fix tst_qglobalstatic on OS XSimon Hausmann2015-06-041-0/+21
|/
* Add CONFIG += testcase to test qglobalstatic.Friedemann Kleint2015-05-221-0/+1
* Updated BSD licensed file headersJani Heikkinen2015-02-151-3/+3
* QtCore: assorted migrations to QString::asprintfMarc Mutz2015-02-121-4/+4
* 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