| Commit message (Expand) | Author | Age | Files | Lines |
| * | Create qdoc macros for C++ class docs 1.1: member-swap(), traditional phrasing | Marc Mutz | 2024-11-05 | 1 | -3/+1 |
| * | QCommandLineParser: Support ignoring input past a certain option | Kaloyan Chehlarski | 2024-08-27 | 1 | -0/+4 |
| * | [docs] Remove references to C++11 feature availability | Marc Mutz | 2024-01-09 | 1 | -4/+2 |
| * | Use SPDX license identifiers | Lucie Gérard | 2022-05-16 | 1 | -40/+4 |
| * | QtCore: replace QLatin1String/QLatin1Char with _L1/u'' where applicable | Sona Kurazyan | 2022-03-25 | 1 | -3/+3 |
| * | Use (new) erase()/erase_if() algorithms | Marc Mutz | 2020-12-05 | 1 | -2/+1 |
| * | QCommandLineOption: purge deprecated API | Edward Welbourne | 2020-07-20 | 1 | -30/+1 |
| * | Replace Q_DECL_NOEXCEPT with noexcept in corelib | Allan Sandfeld Jensen | 2019-04-03 | 1 | -2/+2 |
| * | Merge remote-tracking branch 'origin/5.7' into dev | Liang Qi | 2016-08-09 | 1 | -2/+2 |
| |\ |
|
| | * | Merge remote-tracking branch 'origin/5.6' into 5.7 | Liang Qi | 2016-08-05 | 1 | -2/+2 |
| | |\ |
|
| | | * | Docs changed to reflect that valueName is required with value parsing | Konstantin Shegunov | 2016-07-29 | 1 | -2/+2 |
| * | | | Fix some qdoc-warnings for Qt 5.8. | Friedemann Kleint | 2016-06-28 | 1 | -1/+1 |
| * | | | Add QCommandLineOption::Flags containing HiddenFromHelp and ShortOptionStyle | Olivier Goffart | 2016-03-23 | 1 | -9/+49 |
| |/ / |
|
| * / | Updated license headers | Jani Heikkinen | 2016-01-15 | 1 | -13/+19 |
| |/ |
|
| * | Fix documentation typo | Louai Al-Khanji | 2015-08-25 | 1 | -1/+1 |
| * | Fix Clang warning about copy elision | Thiago Macieira | 2015-08-19 | 1 | -1/+1 |
| * | QCommandLineOption: prevent aggressive inlining | Marc Mutz | 2015-07-16 | 1 | -0/+1 |
| * | QCommandLineOption: never inline the warning function | Marc Mutz | 2015-07-16 | 1 | -0/+2 |
| * | QCommandLineOption: add some Q_UNLIKELY | Marc Mutz | 2015-07-16 | 1 | -5/+5 |
| * | QCommandLineOption: reduce string data | Marc Mutz | 2015-07-16 | 1 | -16/+16 |
| * | QCommandLineOption: Q_DECL_NOTHROW -> Q_DECL_NOEXCEPT | Marc Mutz | 2015-06-28 | 1 | -1/+1 |
| * | QCommandLineOption: prevent aggressive inlining | Marc Mutz | 2015-06-20 | 1 | -0/+2 |
| * | QCommandLineOption: optimize ctors | Marc Mutz | 2015-06-19 | 1 | -31/+48 |
| * | QCommandLineOption: fix wrong version number in \since tag | David Faure | 2015-02-24 | 1 | -2/+2 |
| * | QCommandLineParser: add support for hiding options from --help. | David Faure | 2015-02-23 | 1 | -0/+30 |
| * | Update copyright headers | Jani Heikkinen | 2015-02-11 | 1 | -6/+6 |
| * | Update license headers and add new license files | Matti Paaso | 2014-09-24 | 1 | -18/+10 |
| * | QCommandLineParser: support extremely concise option configuration in C++11 | Marc Mutz | 2014-08-06 | 1 | -0/+47 |
| * | Doc: argument(s) was renamed to value(s), adjust QCommandLineOption docs | David Faure | 2014-01-30 | 1 | -3/+3 |
| * | QCommandLineParser: pluck some low-hanging fruit re: exception safety | Marc Mutz | 2013-12-06 | 1 | -5/+12 |
| * | Doc: Add docs for rvalue references and move constructors | Geir Vattekar | 2013-09-27 | 1 | -0/+8 |
| * | QCommandLineParser: improve implementation | David Faure | 2013-09-10 | 1 | -9/+12 |
| * | QCommandLineOption: improve runtime warnings | David Faure | 2013-09-10 | 1 | -5/+5 |
| * | Long live QCommandLineParser! | David Faure | 2013-08-24 | 1 | -0/+308 |