tree: 1304ee0717d962ccdba5e1c669c03814b4038d00 [path history] [tgz]
  1. text_cat/
  2. update/
  3. attachment_mimetypes.py
  4. bash-completion.in
  5. benchmark-document-loading
  6. bffvalidator.sh.in
  7. check-autocorr.py
  8. check-elf-dynamic-objects
  9. check-icon-sizes.py
  10. check-implementer-notes.py
  11. check-missing-export-asserts.py
  12. check-missing-unittests.py
  13. compare-crashreport-stats.py
  14. convwatch.py
  15. crashreportScraper.py
  16. create-dmg-from-merged-app-bundle
  17. diff-pdf-page.py
  18. distro-install-clean-up
  19. distro-install-desktop-integration
  20. distro-install-file-lists
  21. distro-install-sdk
  22. dump-poolitems-values.py
  23. extract-tooltip.py
  24. fake_pom.xml
  25. find-can-be-private-symbols.classes.results
  26. find-can-be-private-symbols.functions.results
  27. find-can-be-private-symbols.py
  28. find-clang-format.py
  29. find-duplicated-files.py
  30. find-duplicated-sids.py
  31. find-files-not-referenced-by-makefile.py
  32. find-german-comments
  33. find-headers-to-move-inside-modules.py
  34. find-mergedlib-can-be-private-symbols.classes.results
  35. find-mergedlib-can-be-private-symbols.functions.results
  36. find-mergedlib-can-be-private.py
  37. find-most-common-warn-messages.py
  38. find-most-repeated-functions.py
  39. find-undocumented-classes
  40. find-unneeded-includes
  41. find-unused-configkeys.sh
  42. find-unused-data.sh
  43. find-unused-defines.py
  44. find-unused-sid-commands.py
  45. find-unused-typedefs.py
  46. find-unused-using.sh
  47. find-unusedheaders.sh
  48. fixincludeguards.sh
  49. flat-odf-cleanup.py
  50. fuzzfiles
  51. gbuild-to-ide
  52. gen-boost-headers
  53. generate-bash-completion.py
  54. get-bugzilla-attachments-by-mimetype
  55. get-forum-attachments.py
  56. get_config_variables
  57. git-ps1
  58. gla11y
  59. includebloat.awk
  60. ios-mapfile-statistics
  61. java-set-classpath.in
  62. lint-ui.py
  63. list-dispatch-commands.py
  64. list-uitest.py
  65. lo-all-static-libs
  66. lo-commit-stat
  67. lo-pack-sources
  68. lo-xlate-lang
  69. lolcat
  70. merge-app-bundles
  71. module-deps.pl
  72. moveglobalheaders.sh
  73. odfvalidator.sh.in
  74. officeotron.sh.in
  75. oss-fuzz-build.sh
  76. oss-fuzz-setup.sh
  77. parse-perfcheck.py
  78. README.md
  79. refcount_leak.py
  80. removetooltip_markups.sh
  81. rename-sw-abbreviations.sh
  82. replace_missing_fonts.sh
  83. run
  84. sanitize-excludelist.txt
  85. sanitize-image-links
  86. striplanguagetags.sh
  87. stubify.pl
  88. symbolstore.py
  89. symstore.sh
  90. test-hid-vs-ui.py
  91. ui-rules-enforcer.py
  92. ui-translatable.sh
  93. unpack-sources
  94. update_pch
  95. update_pch.sh
  96. update_pch_autotune.sh
  97. update_pch_bisect
  98. upload_symbols.py
  99. verify-custom-widgets-libs
bin/README.md

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.