tree: d375a6aa9bf1ca6fb6598b961d764f01cc396b57 [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. distro-install-clean-up
  18. distro-install-desktop-integration
  19. distro-install-file-lists
  20. distro-install-sdk
  21. dump-poolitems-values.py
  22. extract-tooltip.py
  23. fake_pom.xml
  24. find-can-be-private-symbols.classes.results
  25. find-can-be-private-symbols.functions.results
  26. find-can-be-private-symbols.py
  27. find-clang-format.py
  28. find-duplicated-files.py
  29. find-duplicated-sids.py
  30. find-files-not-referenced-by-makefile.py
  31. find-german-comments
  32. find-headers-to-move-inside-modules.py
  33. find-mergedlib-can-be-private.classes.results
  34. find-mergedlib-can-be-private.py
  35. find-most-common-warn-messages.py
  36. find-most-repeated-functions.py
  37. find-undocumented-classes
  38. find-unneeded-includes
  39. find-unused-configkeys.sh
  40. find-unused-data.sh
  41. find-unused-defines.py
  42. find-unused-sid-commands.py
  43. find-unused-typedefs.py
  44. find-unused-using.sh
  45. find-unusedheaders.py
  46. fixincludeguards.sh
  47. flat-odf-cleanup.py
  48. fuzzfiles
  49. gbuild-to-ide
  50. gen-boost-headers
  51. generate-bash-completion.py
  52. get-bugzilla-attachments-by-mimetype
  53. get-forum-attachments.py
  54. get_config_variables
  55. git-ps1
  56. gla11y
  57. includebloat.awk
  58. ios-mapfile-statistics
  59. java-set-classpath.in
  60. lint-ui.py
  61. list-dispatch-commands.py
  62. list-uitest.py
  63. lo-all-static-libs
  64. lo-commit-stat
  65. lo-pack-sources
  66. lo-xlate-lang
  67. lolcat
  68. merge-app-bundles
  69. module-deps.pl
  70. moveglobalheaders.sh
  71. odfvalidator.sh.in
  72. officeotron.sh.in
  73. oss-fuzz-build.sh
  74. oss-fuzz-setup.sh
  75. parse-perfcheck.py
  76. README.md
  77. refcount_leak.py
  78. removetooltip_markups.sh
  79. rename-sw-abbreviations.sh
  80. run
  81. sanitize-excludelist.txt
  82. sanitize-image-links
  83. striplanguagetags.sh
  84. stubify.pl
  85. symbolstore.py
  86. symstore.sh
  87. test-hid-vs-ui.py
  88. ui-rules-enforcer.py
  89. ui-translatable.sh
  90. unpack-sources
  91. update_pch
  92. update_pch.sh
  93. update_pch_autotune.sh
  94. update_pch_bisect
  95. upload_symbols.py
  96. 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.