summaryrefslogtreecommitdiff
path: root/scripts/api-review/resetboring.py
Commit message (Expand)AuthorAgeFilesLines
* Mark some more trivial changes as boringEdward Welbourne2023-01-121-1/+3
* remove unused variable in resetboring.pyCristián Maureira-Fredes2023-01-111-1/+1
* Ignore changes from qSwap(x, y) to x.swap(y)Edward Welbourne2022-08-051-0/+38
* Fix handling of transition to SPDX headersEdward Welbourne2022-08-051-5/+17
* Ignore qSwap() being replaced by std::swap() or qt_pointer_swap()Edward Welbourne2022-08-041-0/+2
* Fix harmonizing of old and new forms with common plausible precursorEdward Welbourne2022-08-011-0/+4
* Ignore QLatin1Char('x') -> u'x' conversionsEdward Welbourne2022-07-081-0/+26
* Ignore various trivia in resetboring.pyEdward Welbourne2022-06-171-1/+4
* Use SPDX license identifiersLucie Gérard2022-06-081-39/+3
* Adapt resetboring.py to cope with new-style SPDX copyright headersEdward Welbourne2022-06-021-5/+6
* Convert API change review script resetboring.py to python3Edward Welbourne2021-09-011-11/+11
* Adapt to dulwich.index.IndexEntry changing sizeEdward Welbourne2021-08-051-9/+22
* Adjust feature-#if-ery code to cope with the OpenGL featuresEdward Welbourne2020-11-101-9/+31
* Refactor one of Seleector.Censor.recipe()'s scannersEdward Welbourne2020-11-041-18/+22
* Treat s/Q_REQUIRED_RESULT/[[nodiscard]]/ as boringEdward Welbourne2020-10-281-3/+4
* Include '...' as a distinct token in resetboring.py's parserEdward Welbourne2020-10-021-1/+1
* Ignore conversion of QVariant::value<>() to qvariant_cast<>()Edward Welbourne2020-10-021-0/+45
* Treat additions of noexcept as boringEdward Welbourne2020-09-071-2/+4
* Ignore s/Q_ALIGNOF/alignof/, s/Q_DECL_ALIGN/alignas/, s/QVector/QList/Edward Welbourne2020-09-071-0/+3
* Simplify and clarify some recipe code in resetboring.pyEdward Welbourne2020-09-071-9/+9
* Detect several other archaic surrogates for constexprEdward Welbourne2020-08-141-1/+4
* Add a fixer for Q_STATIC_ASSERT(_X)? becoming static_assertEdward Welbourne2020-06-151-0/+13
* Tweak resetboring.py slightlyEdward Welbourne2020-03-261-2/+3
* Ignore fatuous substitutions introduced in Qt 5.15Edward Welbourne2020-02-051-0/+6
* Move API change review scripts from qtsdk/packaging-tools/Edward Welbourne2019-10-031-0/+1002