office-gobmx/bin
Patrick Luby 4637080c28 Enable building non-Mac App Store Universal .dmg from merged and signed .app
Add a new bin/create-dmg-from-merged-app-bundle script which is used to
package a merged and signed .app folder (created with the
bin/merge-app-bundles and manually signed) into a distributable .dmg.

Also, add .jnilib files to the lipo list in bin/merge-app-bundles since
these are really .dylib files for Java.

Change-Id: I1da4105b0820251580401f975f499b8d59a20499
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/148101
Tested-by: Jenkins
Reviewed-by: Patrick Luby <plubius@neooffice.org>
2023-03-02 20:20:24 +00: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 Fix escaped sequences in regular expressions 2020-07-24 11:07:09 +02:00
check-missing-export-asserts.py
check-missing-unittests.py check-missing-unittests: fix path 2022-03-12 12:42:45 +01:00
compare-crashreport-stats.py
convwatch.py
crashreportScraper.py
create-dmg-from-merged-app-bundle Enable building non-Mac App Store Universal .dmg from merged and signed .app 2023-03-02 20:20:24 +00:00
distro-install-clean-up Revert "add "s to grep in distro-install-clean-up" 2018-04-25 20:59:14 +02:00
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
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 out of line some heavily repeated functions 2019-03-09 07:29:45 +01:00
find-undocumented-classes
find-unneeded-includes
find-unused-defines.py convert this script to python3 2021-08-30 09:36:48 +02:00
find-unused-sid-commands.py
find-unused-typedefs.py
find-unusedheaders.py Ported bin/find-unusedheaders.pl to Python 2017-06-19 09:15:01 +02:00
fixincludeguards.sh
flat-odf-cleanup.py
fuzzfiles
gbuild-to-ide create compile_commands.json in builddir 2022-12-05 13:54:00 +00:00
gen-boost-headers
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
ios-mapfile-statistics
java-set-classpath.in
lint-ui.py remove support for deprecated GtkAlignment 2021-01-06 20:34:00 +01:00
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 Related: ofz Use-of-uninitialized-value 2022-12-31 11:12:23 +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 Match also "debug" lines (for instance from SAL_DEBUG) 2014-10-22 16:52:35 +03:00
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 Make some scripts more portable 2021-08-20 12:32:22 +02:00
odfvalidator.sh.in
officeotron.sh.in
oss-fuzz-build.sh
oss-fuzz-setup.sh don't export entries from download.lst - only used by make 2022-12-15 22:42:00 +00:00
parse-perfcheck.py
README.md
refcount_leak.py add bin/refcount_leak.py script to help detect leaks of UNO objects 2014-10-20 17:14:37 +02:00
removetooltip_markups.sh
rename-sw-abbreviations.sh rename-sw-abbreviations.sh: Avoid test documents in complex tests. 2015-11-25 22:49:32 +01:00
run
sanitize-excludelist.txt
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 Don't rely on Python's treatment of unrecognized escape sequences 2020-07-13 22:23:44 +02:00
ui-rules-enforcer.py
ui-translatable.sh Make some scripts more portable 2021-08-20 12:32:22 +02:00
unpack-sources
update_pch introduce docmodel comp., model::ThemeColor, use it in SvxColorItem 2023-01-12 23:15:58 +00: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/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.