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