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