Files
loongoffice/bin
Justin Luth dff45ef014 diff-pdf-page.py: remove intermediate composite step
One convert step can be eliminated,
which should help with performance.

Change-Id: I860c90fec7f178b456b942d8ad4e4ec5d0412e05
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/175467
Reviewed-by: Justin Luth <jluth@mail.com>
Tested-by: Jenkins
Reviewed-by: László Németh <nemeth@numbertext.org>
2024-10-24 15:54:48 +02:00
..
2023-05-19 13:45:29 +02:00
2024-05-15 00:01:31 +02:00
2024-01-30 21:03:34 +01:00
2024-09-25 22:28:32 +02:00
2024-01-25 19:16:35 +01:00
2024-04-18 09:16:12 +02:00

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.