index
:
qt/qtqa.git
6.10
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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Android: Move the Java API signature generator under qtqa repo
Assam Boudjelthia
9 hours
3
-38
/
+311
*
Treat security headers as boring for the purposes of API change review
Edward Welbourne
2025-06-05
1
-2
/
+9
*
Android: remove obsolete org.qtproject.qt.android.accessibility package
Assam Boudjelthia
2025-02-05
1
-2
/
+1
*
Android: Add a script to generate Java API review
Assam Boudjelthia
2024-10-14
1
-0
/
+339
*
Update usage messages for API change review scripts
Edward Welbourne
2024-08-13
2
-2
/
+4
*
Support str() on CMakeScanner.Token and cope with QT_LICENSE_ID
Edward Welbourne
2024-07-30
1
-1
/
+6
*
Exclude headers with relative paths starting ../
Edward Welbourne
2024-07-15
1
-6
/
+12
*
Recurse into subdirecties from CMakeLists.txt on add_subdirectory(...)
Edward Welbourne
2024-05-30
1
-2
/
+14
*
Recursive traversal needs to yield from its recursion
Edward Welbourne
2024-05-16
1
-1
/
+1
*
Ensure newline after each header in cmakescan.py
Edward Welbourne
2024-05-16
1
-2
/
+2
*
Use dict.setdefault() instead of try/KeyError pattern
Edward Welbourne
2024-05-15
1
-3
/
+1
*
Fix --amend and --replace for api-review-gen
Edward Welbourne
2024-03-21
1
-29
/
+70
*
Only clear away the api-review-* branch if it's new
Edward Welbourne
2024-03-21
1
-1
/
+4
*
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
*
Ignore commented-out qt_internal_add...module() uses
Edward Welbourne
2024-01-25
1
-1
/
+1
*
Fix last reference to sync.profile files
Edward Welbourne
2024-01-08
1
-2
/
+2
*
Support acting on single Qt modules in api-review-gen
Edward Welbourne
2023-07-10
1
-6
/
+20
*
Shuffle options in api-review-gen message to alphabetic order
Edward Welbourne
2023-07-10
1
-15
/
+15
*
Cope with modules coming and going or being moved around
Edward Welbourne
2023-07-07
2
-16
/
+51
*
Consistently ignore missing file errors when checking out
Edward Welbourne
2023-07-07
1
-1
/
+1
*
Move two functions later in api-review-gen
Edward Welbourne
2023-07-07
1
-2
/
+2
*
Silence the inanity 'bot during the API change review commits
Edward Welbourne
2023-07-07
1
-3
/
+28
*
In api-review-gen, make one commit per Qt module of a git module
Edward Welbourne
2023-07-07
1
-69
/
+88
*
Convert api-review-gen to get headers from CMake, not sync.profile
Edward Welbourne
2023-07-05
2
-155
/
+24
*
Add a parser for CMakeLists.txt files, to extract public headers
Edward Welbourne
2023-07-05
1
-0
/
+832
*
Remove prior branch base for cached diff after resetboring
Edward Welbourne
2023-06-13
1
-2
/
+2
*
Add initial version of 'qml-api-review' script
Jani Heikkinen
2023-06-09
1
-0
/
+215
*
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
*
fullrun: use context managers when opening files
Cristián Maureira-Fredes
2023-01-11
2
-17
/
+16
*
fix flake8 warnings from run.py
Cristián Maureira-Fredes
2023-01-11
1
-14
/
+29
*
fix flake8 warnings from gitfunctions.py
Cristián Maureira-Fredes
2023-01-11
1
-5
/
+6
*
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
*
Fix use of @ignore_headers list from sync.profile
Edward Welbourne
2022-06-17
1
-1
/
+1
*
Change API change review commit summary to name module
Edward Welbourne
2022-06-17
1
-2
/
+4
*
Ignore various trivia in resetboring.py
Edward Welbourne
2022-06-17
1
-1
/
+4
*
Use SPDX license identifiers
Lucie Gérard
2022-06-08
4
-153
/
+9
*
Adapt resetboring.py to cope with new-style SPDX copyright headers
Edward Welbourne
2022-06-02
1
-5
/
+6
*
Automatically set topic when pushing API change reviews
Edward Welbourne
2022-03-17
3
-6
/
+4
*
Convert API change review script resetboring.py to python3
Edward Welbourne
2021-09-01
2
-14
/
+14
*
Add API Change Review wrapper script
David Skoland
2021-08-17
4
-0
/
+369
*
Adapt to dulwich.index.IndexEntry changing size
Edward Welbourne
2021-08-05
1
-9
/
+22
*
Add note to check documentation
David Skoland
2021-07-05
1
-0
/
+3
[next]