index
:
qt/qtqa.git
6.8
6.8.2
6.8.3
6.9
6.9.0
6.9.1
dev
master
Qt QA Scripts
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
scripts
/
api-review
/
resetboring.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use dict.setdefault() instead of try/KeyError pattern
Edward Welbourne
2024-05-15
1
-3
/
+1
*
Prefer somewhat similar old lines to match a new one
Edward Welbourne
2024-03-21
1
-10
/
+27
*
Fix resetboring's failure to spot hspace-only changes
Edward Welbourne
2024-02-19
1
-3
/
+11
*
Work round dulwich changing its IndexEntry internals
Edward Welbourne
2024-02-19
1
-2
/
+7
*
Fix mismatch in parentheses in resetboring.py
Edward Welbourne
2023-05-30
1
-1
/
+1
*
Mark some more trivial changes as boring
Edward Welbourne
2023-01-12
1
-1
/
+3
*
remove unused variable in resetboring.py
Cristián Maureira-Fredes
2023-01-11
1
-1
/
+1
*
Ignore changes from qSwap(x, y) to x.swap(y)
Edward Welbourne
2022-08-05
1
-0
/
+38
*
Fix handling of transition to SPDX headers
Edward Welbourne
2022-08-05
1
-5
/
+17
*
Ignore qSwap() being replaced by std::swap() or qt_pointer_swap()
Edward Welbourne
2022-08-04
1
-0
/
+2
*
Fix harmonizing of old and new forms with common plausible precursor
Edward Welbourne
2022-08-01
1
-0
/
+4
*
Ignore QLatin1Char('x') -> u'x' conversions
Edward Welbourne
2022-07-08
1
-0
/
+26
*
Ignore various trivia in resetboring.py
Edward Welbourne
2022-06-17
1
-1
/
+4
*
Use SPDX license identifiers
Lucie Gérard
2022-06-08
1
-39
/
+3
*
Adapt resetboring.py to cope with new-style SPDX copyright headers
Edward Welbourne
2022-06-02
1
-5
/
+6
*
Convert API change review script resetboring.py to python3
Edward Welbourne
2021-09-01
1
-11
/
+11
*
Adapt to dulwich.index.IndexEntry changing size
Edward Welbourne
2021-08-05
1
-9
/
+22
*
Adjust feature-#if-ery code to cope with the OpenGL features
Edward Welbourne
2020-11-10
1
-9
/
+31
*
Refactor one of Seleector.Censor.recipe()'s scanners
Edward Welbourne
2020-11-04
1
-18
/
+22
*
Treat s/Q_REQUIRED_RESULT/[[nodiscard]]/ as boring
Edward Welbourne
2020-10-28
1
-3
/
+4
*
Include '...' as a distinct token in resetboring.py's parser
Edward Welbourne
2020-10-02
1
-1
/
+1
*
Ignore conversion of QVariant::value<>() to qvariant_cast<>()
Edward Welbourne
2020-10-02
1
-0
/
+45
*
Treat additions of noexcept as boring
Edward Welbourne
2020-09-07
1
-2
/
+4
*
Ignore s/Q_ALIGNOF/alignof/, s/Q_DECL_ALIGN/alignas/, s/QVector/QList/
Edward Welbourne
2020-09-07
1
-0
/
+3
*
Simplify and clarify some recipe code in resetboring.py
Edward Welbourne
2020-09-07
1
-9
/
+9
*
Detect several other archaic surrogates for constexpr
Edward Welbourne
2020-08-14
1
-1
/
+4
*
Add a fixer for Q_STATIC_ASSERT(_X)? becoming static_assert
Edward Welbourne
2020-06-15
1
-0
/
+13
*
Tweak resetboring.py slightly
Edward Welbourne
2020-03-26
1
-2
/
+3
*
Ignore fatuous substitutions introduced in Qt 5.15
Edward Welbourne
2020-02-05
1
-0
/
+6
*
Move API change review scripts from qtsdk/packaging-tools/
Edward Welbourne
2019-10-03
1
-0
/
+1002