summaryrefslogtreecommitdiffstats
path: root/src/corelib/tools/qcommandlineoption.cpp
Commit message (Expand)AuthorAgeFilesLines
* Use (new) erase()/erase_if() algorithmsMarc Mutz2020-12-051-2/+1
* QCommandLineOption: purge deprecated APIEdward Welbourne2020-07-201-30/+1
* Replace Q_DECL_NOEXCEPT with noexcept in corelibAllan Sandfeld Jensen2019-04-031-2/+2
* Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-08-091-2/+2
|\
| * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-08-051-2/+2
| |\
| | * Docs changed to reflect that valueName is required with value parsingKonstantin Shegunov2016-07-291-2/+2
* | | Fix some qdoc-warnings for Qt 5.8.Friedemann Kleint2016-06-281-1/+1
* | | Add QCommandLineOption::Flags containing HiddenFromHelp and ShortOptionStyleOlivier Goffart2016-03-231-9/+49
|/ /
* / Updated license headersJani Heikkinen2016-01-151-13/+19
|/
* Fix documentation typoLouai Al-Khanji2015-08-251-1/+1
* Fix Clang warning about copy elisionThiago Macieira2015-08-191-1/+1
* QCommandLineOption: prevent aggressive inliningMarc Mutz2015-07-161-0/+1
* QCommandLineOption: never inline the warning functionMarc Mutz2015-07-161-0/+2
* QCommandLineOption: add some Q_UNLIKELYMarc Mutz2015-07-161-5/+5
* QCommandLineOption: reduce string dataMarc Mutz2015-07-161-16/+16
* QCommandLineOption: Q_DECL_NOTHROW -> Q_DECL_NOEXCEPTMarc Mutz2015-06-281-1/+1
* QCommandLineOption: prevent aggressive inliningMarc Mutz2015-06-201-0/+2
* QCommandLineOption: optimize ctorsMarc Mutz2015-06-191-31/+48
* QCommandLineOption: fix wrong version number in \since tagDavid Faure2015-02-241-2/+2
* QCommandLineParser: add support for hiding options from --help.David Faure2015-02-231-0/+30
* Update copyright headersJani Heikkinen2015-02-111-6/+6
* 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/+47
* Doc: argument(s) was renamed to value(s), adjust QCommandLineOption docsDavid Faure2014-01-301-3/+3
* QCommandLineParser: pluck some low-hanging fruit re: exception safetyMarc Mutz2013-12-061-5/+12
* Doc: Add docs for rvalue references and move constructorsGeir Vattekar2013-09-271-0/+8
* QCommandLineParser: improve implementationDavid Faure2013-09-101-9/+12
* QCommandLineOption: improve runtime warningsDavid Faure2013-09-101-5/+5
* Long live QCommandLineParser!David Faure2013-08-241-0/+308