office-gobmx/bin
Thorsten Behrens 493ae7a6bb replace usage of blacklist with denylist
.. and a few cases of instead doing blacklist->excludelist where that
made more sense.

Background and motivation:
  https://tools.ietf.org/html/draft-knodel-terminology-02

[API CHANGE] officecfg::Office::Canvas::DeviceBlacklist -> DeviceDenylist
[API CHANGE] officecfg::Office::Canvas::BlacklistCurrentDevice -> DenylistCurrentDevice
[API CHANGE] officecfg::Office::Common::Misc::OpenCLBlackList -> OpenCLDenyList

Change-Id: Ia35e25496bf0cc0692d5de4cb66bfc232d3a869e
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/98180
Tested-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
2020-07-10 01:34:54 +02:00
..
text_cat
update Fix 'is' operator for comparison 2019-11-24 07:41:58 +01:00
bash-completion.in
benchmark-document-loading
bffvalidator.sh.in
check-elf-dynamic-objects python3: bundle libffi for GNU/Linux builds 2020-01-09 17:56:19 +01:00
check-icon-sizes.py
check-implementer-notes.py Battle-harden ODF implementer notes script 2020-06-05 01:14:34 +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 document output is pdf, not ps 2020-01-16 18:07:32 +01:00
distro-install-clean-up
distro-install-desktop-integration
distro-install-file-lists Remove tango icon theme, tdf#132022 2020-04-29 21:28:23 +02:00
distro-install-sdk
dump-poolitems-values.py
extract-tooltip.py
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
find-files-not-referenced-by-makefile.py remove some dead code 2020-03-03 08:26:40 +01:00
find-german-comments
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 mark some more classes hidden in --enable-mergelibs mode 2020-03-06 17:50:30 +01:00
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 bin/find-most-common-warn-messages.py: Switch to python3 2019-10-05 02:08:08 +02:00
find-most-repeated-functions.py
find-undocumented-classes
find-unneeded-includes Drop o3tl::optional wrapper 2020-02-21 14:50:28 +01:00
find-unused-defines.py remove some unused defines 2020-05-24 10:20:19 +02:00
find-unused-sid-commands.py
find-unused-typedefs.py remove some unused typedefs 2020-05-24 10:19:26 +02:00
find-unusedheaders.py
fixincludeguards.sh
fuzzfiles
gbuild-to-ide vs-ide-integration: unescape values coming from DEFS 2020-07-08 12:47:53 +02:00
gen-boost-headers boost: disable -Wmaybe-uninitialized from GCC 9.2.1 -Og 2020-02-24 19:15:16 +01:00
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 bin: remove unused wiki tag in script 2020-03-05 20:58:43 +01:00
lo-all-static-libs Add libepubgen 2020-04-14 08:14:52 +02:00
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 drop gtk2 support 2019-09-30 16:53:32 +02:00
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 bin/run: missing exedir for macOS 2019-11-17 13:16:13 +01:00
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
symstore.sh replace usage of blacklist with denylist 2020-07-10 01:34:54 +02:00
test-hid-vs-ui.py
ui-checkdomain.sh
ui-translatable.sh
unpack-sources
update_pch reduce number of framework libraries 2020-07-04 22:42:54 +02:00
update_pch.sh make bin/update_pch work with srcdir != builddir 2019-11-11 10:21:31 +01:00
update_pch_autotune.sh
update_pch_bisect pyuno,*: kill Python 2 support with fire 2020-04-09 16:43:34 +02:00
upload_symbols.py Fix bin/upload_symbols.py against current crashreport service 2020-04-09 19:07:12 +02:00
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.