summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/tools/qcommandlineparser/tst_qcommandlineparser.cpp
Commit message (Expand)AuthorAgeFilesLines
* QCommandLineParser: remove redundant #ifdef from unittestAhmad Samir2024-03-161-4/+0
* Change license for tests filesLucie Gérard2024-02-041-1/+1
* QCommandLineParser: Warn invalid value callsAleix Pol2023-09-211-16/+29
* Clean up phrasing of --help-all and other help optionsEdward Welbourne2023-05-151-1/+1
* Port from container::count() and length() to size() - V5Marc Mutz2022-11-031-2/+2
* Use SPDX license identifiersLucie Gérard2022-05-161-28/+3
* Compile autotests for IntegrityTatiana Borisova2021-09-201-0/+2
* Remove conditioning on Android embeddedEdward Welbourne2021-09-171-13/+11
* QCommandLineParser: fix crash if there's no QCoreApplicationDavid Faure2021-03-011-0/+29
* Replace QtTest headers with QTestDavid Skoland2020-12-221-1/+2
* QCommandLineParser: Wrap very long option names to leave room for descriptionsDavid Faure2020-05-011-0/+33
* QCommandLineParser: add --help-all, to show Qt options as wellDavid Faure2019-05-151-5/+62
* Remove handling of missing Q_COMPILER_INITIALIZER_LISTSAllan Sandfeld Jensen2019-05-021-1/+1
* QCommandLineParser: warn if defining a duplicate optionDavid Faure2019-04-041-0/+10
* QCommandLineParser: show application name in error messagesDavid Faure2018-12-201-0/+22
* Merge remote-tracking branch 'origin/5.11' into 5.12Qt Forward Merge Bot2018-09-301-0/+1
|\
| * QCommandLineParser: Ensure that an option text ends with a newlineAlexander Akulich2018-09-281-0/+1
* | 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-231-0/+11
|/
* Updated license headersJani Heikkinen2016-01-211-16/+11
* QCommandLineOption: optimize ctorsMarc Mutz2015-06-191-1/+1
* QCommandLineParser: add parsing mode for options after argumentsDavid Faure2015-03-061-0/+37
* Update copyright headersJani Heikkinen2015-02-111-6/+6
* Android: Fix QCommandLineParser testEskil Abrahamsen Blomfeldt2015-01-061-0/+9
* Update license headers and add new license filesMatti Paaso2014-09-241-18/+10
* QCommandLineParser: support extremely concise option configuration in C++11Marc Mutz2014-08-061-0/+22
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-12-241-2/+3
|\
| * Merge remote-tracking branch 'origin/release' into stableFrederik Gladhorn2013-12-121-2/+3
| |\
| | * Windows command line parsing: Do escape backslash.Friedemann Kleint2013-12-061-2/+3
* | | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-12-161-0/+12
|\| |
| * | QCommandLineParser: pluck some low-hanging fruit re: exception safetyMarc Mutz2013-12-061-0/+12
* | | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-11-261-21/+28
|\| |
| * | QCommandLineParser: add word-wrapping algorithmDavid Faure2013-11-171-21/+28
| |/
* / WinRT: Fix various test compilationsAndrew Knight2013-10-021-0/+4
|/
* Expose QTest::currentAppName() and remove hard-coded argv[0] in testsTor Arne Vestbø2013-09-261-1/+10
* QCommandLineOption: improve runtime warningsDavid Faure2013-09-101-1/+1
* Fix escape handling in qWinCmdArgsDavid Faure2013-09-101-0/+20
* Add QT_NO_PROCESS guards in tests where they are missingAndrew Knight2013-09-031-0/+8
* Long live QCommandLineParser!David Faure2013-08-241-0/+531