office-gobmx/bin
Gabor Kelemen 996694d786 find-unneeded-includes: fix YAMLLoadWarning on newer systems
After upgrading to Ubuntu 20.04 I got this warning:
YAMLLoadWarning: calling yaml.load() without Loader=... is deprecated, as the default Loader is unsafe. Please read https://msg.pyyaml.org/load for full details.

Change f-u-i per instructions on website above to fix this warning.

Change-Id: I4424b0ced49d81dceb33131e1df150387a89df4a
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/116748
Tested-by: Jenkins
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
2021-06-07 12:06:03 +02:00
..
text_cat
update
bash-completion.in
benchmark-document-loading
bffvalidator.sh.in
check-elf-dynamic-objects
check-icon-sizes.py
check-implementer-notes.py
check-missing-export-asserts.py
check-missing-unittests.py check-missing-unittests: add changes in svl/source/numbers/ 2021-06-01 09:28:56 +02:00
convwatch.py sw: add some SAL_INFO on DoIdleJob interrupt 2021-04-30 19:29:30 +02:00
distro-install-clean-up
distro-install-desktop-integration
distro-install-file-lists
distro-install-sdk
dump-poolitems-values.py
extract-tooltip.py
fake_pom.xml
find-can-be-private-symbols.classes.results make some classes private 2021-05-13 15:35:14 +02:00
find-can-be-private-symbols.functions.results
find-can-be-private-symbols.py
find-clang-format.py
find-duplicated-files.py
find-duplicated-sids.py
find-files-not-referenced-by-makefile.py
find-german-comments
find-headers-to-move-inside-modules.py move some headers inside modules 2021-05-20 14:59:02 +02:00
find-mergedlib-can-be-private.classes.results
find-mergedlib-can-be-private.py
find-most-common-warn-messages.py
find-most-repeated-functions.py
find-undocumented-classes
find-unneeded-includes find-unneeded-includes: fix YAMLLoadWarning on newer systems 2021-06-07 12:06:03 +02:00
find-unused-defines.py
find-unused-sid-commands.py
find-unused-typedefs.py inline some typedefs 2021-05-13 17:03:26 +02:00
find-unusedheaders.py
fixincludeguards.sh
fuzzfiles
gbuild-to-ide qtcreator: Create *.pro and *.pro.shared files in builddir, not srcdir 2021-02-26 08:56:33 +01:00
gen-boost-headers
gen-iwyu-dummy-lib
gen-iwyu-dummy-lib.awk
generate-bash-completion.py
get-bugzilla-attachments-by-mimetype
get_config_variables
git-ps1
gla11y
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
lolcat
merge-app-bundles
module-deps.pl
moveglobalheaders.sh
odfvalidator.sh.in
officeotron.sh.in
oss-fuzz-build.sh Avoid timeout in bin/oss-fuzz-build.sh 2021-06-03 10:56:13 +02:00
parse-perfcheck.py
README.md Updated README.md files 2021-04-19 11:13:41 +02:00
refcount_leak.py
removetooltip_markups.sh
rename-sw-abbreviations.sh
run
sanitize-excludelist.txt
sanitize-image-links
striplanguagetags.sh
stubify.pl
symbolstore.py
symstore.sh
test-hid-vs-ui.py
ui-rules-enforcer.py enforce indicator consistency 2021-06-06 21:36:49 +02:00
ui-translatable.sh
unpack-sources fix unpack-sources to not require GNU find 2021-02-26 00:33:45 +01:00
update_pch Revert "update Skia to chrome/m91" (tdf#141680) 2021-04-14 18:54:32 +02:00
update_pch.sh make update_pch.sh abort on an error 2021-04-08 17:21:55 +02:00
update_pch_autotune.sh
update_pch_bisect
upload_symbols.py
verify-custom-widgets-libs

Tools and Non-Build Scripts

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.