Files
loongoffice/bin
Stephan Bergmann aef6da021d Silence clang-cl -Werror,-Wmicrosoft-unqualified-friend in external/boost
...messages like:

> workdir/UnpackedTarball/boost\boost/bimap/detail/map_view_iterator.hpp(138,18):  error: unqualified friend declaration referring to type outside of the nearest enclosing namespace is a Microsoft extension; add a nested name specifier [-Werror,-Wmicrosoft-unqualified-friend]
>     friend class iterator_core_access;
>                  ^
>                  ::boost::iterators::

Change-Id: I393b7c95943a55d5f755cfed41e0b7bc3306c568
Reviewed-on: https://gerrit.libreoffice.org/47673
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
2018-01-09 23:20:20 +01:00
..
2017-06-21 14:14:10 +02:00
2018-01-06 07:41:36 +01:00
2017-08-17 21:53:28 +02:00
2017-08-17 21:53:28 +02:00
2017-03-26 20:37:59 +00:00
2017-07-21 08:20:50 +01:00
2017-03-19 05:49:15 +00:00
2018-01-05 07:38:01 +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.