| Commit message (Expand) | Author | Age | Files | Lines |
| * | QCommandLineParser: convert MessageType to enum class | Ivan Solovev | 2025-01-17 | 1 | -7/+7 |
| * | Use [[noreturn]] on QCommandLineParser::showMessageAndExit() | Ivan Solovev | 2025-01-13 | 1 | -1/+1 |
| * | Bootstrap: remove the QDebug streaming class | Thiago Macieira | 2025-01-13 | 1 | -1/+1 |
| * | QCommandLineParser: include the positional arguments' sizes in --help | Thiago Macieira | 2024-12-19 | 1 | -0/+5 |
| * | Change QCommandLineParser::showMessageAndExit() argument order | Ivan Solovev | 2024-12-17 | 1 | -7/+10 |
| * | Add docs to the new QCommandLineParser::MessageType enum | Ivan Solovev | 2024-12-17 | 1 | -2/+18 |
| * | QCommandLineParser: Support ignoring input past a certain option | Kaloyan Chehlarski | 2024-08-27 | 1 | -1/+6 |
| * | QCommandLineParser: rename showParserMessage() and make it a public API | Wang Zichong | 2024-08-23 | 1 | -18/+31 |
| * | QCommandlineParser doc: Mention QT_COMMAND_LINE_PARSER_NO_GUI_MESSAGE_BOXES | Oliver Wolff | 2024-08-01 | 1 | -1/+2 |
| * | QCommandLineParser: Warn invalid value calls | Aleix Pol | 2023-09-21 | 1 | -3/+9 |
| * | qcommandlineparser: use const method more | Anton Kudryavtsev | 2023-09-09 | 1 | -1/+1 |
| * | qcommandlineparser: use string view type more | Anton Kudryavtsev | 2023-08-23 | 1 | -1/+2 |
| * | qcommandlineparser: replace QSL with QL1SV | Anton Kudryavtsev | 2023-08-22 | 1 | -2/+1 |
| * | Introduce QT_COMMAND_LINE_PARSER_NO_GUI_MESSAGE_BOXES environment var | Amir Masoud Abdol | 2023-06-20 | 1 | -1/+2 |
| * | Doc: Allow qdoc to link to functions mentioned | Kai Köhne | 2023-06-09 | 1 | -6/+6 |
| * | Doc: Small fixes to QCommandLineParser overview | Kai Köhne | 2023-06-06 | 1 | -10/+10 |
| * | Clean up phrasing of --help-all and other help options | Edward Welbourne | 2023-05-15 | 1 | -5/+10 |
| * | QCommandLineParser: fix some narrowing conversion warnings | Ahmad Samir | 2023-04-25 | 1 | -15/+15 |
| * | DNS Lookup: Change local function to return struct instead of enum | Mårten Nordheim | 2023-03-02 | 1 | -6/+8 |
| * | Doc: Remove duplicate words | Andreas Eliasson | 2023-02-28 | 1 | -1/+1 |
| * | Port from container::count() and length() to size() - V5 | Marc Mutz | 2022-11-03 | 1 | -2/+2 |
| * | Port from qAsConst() to std::as_const() | Marc Mutz | 2022-10-11 | 1 | -3/+3 |
| * | Port from container.count()/length() to size() | Marc Mutz | 2022-10-04 | 1 | -4/+4 |
| * | Use SPDX license identifiers | Lucie Gérard | 2022-05-16 | 1 | -39/+3 |
| * | QtCore: Replace remaining uses of QLatin1String with QLatin1StringView | Sona Kurazyan | 2022-03-26 | 1 | -1/+1 |
| * | QtCore: replace QLatin1String/QLatin1Char with _L1/u'' where applicable | Sona Kurazyan | 2022-03-25 | 1 | -10/+12 |
| * | Core: Do not depend on transitive includes | Fabian Kosmale | 2022-03-17 | 1 | -0/+1 |
| * | QCommandLineParser: fix crash if there's no QCoreApplication | David Faure | 2021-03-01 | 1 | -3/+4 |
| * | Replace discouraged Q_MOVABLE_TYPE by Q_RELOCATABLE_TYPE | Andreas Buhr | 2020-11-30 | 1 | -1/+1 |
| * | Whitespace cleanup in corelib/tools | Allan Sandfeld Jensen | 2020-10-21 | 1 | -1/+1 |
| * | Use QList instead of QVector in corelib implementation | Jarek Kobus | 2020-06-29 | 1 | -2/+2 |
| * | Port remaining usages of QStringRef in QtCore to QStringView | Lars Knoll | 2020-06-12 | 1 | -1/+1 |
| * | Remove winrt | Oliver Wolff | 2020-06-06 | 1 | -10/+4 |
| * | QCommandLineParser: Wrap very long option names to leave room for descriptions | David Faure | 2020-05-01 | 1 | -10/+19 |
| * | corelib/tools: use qUtf16Printable() and %ls | Marc Mutz | 2019-05-29 | 1 | -4/+4 |
| * | QCommandLineParser: add --help-all, to show Qt options as well | David Faure | 2019-05-15 | 1 | -14/+32 |
| * | QCommandLineParser: warn if defining a duplicate option | David Faure | 2019-04-04 | 1 | -1/+3 |
| * | QCommandLineParser: show application name in error messages | David Faure | 2018-12-20 | 1 | -1/+1 |
| * | QCommandLineParser: Ensure that an option text ends with a newline | Alexander Akulich | 2018-09-28 | 1 | -1/+5 |
| * | Merge remote-tracking branch 'origin/5.7' into dev | Liang Qi | 2016-08-16 | 1 | -0/+5 |
| |\ |
|
| | * | Merge remote-tracking branch 'origin/5.6' into 5.7 | Liang Qi | 2016-08-13 | 1 | -0/+5 |
| | |\ |
|
| | | * | QCommandLineParser: call qCoreApp post routines before ::exit() | David Faure | 2016-08-12 | 1 | -0/+5 |
| * | | | Merge remote-tracking branch 'origin/5.7' into dev | Liang Qi | 2016-05-03 | 1 | -3/+4 |
| |\| | |
|
| | * | | CoreLib: use const (and const APIs) more | Anton Kudryavtsev | 2016-04-18 | 1 | -3/+4 |
| * | | | QtCore: Remove Windows CE. | Friedemann Kleint | 2016-03-30 | 1 | -4/+4 |
| * | | | Add QCommandLineOption::Flags containing HiddenFromHelp and ShortOptionStyle | Olivier Goffart | 2016-03-23 | 1 | -3/+17 |
| |/ / |
|
| * | | QtCore: replace QStringLiteral with QLatin1String when appending | Marc Mutz | 2016-02-25 | 1 | -1/+1 |
| * | | Updated license headers | Jani Heikkinen | 2016-01-15 | 1 | -13/+19 |
| * | | Merge remote-tracking branch 'origin/5.6' into dev | Frederik Gladhorn | 2016-01-08 | 1 | -2/+8 |
| |\| |
|
| | * | Winrt: Show message when command line processing fails/usage should be shown | Oliver Wolff | 2016-01-05 | 1 | -2/+8 |