Files
loongoffice/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
..
2018-01-16 12:40:51 +01:00
2018-01-06 07:41:36 +01:00
2018-07-24 08:22:05 +02:00
2018-07-24 08:22:20 +02:00
2018-01-18 08:10:04 +01:00
2018-02-19 12:58:11 +01:00

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.