subsurface/scripts
Berthold Stoeger 5ac64ab2cd cleanup: replace Q_FOREACH and foreach by range base for
Q_FOREACH and foreach are anachronisms.

Range based for may cause a performance regression: it can
lead to a copy of shared containers (one reason why Qt's
COW containers are broken). However, as long as there is no
user noticeable delay, there is no point in analyzing each case.
And also no point in slapping an 'asConst' on every container
that is looped over.

Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
2024-03-24 17:53:19 +01:00
..
docker CICD: Move Windows Build to New Container. 2024-01-24 00:05:26 +13:00
add-version-to-metainfo.sh Change AppStream metainfo file extension and path 2024-01-14 15:59:29 -08:00
build-libdivecomputer.sh
build.sh build-system: sort Usage message and add missing options 2024-02-07 15:00:56 -08:00
check-version
checktranslation.pl
countTranslations.sh
create-releasenotes.sh CICD: Add a File Containing the Release Title to CICD Releases. 2024-01-31 15:18:21 -08:00
diviac.pl
downloader.pl Downloader: Install perl modules and set up environment 2024-01-27 15:38:41 -08:00
get-atomic-buildnr.sh CICD: clean up the noisy scripts 2024-01-10 19:14:25 -08:00
get-dep-lib.sh CICD: Improve Location of Scripts for the Android Build Environment. 2024-01-08 23:05:44 +13:00
get-or-create-build-nr.sh build-system: correctly test that branch was created 2024-01-10 13:44:06 -08:00
get-version rename variable in get-version script 2024-01-06 10:55:24 -08:00
libmtp.patch macOS: fix broken .pc file for libmtp 2022-03-12 08:28:32 -08:00
mobilecomponents.sh
parse-descriptor.pl
prep-manual.sh
ReleaseTasks.txt
smtk2ssrf-build.sh [smtk-import] Move to current mdbtools github repo 2023-12-17 11:05:32 +13:00
smtk2ssrf.pl
translationmark.pl
travis-wait.sh
updatetranslationsource.sh
whitespace.pl cleanup: replace Q_FOREACH and foreach by range base for 2024-03-24 17:53:19 +01:00
win-ldd.pl