office-gobmx/bin
Gabor Kelemen ae245cdde9 find-unneeded-includes: sort the output
Default IWYU output is sorted alphabetically by filename

A more friendly way to present f-u-i information would be
to sort by line numbers: so that a developer can go through the removal
proposals in the editor top to bottom, without too much cursor positioning
in the list of 100 header lines to delete 20 of them.

The result is not perfect, because numbers in text are not naturally sorted:
line 205 will be listed between 20 and 21; but that's a really rare occasion

Change-Id: I8011321a299a76f5a32469a9d77eb8fcc4521034
Reviewed-on: https://gerrit.libreoffice.org/63144
Tested-by: Jenkins
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
2018-11-13 09:03:45 +01:00
..
text_cat
update
bash-completion.in
benchmark-document-loading
bffvalidator.sh.in
check-elf-dynamic-objects Compensate for set -u when LO_ELFCHECK_WHITELIST is unset 2018-10-29 08:44:11 +01:00
check-icon-sizes.py
convwatch.py
distro-install-clean-up
distro-install-desktop-integration
distro-install-file-lists
distro-install-sdk
dump-poolitems-values.py
extract-tooltip.py
fake_pom.xml
find-duplicated-files.py
find-duplicated-sids.py
find-german-comments
find-most-common-warn-messages.py
find-undocumented-classes
find-unneeded-includes find-unneeded-includes: sort the output 2018-11-13 09:03:45 +01:00
find-unused-defines.py
find-unused-sid-commands.py
find-unused-typedefs.py
find-unusedheaders.py
fixincludeguards.sh
fuzzfiles
gbuild-to-ide Upgrade to vs2017-ide-integration, since we don't support VS2015 in master 2018-08-30 17:16:05 +02:00
gen-boost-headers external/boost: silence -Werror=deprecated-copy (GCC trunk towards GCC 9) 2018-07-26 12:32:54 +02:00
gen-iwyu-dummy-lib
gen-iwyu-dummy-lib.awk
generate-bash-completion.py
get-bugzilla-attachments-by-mimetype
get_config_variables
git-ps1
gla11y gla11y: better print paired element for visibility conflict 2018-10-04 18:27:59 +02:00
includebloat.awk
ios-mapfile-statistics Revert "iOS, remove unused script." 2018-09-14 14:52:28 +03:00
java-set-classpath.in
lint-ui.py
list-dispatch-commands.py
list-uitest.py uitest Impress Document properties 2018-08-03 08:02:41 +02:00
lo-all-static-libs gbuild: rename value OS=IOS to OS=iOS 2018-11-01 16:39:54 +01:00
lo-commit-stat
lo-pack-sources
lo-xlate-lang
lolcat
module-deps.pl
moveglobalheaders.sh
odfvalidator.sh.in
officeotron.sh.in
oss-fuzz-build.sh ofz#10326 oss-fuzz move make clean to start 2018-09-15 13:15:18 +01:00
parse-perfcheck.py parse-perfcheck: fix parsing of previous CSV data 2018-10-02 12:30:12 +02:00
README
refcount_leak.py
removetooltip_markups.sh
rename-sw-abbreviations.sh
run
sanitize-blacklist.txt
sanitize-image-links
striplanguagetags.sh
stubify.pl
symbolstore.py
symstore.sh
test-hid-vs-ui.py
ui-translatable.sh
unpack-sources
update_pch gbuild: rename value OS=IOS to OS=iOS 2018-11-01 16:39:54 +01:00
update_pch.sh
update_pch_autotune.sh
update_pch_bisect
upload_symbols.py
verify-custom-widgets-libs

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/find-german-comments <directory>

which will try to detect and extract all the German comments in a
given source code hierarchy / directory.