office-gobmx/bin
Caolán McNamara e2279c7345 upgrade to more recent fuzzing dicts and use some additional ones
that look a good fit for the formats we're already fuzzing

Change-Id: Ie635d17d829858c0cb10f71ea936f8dc131db811
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/151052
Tested-by: Caolán McNamara <caolanm@redhat.com>
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
2023-04-26 17:42:01 +02:00
..
text_cat
update
attachment_mimetypes.py
bash-completion.in
benchmark-document-loading
bffvalidator.sh.in
check-autocorr.py Related: tdf#150687 check autocorr DocumentList.xml at build time 2023-01-05 09:56:48 +00:00
check-elf-dynamic-objects Adapt to renamed libcairo-lo.so.2 2023-02-13 17:41:06 +00:00
check-icon-sizes.py
check-implementer-notes.py
check-missing-export-asserts.py
check-missing-unittests.py
compare-crashreport-stats.py
convwatch.py
count-slow-uitests UITest_{calc_tests6,chart,chart2,sort}: enable oneprocess mode 2023-03-30 06:54:54 +00:00
crashreportScraper.py crashreportScraper: Also get info about the last 4 uno commands 2022-10-21 08:52:26 +02:00
create-dmg-from-merged-app-bundle Improve scripts that codesign and create a .dmg from a Universal bundle 2023-03-14 20:04:59 +00: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
find-can-be-private-symbols.functions.results SetAlternatingRowColors is gone now 2023-02-08 16:10:58 +00:00
find-can-be-private-symbols.py no need to load ExportPPT symbol at runtime 2022-09-14 20:31:04 +02:00
find-clang-format.py
find-duplicated-files.py
find-duplicated-sids.py
find-files-not-referenced-by-makefile.py
find-german-comments replace egrep/fgrep calls with grep -E/grep -F 2022-09-08 14:43:53 +02:00
find-headers-to-move-inside-modules.py
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-unused-defines.py
find-unused-sid-commands.py
find-unused-typedefs.py
find-unused-using.sh Add script to find unused using declarations 2023-04-25 08:09:28 +02:00
find-unusedheaders.py
fixincludeguards.sh
flat-odf-cleanup.py flat-odf-cleanup.py: remove some presentation related styles 2022-11-30 18:44:54 +01:00
fuzzfiles
gbuild-to-ide create compile_commands.json in builddir 2022-12-05 13:54:00 +00:00
gen-boost-headers Drop redundant -Wnon-virtual-dtor 2022-11-24 10:38:28 +01:00
generate-bash-completion.py
get-bugzilla-attachments-by-mimetype
get-forum-attachments.py get-forum-attachment: Add optional get-file argument 2022-12-12 13:08:48 +00:00
get_config_variables keep environment clear of SYSTEM_FOO vars 2022-12-19 10:31:19 +00:00
git-ps1
gla11y
includebloat.awk Make bin/includebloat.awk script output prettier 2023-04-25 10:42:37 +02:00
ios-mapfile-statistics
java-set-classpath.in
lint-ui.py
list-dispatch-commands.py Fix links in DispatchCommands wiki page 2023-02-07 10:28:43 +00:00
list-uitest.py
lo-all-static-libs Partial fix: iOS missing text direction listbox in Format > Page Style > Page 2023-03-22 17:15:36 +00:00
lo-commit-stat
lo-pack-sources lo-pack-sources: Add support for pbzip2. 2023-02-11 22:45:27 +00:00
lo-xlate-lang
lolcat
merge-app-bundles Enable building non-Mac App Store Universal .dmg from merged and signed .app 2023-03-02 20:20:24 +00:00
module-deps.pl
moveglobalheaders.sh
odfvalidator.sh.in
officeotron.sh.in
oss-fuzz-build.sh
oss-fuzz-setup.sh upgrade to more recent fuzzing dicts and use some additional ones 2023-04-26 17:42:01 +02:00
parse-perfcheck.py
README.md
refcount_leak.py
removetooltip_markups.sh
rename-sw-abbreviations.sh
run
sanitize-excludelist.txt ofz#56818 Integer-overflow 2023-03-09 10:49:01 +00:00
sanitize-image-links
striplanguagetags.sh
stubify.pl
symbolstore.py
symstore.sh upgrade to openssl-3.0.5 2022-09-10 15:34:54 +02:00
test-hid-vs-ui.py
ui-rules-enforcer.py gtk4: caps-lock-warning is gone as a property 2022-09-07 15:05:37 +02:00
ui-translatable.sh
unpack-sources
update_pch introduce docmodel comp., model::ThemeColor, use it in SvxColorItem 2023-01-12 23:15:58 +00:00
update_pch.sh
update_pch_autotune.sh
update_pch_bisect
upload_symbols.py upload_symbols: Clarify parameters 2022-11-01 15:57:32 +01:00
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/run.

This utility can be used to run the executables in this folder:

workdir/LinkTarget/Executable

Format of the usage is:

./bin/run application [parameters]|--list|--help

Use --list (same as -list or -l) to get the list of executables Use --help (same as -help or -h) to get this help

Another 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.

Please note that the associated issue tdf#39468 is now marked as RESOLVED/FIXED, so don't expect many German comments.