summaryrefslogtreecommitdiffstats
path: root/tests/auto
Commit message (Expand)AuthorAgeFilesLines
* Introduce SCTP sockets supportAlex Trotsenko2016-07-274-2/+501
* Add QMetaEnum::isScoped to be able to destinguish C++11 enum classOlivier Goffart2016-07-261-8/+11
* Update qcssscanner so it can parse our normal offline documentation CSSAllan Sandfeld Jensen2016-07-261-5/+23
* Q(Basic)Mutex: add try_lock{,_for,_until} for STL compatibilityGiuseppe D'Angelo2016-07-251-241/+762
* QRingBuffer: add packet modeAlex Trotsenko2016-07-231-0/+20
* QRingBuffer: allow to change the chunk size of the buffer dynamicallyAlex Trotsenko2016-07-231-0/+6
* Improve accuracy in fast path bilinear samplingAllan Sandfeld Jensen2016-07-231-28/+45
* Use QElapsedTimer in tst_qmutexGiuseppe D'Angelo2016-07-222-14/+69
* Merge "Merge remote-tracking branch 'origin/5.7' into dev" into refs/staging/devEdward Welbourne2016-07-2220-195/+674
|\
| * Merge remote-tracking branch 'origin/5.7' into devEdward Welbourne2016-07-1920-195/+674
| |\
| | * Merge remote-tracking branch 'origin/5.6' into 5.7Edward Welbourne2016-07-1510-9/+286
| | |\
| | | * moc: Fix a crash with malformed inputOlivier Goffart2016-07-151-1/+8
| | | * fix raw data leak in $$absolute_path()Oswald Buddenhagen2016-07-131-0/+8
| | | * fix calculations of worst-case size requirements for token bufferOswald Buddenhagen2016-07-131-0/+7
| | | * fix custom functions inheriting other functions' argumentsOswald Buddenhagen2016-07-131-0/+17
| | | * make error() propagate from requires() and REQUIRES=Oswald Buddenhagen2016-07-131-0/+14
| | | * make error() propagate from custom replace functionsOswald Buddenhagen2016-07-131-0/+66
| | | * fix error() not propagating through if()Oswald Buddenhagen2016-07-131-0/+6
| | | * QCompleter::setModel(): Restore completion roleFriedemann Kleint2016-07-131-2/+17
| | | * QString::replace(): protect sought text and replacementEdward Welbourne2016-07-121-2/+40
| | | * QPair: add test for pair of referencesMarc Mutz2016-07-111-0/+30
| | | * QHashFunctions: test for hash equality of null and empty string typesMarc Mutz2016-07-111-0/+16
| | | * QString: adapt chop() auto test as data-driven testAnton Kudryavtsev2016-07-111-18/+19
| | | * QString: add auto test for chop()Anton Kudryavtsev2016-07-071-0/+26
| | | * QComboBox: fix crash on setEditable(false) called from editTextChanged()Marc Mutz2016-07-061-0/+25
| | | * Q_(U)INT64_C is not a type, so don't use it as if it wasMarc Mutz2016-07-061-4/+4
| | | * Testlib: generate_expected_output.py: Run in C localeFriedemann Kleint2016-07-051-0/+1
| | * | QSslSocket: reset connection parameters on disconnectAlex Trotsenko2016-07-051-0/+6
| | * | Merge "Merge remote-tracking branch 'origin/5.6' into 5.7" into refs/staging/5.7Timur Pocheptsov2016-07-053-69/+126
| | |\ \
| | | * | Merge remote-tracking branch 'origin/5.6' into 5.7Edward Welbourne2016-07-043-69/+126
| | | |\|
| | | | * QUrl: Test that we do correctly accept valid schemesThiago Macieira2016-07-021-67/+95
| | | | * QTime: restore Qt3 compatibility in the QDataStream operatorsDavid Faure2016-07-021-1/+26
| | | | * Fix tst_QNetworkReply::qtbug45581WrongReplyStatusCode() on WindowsFriedemann Kleint2016-06-301-1/+5
| | * | | Testlib: Format QRegion in QCOMPAREFriedemann Kleint2016-07-056-114/+209
| | |/ /
| | * | QDataStream: unify deserialization of containersAlex Trotsenko2016-07-011-3/+47
* | | | Make moc obey the preprocessor environment variable for include pathsThiago Macieira2016-07-201-0/+48
* | | | moc: get the system #defines from the compiler itselfThiago Macieira2016-07-202-0/+43
|/ / /
* | | Do not spin cpu unnecessarily in qhttpnetworkconnection testJędrzej Nowacki2016-07-151-156/+26
* | | HTTP2 - autotestTimur Pocheptsov2016-07-147-1/+1332
* | | Add qHash(QHash) and qHash(QMultiHash)Marc Mutz2016-07-141-0/+64
* | | Don't error out on preprocessor concatenation of two stringsLars Knoll2016-07-131-0/+6
* | | Handle QVariantHash in QJsonDocument::fromVariantAllan Sandfeld Jensen2016-07-131-0/+40
* | | Avoid busy wait in qnetworkreply testJędrzej Nowacki2016-07-131-11/+1
* | | Call disconnectNotify() when disconnecting a QMetaObject::ConnectionUlf Hermann2016-07-121-2/+21
* | | QTimer: add support for <chrono> functionsThiago Macieira2016-07-091-0/+98
* | | QStringRef: add chop()Anton Kudryavtsev2016-07-071-0/+43
* | | Fix/adapt the uses of {to,set,from}Time_t in the qtbase source codeThiago Macieira2016-07-065-6/+6
* | | tst_QDBusConnection: add a test for a regular signal connectionThiago Macieira2016-07-022-16/+61
* | | Move QElapsedTimer to src/corelib/kernelThiago Macieira2016-07-024-1/+1
* | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-07-011-0/+19
|\| |