summaryrefslogtreecommitdiffstats
path: root/scripts/api-review
Commit message (Expand)AuthorAgeFilesLines
* Android: Move the Java API signature generator under qtqa repoAssam Boudjelthia9 hours3-38/+311
* Treat security headers as boring for the purposes of API change reviewEdward Welbourne2025-06-051-2/+9
* Android: remove obsolete org.qtproject.qt.android.accessibility packageAssam Boudjelthia2025-02-051-2/+1
* Android: Add a script to generate Java API reviewAssam Boudjelthia2024-10-141-0/+339
* Update usage messages for API change review scriptsEdward Welbourne2024-08-132-2/+4
* Support str() on CMakeScanner.Token and cope with QT_LICENSE_IDEdward Welbourne2024-07-301-1/+6
* Exclude headers with relative paths starting ../Edward Welbourne2024-07-151-6/+12
* Recurse into subdirecties from CMakeLists.txt on add_subdirectory(...)Edward Welbourne2024-05-301-2/+14
* Recursive traversal needs to yield from its recursionEdward Welbourne2024-05-161-1/+1
* Ensure newline after each header in cmakescan.pyEdward Welbourne2024-05-161-2/+2
* Use dict.setdefault() instead of try/KeyError patternEdward Welbourne2024-05-151-3/+1
* Fix --amend and --replace for api-review-genEdward Welbourne2024-03-211-29/+70
* Only clear away the api-review-* branch if it's newEdward Welbourne2024-03-211-1/+4
* Prefer somewhat similar old lines to match a new oneEdward Welbourne2024-03-211-10/+27
* Fix resetboring's failure to spot hspace-only changesEdward Welbourne2024-02-191-3/+11
* Work round dulwich changing its IndexEntry internalsEdward Welbourne2024-02-191-2/+7
* Ignore commented-out qt_internal_add...module() usesEdward Welbourne2024-01-251-1/+1
* Fix last reference to sync.profile filesEdward Welbourne2024-01-081-2/+2
* Support acting on single Qt modules in api-review-genEdward Welbourne2023-07-101-6/+20
* Shuffle options in api-review-gen message to alphabetic orderEdward Welbourne2023-07-101-15/+15
* Cope with modules coming and going or being moved aroundEdward Welbourne2023-07-072-16/+51
* Consistently ignore missing file errors when checking outEdward Welbourne2023-07-071-1/+1
* Move two functions later in api-review-genEdward Welbourne2023-07-071-2/+2
* Silence the inanity 'bot during the API change review commitsEdward Welbourne2023-07-071-3/+28
* In api-review-gen, make one commit per Qt module of a git moduleEdward Welbourne2023-07-071-69/+88
* Convert api-review-gen to get headers from CMake, not sync.profileEdward Welbourne2023-07-052-155/+24
* Add a parser for CMakeLists.txt files, to extract public headersEdward Welbourne2023-07-051-0/+832
* Remove prior branch base for cached diff after resetboringEdward Welbourne2023-06-131-2/+2
* Add initial version of 'qml-api-review' scriptJani Heikkinen2023-06-091-0/+215
* Fix mismatch in parentheses in resetboring.pyEdward Welbourne2023-05-301-1/+1
* 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
* fullrun: use context managers when opening filesCristián Maureira-Fredes2023-01-112-17/+16
* fix flake8 warnings from run.pyCristián Maureira-Fredes2023-01-111-14/+29
* fix flake8 warnings from gitfunctions.pyCristián Maureira-Fredes2023-01-111-5/+6
* 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
* Fix use of @ignore_headers list from sync.profileEdward Welbourne2022-06-171-1/+1
* Change API change review commit summary to name moduleEdward Welbourne2022-06-171-2/+4
* Ignore various trivia in resetboring.pyEdward Welbourne2022-06-171-1/+4
* Use SPDX license identifiersLucie Gérard2022-06-084-153/+9
* Adapt resetboring.py to cope with new-style SPDX copyright headersEdward Welbourne2022-06-021-5/+6
* Automatically set topic when pushing API change reviewsEdward Welbourne2022-03-173-6/+4
* Convert API change review script resetboring.py to python3Edward Welbourne2021-09-012-14/+14
* Add API Change Review wrapper scriptDavid Skoland2021-08-174-0/+369
* Adapt to dulwich.index.IndexEntry changing sizeEdward Welbourne2021-08-051-9/+22
* Add note to check documentationDavid Skoland2021-07-051-0/+3