summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/tools/qcommandlineparser
Commit message (Expand)AuthorAgeFilesLines
* QCommandLineParser: remove redundant #ifdef from unittestAhmad Samir2024-03-161-4/+0
* Change license for tests filesLucie Gérard2024-02-042-2/+2
* QCommandLineParser: Warn invalid value callsAleix Pol2023-09-211-16/+29
* CMake: Make corelib tests standalone projectsAlexandru Croitor2023-07-051-0/+6
* Clean up phrasing of --help-all and other help optionsEdward Welbourne2023-05-151-1/+1
* tests: Remove remains of qmake conversion from CMakeLists.txt filesFriedemann Kleint2023-02-171-2/+0
* Port from container::count() and length() to size() - V5Marc Mutz2022-11-031-2/+2
* Change the license of all CMakeLists.txt and *.cmake files to BSDLucie Gérard2022-08-232-2/+2
* Add license headers to cmake filesLucie Gérard2022-08-032-0/+6
* Use SPDX license identifiersLucie Gérard2022-05-162-55/+5
* Compile autotests for IntegrityTatiana Borisova2021-09-201-0/+2
* Remove conditioning on Android embeddedEdward Welbourne2021-09-171-13/+11
* Add missing dependencies of tests on their helper programsEdward Welbourne2021-09-171-2/+3
* QCommandLineParser: fix crash if there's no QCoreApplicationDavid Faure2021-03-011-0/+29
* Remove the qmake project filesJoerg Bornemann2021-01-073-12/+0
* Replace QtTest headers with QTestDavid Skoland2020-12-221-1/+2
* CMake: Regenerate projects to use new qt_internal_ APIAlexandru Croitor2020-09-232-2/+2
* QCommandLineOption: purge deprecated APIEdward Welbourne2020-07-201-6/+0
* CMake: Regenerate subdir test projectsAlexandru Croitor2020-07-091-1/+1
* CMake: Regenerate tests with new qt_ prefixed APIsAlexandru Croitor2020-07-091-1/+1
* Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-05-042-0/+40
|\
| * QCommandLineParser: Wrap very long option names to leave room for descriptionsDavid Faure2020-05-012-0/+40
* | Post merge fixesLeander Beernaert2019-11-251-2/+10
* | Regenerate tests/auto/corelib/toolsAlexandru Croitor2019-11-121-11/+2
* | Merge remote-tracking branch 'origin/wip/qt6' into wip/cmakeAlexandru Croitor2019-07-111-0/+2
|\|
| * Remove usages of deprecated APIs of corelibSona Kurazyan2019-07-051-0/+2
* | Merge remote-tracking branch 'origin/dev' into wip/cmakeAlexandru Croitor2019-06-031-5/+62
|\|
| * QCommandLineParser: add --help-all, to show Qt options as wellDavid Faure2019-05-151-5/+62
* | Merge remote-tracking branch 'origin/dev' into wip/cmakeAlexandru Croitor2019-06-031-1/+1
|\|
| * Remove handling of missing Q_COMPILER_INITIALIZER_LISTSAllan Sandfeld Jensen2019-05-021-1/+1
* | Merge commit 'dev' into 'wip/cmake-merge'Tobias Hunger2019-04-162-2/+33
|\|
| * QCommandLineParser: warn if defining a duplicate optionDavid Faure2019-04-041-0/+10
| * Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-02-191-2/+1
| |\
| | * Add cmdline feature to qmakeJoerg Bornemann2019-02-181-2/+1
| * | QCommandLineParser: show application name in error messagesDavid Faure2018-12-201-0/+22
| |/
* | cmake: Build qcommandlineparser/testhelperAlbert Astals Cid2019-04-052-0/+22
* | Begin port of qtbase to CMakeSimon Hausmann2018-11-011-0/+1
|/
* Merge remote-tracking branch 'origin/5.11' into 5.12Qt Forward Merge Bot2018-09-302-0/+2
|\
| * QCommandLineParser: Ensure that an option text ends with a newlineAlexander Akulich2018-09-282-0/+2
* | tst_QCommandLineParser: Add missing QVERIFYJędrzej Nowacki2018-07-251-12/+12
|/
* Support for Q_OS_ANDROID_EMBEDDED and android-embedded build flagsOtto Ryynänen2018-01-201-3/+3
* Properly use the "process" featureUlf Hermann2017-02-271-6/+6
* Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-04-051-3/+3
|\
| * Remove the traces of the discontinued android-no-sdk platformEirik Aavitsland2016-03-301-3/+3
* | QtCore: Remove Windows CE.Friedemann Kleint2016-03-301-6/+0
* | Add QCommandLineOption::Flags containing HiddenFromHelp and ShortOptionStyleOlivier Goffart2016-03-232-1/+16
|/
* Updated license headersJani Heikkinen2016-01-212-32/+22
* Tests: Remove CONFIG += parallel_test.Friedemann Kleint2015-09-051-1/+1
* QCommandLineOption: optimize ctorsMarc Mutz2015-06-191-1/+1
* QCommandLineParser: add parsing mode for options after argumentsDavid Faure2015-03-061-0/+37