aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/qdoc2tasks.pl
Commit message (Collapse)AuthorAgeFilesLines
* qdoc2tasks.pl: Print messages continued over several linesFriedemann Kleint2018-02-211-1/+18
| | | | | | | | | | | | | | For example: qtandroidextras/src/androidextras/android/qandroidfunctions.cpp:301: (qdoc) warning: clang found diagnostics parsing \fn bool QtAndroid::bindService(const QAndroidIntent &serviceIntent, const QAndroidServiceConnection &serviceConnection, BindFlags flags = BindFlag::None) error: use of undeclared identifier 'QtAndroid' error: unknown type name 'QAndroidIntent' error: unknown type name 'QAndroidServiceConnection' error: unknown type name 'BindFlags' error: use of undeclared identifier 'BindFlag' Change-Id: Ie9a9accf97cdd639b8a8a9ff908a73588fc15ff5 Reviewed-by: Tobias Hunger <tobias.hunger@qt.io>
* qdoc2tasks.pl: Adapt to changed message format in Qt 5.11Friedemann Kleint2018-01-261-2/+3
| | | | | | | Account for the additional '(qdoc)'. Change-Id: Ibef4dfba66bcc2eb1d47535b9e6501ed3a47e968 Reviewed-by: Tobias Hunger <tobias.hunger@qt.io>
* Update License according to aggrement with Free Qt FoundationTobias Hunger2016-01-191-0/+25
| | | | | | | | | * Make sure all scripts come with a license * Update the license in the scripts * Add scripts to help with license changes Change-Id: I38a25aa1287ee8a75e0f0307d1b30320d781ad1f Reviewed-by: Tobias Hunger <tobias.hunger@theqtcompany.com>
* Add qdoc2tasks.pl for converting qdoc warning logs into .tasks files.Friedemann Kleint2014-03-251-0/+26
Change-Id: Ia8f481b1473a2194d87cf7df00966917c3a4e341 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@digia.com> Reviewed-by: Tobias Hunger <tobias.hunger@digia.com>