office-gobmx/bin
Caolán McNamara ad74486b63 ofz#65655 build failure, github svn now disabled
Change-Id: Id0d0fe466c9081560be9628b72d7002a8e5eadfe
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/161886
Tested-by: Caolán McNamara <caolan.mcnamara@collabora.com>
Reviewed-by: Caolán McNamara <caolan.mcnamara@collabora.com>
2024-01-10 11:22:21 +01:00
..
text_cat
update Fix make create-update-info also for non-Windows 2024-01-05 17:55:08 +01:00
attachment_mimetypes.py
bash-completion.in
benchmark-document-loading tdf#158803 Remove unused imports from bin 2023-12-29 09:54:42 +01:00
bffvalidator.sh.in
check-autocorr.py tdf#158803 Remove unused imports from bin 2023-12-29 09:54:42 +01:00
check-elf-dynamic-objects
check-icon-sizes.py
check-implementer-notes.py
check-missing-export-asserts.py
check-missing-unittests.py check-missing-unittests: change to dump JSON 2023-09-14 18:00:59 +02:00
compare-crashreport-stats.py tdf#158803 Remove unused imports from bin 2023-12-29 09:54:42 +01:00
convwatch.py
crashreportScraper.py
create-dmg-from-merged-app-bundle
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 Make ConvertFieldsToText private 2023-10-21 14:53:53 +02:00
find-can-be-private-symbols.py tdf#158803 Remove unused imports from bin 2023-12-29 09:54:42 +01:00
find-clang-format.py
find-duplicated-files.py
find-duplicated-sids.py
find-files-not-referenced-by-makefile.py tdf#158803 Remove unused imports from bin 2023-12-29 09:54:42 +01:00
find-german-comments Turn onlineupdate into external/onlineupdate 2023-12-15 11:27:49 +01:00
find-headers-to-move-inside-modules.py tdf#158803 Remove unused imports from bin 2023-12-29 09:54:42 +01:00
find-mergedlib-can-be-private.classes.results
find-mergedlib-can-be-private.py tdf#158803 Remove unused imports from bin 2023-12-29 09:54:42 +01:00
find-most-common-warn-messages.py tdf#158803 Remove unused imports from bin 2023-12-29 09:54:42 +01:00
find-most-repeated-functions.py
find-undocumented-classes
find-unneeded-includes tdf#158803 Remove unused imports from bin 2023-12-29 09:54:42 +01:00
find-unused-configkeys.sh find-unused-configkeys: check groups that are not used as templates 2023-11-24 16:00:34 +01:00
find-unused-data.sh
find-unused-defines.py
find-unused-sid-commands.py
find-unused-typedefs.py
find-unused-using.sh
find-unusedheaders.sh Rewrite bin/find-unusedheaders.py 2023-12-24 11:50:26 +01:00
fixincludeguards.sh
flat-odf-cleanup.py flat-odf-cleanup.py: remove various drawing elements 2023-10-11 10:08:42 +02:00
fuzzfiles
gbuild-to-ide VS IDE integration: enable Python pretty printers when debugging a WSL build 2023-11-02 13:43:51 +01:00
gen-boost-headers
generate-bash-completion.py
get-bugzilla-attachments-by-mimetype get-bz-attachments: switch to python3 2023-12-24 00:20:21 +01:00
get-forum-attachments.py
get_config_variables
git-ps1
gla11y gla11y: Add link to a white paper describing the rationales of the tool 2023-10-22 16:33:02 +02:00
includebloat.awk
ios-mapfile-statistics
java-set-classpath.in
lint-ui.py
list-dispatch-commands.py list-dispatch-commands: do not ignore aliases 2023-10-25 12:02:33 +02:00
list-uitest.py
lo-all-static-libs tdf#105844 offapi,package,sfx2: use Argon2 for wholesome ODF encryption 2023-12-20 18:29:36 +01:00
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 ofz#65655 build failure, github svn now disabled 2024-01-10 11:22:21 +01:00
parse-perfcheck.py
README.md
refcount_leak.py Use "set logging enabled on/off" instead of deprecated "set logging on/off" 2023-11-30 13:47:53 +01:00
removetooltip_markups.sh
rename-sw-abbreviations.sh
run Prepend instdir/program to the PATH in bin/run 2023-09-20 14:23:33 +02:00
sanitize-excludelist.txt
sanitize-image-links
striplanguagetags.sh
stubify.pl
symbolstore.py symbolstore: update to python3 2023-12-11 11:40:43 +01:00
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: give some feedback 2023-12-05 09:45:27 +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.