summaryrefslogtreecommitdiffstats
path: root/src/corelib/tools/qcommandlineparser.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-08-161-0/+5
|\
| * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-08-131-0/+5
| |\
| | * QCommandLineParser: call qCoreApp post routines before ::exit()David Faure2016-08-121-0/+5
* | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-05-031-3/+4
|\| |
| * | CoreLib: use const (and const APIs) moreAnton Kudryavtsev2016-04-181-3/+4
* | | QtCore: Remove Windows CE.Friedemann Kleint2016-03-301-4/+4
* | | Add QCommandLineOption::Flags containing HiddenFromHelp and ShortOptionStyleOlivier Goffart2016-03-231-3/+17
|/ /
* | QtCore: replace QStringLiteral with QLatin1String when appendingMarc Mutz2016-02-251-1/+1
* | Updated license headersJani Heikkinen2016-01-151-13/+19
* | Merge remote-tracking branch 'origin/5.6' into devFrederik Gladhorn2016-01-081-2/+8
|\|
| * Winrt: Show message when command line processing fails/usage should be shownOliver Wolff2016-01-051-2/+8
* | QtCore: eradicate all Q_FOREACH loops [tools]Marc Mutz2016-01-041-11/+9
* | Optimize string building in QCommandLineParserPrivate::helpText()Marc Mutz2015-12-291-20/+22
|/
* Fix \sinceLars Knoll2015-10-081-2/+2
* QtCore: mark some more types as movable/primitiveMarc Mutz2015-07-071-0/+1
* Merge remote-tracking branch 'origin/5.5' into devSimon Hausmann2015-06-031-4/+4
|\
| * Don't assign iterator to const_iteratorSérgio Martins2015-06-021-4/+4
* | QCommandLineParser: add parsing mode for options after argumentsDavid Faure2015-03-061-3/+44
* | QCommandLineParser: add support for hiding options from --help.David Faure2015-02-231-0/+2
|/
* Update copyright headersJani Heikkinen2015-02-111-6/+6
* Merge remote-tracking branch 'origin/5.4' into devSimon Hausmann2014-12-181-3/+5
|\
| * Doc: corrected documentation addOptions()Nico Vertriest2014-12-121-3/+5
* | QCommandLineParser: Show usage and errors in message boxes on Windows.Friedemann Kleint2014-11-271-20/+48
|/
* 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 Gladhorn2014-03-241-0/+72
|\
| * Use QCommandLineParser in example dnslookup.Friedemann Kleint2014-03-151-0/+72
* | Add QCommandLineParser::showVersion(), similar to showHelp().David Faure2014-03-141-4/+18
|/
* Make QCommandLineParser not crash if passed a bad QCommandLineOptionThiago Macieira2014-01-161-1/+2
* QCommandLineParser: pluck some low-hanging fruit re: exception safetyMarc Mutz2013-12-061-2/+2
* QCommandLineParser: add word-wrapping algorithmDavid Faure2013-11-171-5/+44
* Doc: Adding mark-up to boolean default values.Jerome Pasion2013-10-081-8/+8
* QCommandLineParser: improve implementationDavid Faure2013-09-101-11/+9
* QCommandLineParser: improve documentationDavid Faure2013-09-101-29/+43
* Long live QCommandLineParser!David Faure2013-08-241-0/+896