summaryrefslogtreecommitdiffstats
path: root/tests/auto/network/kernel/qhostaddress
Commit message (Expand)AuthorAgeFilesLines
* Change license for tests filesLucie Gérard2024-02-041-1/+1
* Add required network libs for VxWorksTomasz Kozłowski2024-01-261-1/+1
* CMake: Make network tests standalone projectsAlexandru Croitor2023-07-051-0/+6
* Add test function for private networkYAMAMOTO Atsushi2023-03-111-0/+2
* tests: Remove remains of qmake conversion from CMakeLists.txt filesFriedemann Kleint2023-02-171-2/+0
* QHostAddress: Fix incorrect comparison against 'Any'Mårten Nordheim2022-11-021-0/+6
* Change the license of all CMakeLists.txt and *.cmake files to BSDLucie Gérard2022-08-231-1/+1
* Add license headers to cmake filesLucie Gérard2022-08-031-0/+3
* CMake: Don't use PUBLIC_LIBRARIES for tests and test helpersAlexandru Croitor2022-07-281-2/+2
* Use SPDX license identifiersLucie Gérard2022-05-161-28/+3
* Exclude network tests based on featureDavid Skoland2022-05-111-1/+1
* QHostAddress: prepare moving NetworkLayerProtocol from QAbstractSocketThiago Macieira2021-03-181-11/+11
* Remove the qmake project filesJoerg Bornemann2021-01-071-7/+0
* Replace QtTest headers with QTestDavid Skoland2020-12-221-1/+1
* Tests: Fix building with qmake on WindowsFriedemann Kleint2020-12-171-1/+1
* CMake: Regenerate projects to use new qt_internal_ APIAlexandru Croitor2020-09-231-2/+2
* QHostAddress: resolve API issues marked with ##Qt6Timur Pocheptsov2020-07-281-16/+0
* CMake: Regenerate tests with new qt_ prefixed APIsAlexandru Croitor2020-07-091-2/+2
* Remove winrtOliver Wolff2020-06-061-6/+0
* Regenerate projects one last time before mergewip/cmakeAlexandru Croitor2020-02-121-3/+1
* Regenerate tests/auto/network/kernelAlexandru Croitor2019-11-131-4/+0
* Merge branch 'wip/qt6' into wip/cmakeAlexandru Croitor2019-08-151-0/+3
|\
| * Make network tests build and pass with disabled deprecated APIsSona Kurazyan2019-07-231-0/+3
* | cmake: Enable network testLiang Qi2019-07-291-0/+26
|/
* Migrate Windows system libs to external dependenciesJoerg Bornemann2019-05-081-1/+1
* QHostAddress: add more classification functionsThiago Macieira2017-10-172-85/+82
* QHostAddress: add missing op!=(SpecialAddress, QHostAddress)Marc Mutz2017-01-261-0/+1
* QHostAddress: add missing docsMarc Mutz2017-01-151-0/+1
* QHostAddress: fix assignment operatorsMarc Mutz2016-12-071-25/+38
* Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-05-031-4/+13
|\
| * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-04-131-4/+13
| |\
| | * Autotest: confirm that QHostAddress obeys RFC 5952 recommendationsThiago Macieira2016-04-091-4/+13
* | | QHostAddress: comparator with flexible conversion rulesFelix Braun2016-04-291-0/+50
* | | QtNetwork: Remove Windows CE.Friedemann Kleint2016-03-291-7/+1
|/ /
* | Updated license headersJani Heikkinen2016-01-211-18/+13
* | Tests: Remove empty init/cleanup slots, constructors and destructors.Friedemann Kleint2015-12-101-19/+1
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-09-251-13/+51
|\|
| * QHostAddress: Improve code generationThiago Macieira2015-08-191-0/+2
| * Add QHostAddress::isMulticastThiago Macieira2015-08-151-1/+49
| * QtTest: Add QHostAddress support for QCOMPARE failuresThiago Macieira2015-08-151-12/+0
* | Tests: Remove CONFIG += parallel_test.Friedemann Kleint2015-09-051-1/+0
|/
* tests/auto/network: Replace Q[TRY]_VERIFY(a == b) by Q[TRY]_COMPARE(a, b).Friedemann Kleint2015-07-311-4/+4
* tst_qhostaddress: Add braces to initialization of a Q_IPV6ADDR.Friedemann Kleint2015-07-281-1/+1
* fix usage of wince scopeOswald Buddenhagen2015-06-051-1/+1
* Add a QHostAddress::toIPv4Address overload taking a bool *okThiago Macieira2015-03-061-0/+48
* QHostAddress: Revert auto-converting of IPv6 v4-mapped addresses to IPv4Thiago Macieira2015-03-061-0/+5
* Update copyright headersJani Heikkinen2015-02-111-7/+7
* Update license headers and add new license filesMatti Paaso2014-09-241-19/+11
* Android: Fix compilation of qhostaddress testEskil Abrahamsen Blomfeldt2014-06-301-0/+4
* QtNetwork tests: Remove DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0Sergio Ahumada2014-02-251-1/+0