summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/global
Commit message (Expand)AuthorAgeFilesLines
* tst_qglobal.cpp: fix compilation with an actual C++14 compilerMarc Mutz2016-03-051-2/+2
* Add qOverload to select overloaded functionsPeter Kümmel2016-02-151-0/+122
* Add setFlag method to QFlagsAndre Somers2016-02-081-0/+14
* Add Intel copyright to files that Intel has had non-trivial contributionThiago Macieira2016-01-212-0/+2
* Updated license headersJani Heikkinen2016-01-2110-169/+119
* Fixed qtbase tests to pass with updated license headerJani Heikkinen2016-01-211-8/+8
* Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-12-182-4/+4
|\
| * Fix compilation for WinRTMaurice Kalinowski2015-12-142-4/+4
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-12-022-2/+4
|\|
| * Use correct test to add C++14 to the project configurationJames McDonnell2015-12-012-2/+4
* | Add {add,sub,mul}_overflow for signed integers.Erik Verbruggen2015-11-201-0/+31
* | Implement qt_is_{inf,nan,finite} using std. library functions.Erik Verbruggen2015-10-301-0/+12
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-10-141-2/+2
|\|
| * Skip tst_QNumeric::addOverflow() for MSVC2015.Friedemann Kleint2015-09-301-2/+2
* | Tests: Fix single-character string literals.Friedemann Kleint2015-10-131-1/+1
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-09-252-1/+161
|\|
| * Add code to perform overflow-checking additions and multiplicationThiago Macieira2015-09-232-1/+161
* | Tests: Remove CONFIG += parallel_test.Friedemann Kleint2015-09-059-9/+9
* | Add a qtHookData field for Qt Creator's data displayhjk2015-09-031-1/+1
* | Remove QT_DISABLE_DEPRECATED_BEFORE=0 from tests not using deprecated API.Friedemann Kleint2015-09-019-9/+0
* | tests/corelib: Replace Q[TRY]_VERIFY(a == b) by Q[TRY]_COMPARE(a, b).Friedemann Kleint2015-08-191-1/+1
|/
* 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
|/