summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/global
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix Q_GLOBAL_STATIC support for exceptionsThiago Macieira2013-02-281-1/+23
* QT_MESSAGE_OUTPUT: add support for condition depending on the typeOlivier Goffart2013-02-271-0/+64
* Add qunsetenv(), next to qputenv() and friends.David Faure2013-02-071-0/+7
* Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...Frederik Gladhorn2013-01-239-9/+9
|\
| * Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-01-229-9/+9
| |\
| | * Update copyright year in Digia's license headersSergio Ahumada2013-01-189-9/+9
* | | Add a new Q_GLOBAL_STATIC implementationThiago Macieira2013-01-222-0/+226
|/ /
* / Add Q_COREAPP_STARTUP_FUNCTION macro.David Faure2013-01-151-1/+30
|/
* QFlags: use unsigned int when the enum's underlying is unsignedMarc Mutz2012-09-281-2/+16
* Update the NaN tests to deal with non-conformance betterThiago Macieira2012-09-281-15/+16
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-229-216/+216
* tests: Don't omit the body of a test function with QT_BUILD_INTERNALSergio Ahumada2012-09-141-6/+8
* Do not consider sign in qIsNull.Mitch Curtis2012-08-221-0/+6
* QtGlobal: (new) qEnvironmentVariableIs{Set,Empty}()Marc Mutz2012-08-091-1/+16
* Set the Qt API level to compatibility mode in all tests.Thiago Macieira2012-08-019-0/+9
* Avoid load(testcase) for installing test helper appsRohan McGovern2012-07-041-2/+1
* Fixed several unit tests to work in shadow buildsKurt Korbatits2012-06-291-0/+1
* Add Q_UINT64_C to 64 bit integer literal.Carl Schumann2012-05-151-1/+1
* Allow qDebug output to be configured by qSetMessagePattern()Kai Koehne2012-04-242-4/+41
* Logging: Change arguments of message handler to avoid conversionsKai Koehne2012-04-201-5/+5
* Merge master into api_changesKent Hansen2012-03-271-1/+1
|\
| * Work around what apparently is a GCC 4.6.0 bugThiago Macieira2012-03-251-1/+1
* | Enable endianness conversions on q(u)int8João Abecasis2012-03-253-1/+152
* | Fallback implementation of Q_ALIGNOFJoão Abecasis2012-03-231-0/+111
|/
* Add Q_IS_ENUM(), and provide as flag in QMetaType::typeFlags()Glenn Watson2012-03-111-0/+122
* Merge remote-tracking branch 'origin/api_changes'Lars Knoll2012-03-041-0/+9
|\
| * QFlags: mark as Q_PRIMITIVE_TYPEMarc Mutz2012-02-291-0/+9
* | Changed qlogging unittest to install subprogramKurt Korbatits2012-03-011-0/+3
|/
* Fixed tst_qlogging app silently not compiled in some -fast builds.Rohan McGovern2012-02-223-5/+5
* Fix qlogging test.Friedemann Kleint2012-02-211-2/+3
* Fix qlogging test for release configurationMiikka Heikkinen2012-02-172-12/+26