office-gobmx/bin
Mike Kaganski bd96a6f7b7 Don't rely on Python's treatment of unrecognized escape sequences
According to [1]:

> Changed in version 3.6: Unrecognized escape sequences produce a DeprecationWarning.
> In a future Python version they will be a SyntaxWarning and eventually a SyntaxError.

[1] https://docs.python.org/3/reference/lexical_analysis.html#string-and-bytes-literals

Change-Id: Ia4f79f17ccb121f423f35b1e1306d5ae285e8762
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/98321
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
2020-07-13 22:23:44 +02:00
..
text_cat
update Don't rely on Python's treatment of unrecognized escape sequences 2020-07-13 22:23:44 +02:00
bash-completion.in
benchmark-document-loading
bffvalidator.sh.in
check-elf-dynamic-objects replace usage of whitelist with allowlist 2020-07-10 01:36:07 +02:00
check-icon-sizes.py
check-implementer-notes.py Don't rely on Python's treatment of unrecognized escape sequences 2020-07-13 22:23:44 +02:00
check-missing-export-asserts.py bin: Add script to find missing asserts in export tests 2020-05-30 14:31:41 +02:00
check-missing-unittests.py check-missing-unittests: Add date to the output and... 2020-06-30 17:14:06 +02:00
convwatch.py
distro-install-clean-up
distro-install-desktop-integration
distro-install-file-lists
distro-install-sdk
dump-poolitems-values.py
extract-tooltip.py Don't rely on Python's treatment of unrecognized escape sequences 2020-07-13 22:23:44 +02:00
fake_pom.xml
find-can-be-private-symbols.classes.results make some symbols private 2020-07-07 17:44:23 +02:00
find-can-be-private-symbols.functions.results make some symbols private 2020-07-07 17:44:23 +02:00
find-can-be-private-symbols.py make some symbols private 2020-07-07 17:44:23 +02:00
find-clang-format.py replace usage of blacklist with denylist 2020-07-10 01:34:54 +02:00
find-duplicated-files.py
find-duplicated-sids.py Don't rely on Python's treatment of unrecognized escape sequences 2020-07-13 22:23:44 +02:00
find-files-not-referenced-by-makefile.py
find-german-comments Don't rely on Python's treatment of unrecognized escape sequences 2020-07-13 22:23:44 +02:00
find-headers-to-move-inside-modules.py move headers inside modules 2020-07-06 22:14:19 +02:00
find-mergedlib-can-be-private.classes.results
find-mergedlib-can-be-private.py reduce number of framework libraries 2020-07-04 16:56:59 +02:00
find-most-common-warn-messages.py
find-most-repeated-functions.py
find-undocumented-classes
find-unneeded-includes Fix typo 2020-07-12 18:20:42 +02:00
find-unused-defines.py Don't rely on Python's treatment of unrecognized escape sequences 2020-07-13 22:23:44 +02:00
find-unused-sid-commands.py Don't rely on Python's treatment of unrecognized escape sequences 2020-07-13 22:23:44 +02:00
find-unused-typedefs.py Don't rely on Python's treatment of unrecognized escape sequences 2020-07-13 22:23:44 +02:00
find-unusedheaders.py
fixincludeguards.sh
fuzzfiles
gbuild-to-ide Don't rely on Python's treatment of unrecognized escape sequences 2020-07-13 22:23:44 +02:00
gen-boost-headers
gen-iwyu-dummy-lib
gen-iwyu-dummy-lib.awk
generate-bash-completion.py
get-bugzilla-attachments-by-mimetype replace usage of blacklist with denylist 2020-07-10 01:34:54 +02:00
get_config_variables
git-ps1
gla11y Fix typo 2020-07-08 09:22:19 +02:00
includebloat.awk
ios-mapfile-statistics
java-set-classpath.in
lint-ui.py
list-dispatch-commands.py
list-uitest.py
lo-all-static-libs
lo-commit-stat
lo-pack-sources
lo-xlate-lang bin/lo-xlate-lang: norwegian -> norwegian_bokmal for nb 2020-06-28 16:03:02 +02:00
lolcat
module-deps.pl
moveglobalheaders.sh
odfvalidator.sh.in
officeotron.sh.in
oss-fuzz-build.sh replace usage of blacklist with denylist 2020-07-10 01:34:54 +02:00
parse-perfcheck.py
README
refcount_leak.py
removetooltip_markups.sh
rename-sw-abbreviations.sh
run
sanitize-excludelist.txt replace usage of blacklist with denylist 2020-07-10 01:34:54 +02:00
sanitize-image-links
striplanguagetags.sh
stubify.pl
symbolstore.py Don't rely on Python's treatment of unrecognized escape sequences 2020-07-13 22:23:44 +02:00
symstore.sh replace usage of blacklist with denylist 2020-07-10 01:34:54 +02:00
test-hid-vs-ui.py Don't rely on Python's treatment of unrecognized escape sequences 2020-07-13 22:23:44 +02:00
ui-checkdomain.sh
ui-translatable.sh
unpack-sources
update_pch Don't rely on Python's treatment of unrecognized escape sequences 2020-07-13 22:23:44 +02:00
update_pch.sh
update_pch_autotune.sh
update_pch_bisect
upload_symbols.py
verify-custom-widgets-libs

Tools and scripts mostly not used during the build

This direction has a number of key pieces (?) that are used during the
build, or are simply generally useful. One example is

bin/find-german-comments <directory>

which will try to detect and extract all the German comments in a
given source code hierarchy / directory.