office-gobmx/bin
Xisco Fauli 7bd768846a get-forum-attachment: Add optional get-file argument
to help to download a specific file
e.g: --get-file forum-mso-en4-93354.xls

Change-Id: Id6a2388a3388d7a332a0a7e1bd8042094d835ca7
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/143984
Tested-by: Xisco Fauli <xiscofauli@libreoffice.org>
Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org>
2022-12-12 13:08:48 +00:00
..
text_cat
update
attachment_mimetypes.py
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
compare-crashreport-stats.py
convwatch.py
crashreportScraper.py crashreportScraper: Also get info about the last 4 uno commands 2022-10-21 08:52:26 +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
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
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-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
git-ps1
gla11y
includebloat.awk
ios-mapfile-statistics
java-set-classpath.in
lint-ui.py
list-dispatch-commands.py Allow using bin/list-dispatch-commands.py with separate builddir 2022-11-15 10:37:08 +01:00
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
oss-fuzz-setup.sh
parse-perfcheck.py
README.md
refcount_leak.py
removetooltip_markups.sh
rename-sw-abbreviations.sh
run
sanitize-excludelist.txt ofz#53547 integer-overflow in poly is a lost cause I feel 2022-11-19 11:06:00 +01:00
sanitize-image-links
striplanguagetags.sh
stubify.pl
symbolstore.py
symstore.sh
test-hid-vs-ui.py
ui-rules-enforcer.py
ui-translatable.sh
unpack-sources
update_pch
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.