office-gobmx/solenv
Stephan Bergmann bf59f89d88 Move loplugin:fpcomparison to store/
...after bc4e8de8ee "Silence new
loplugin:fpcomparison for now":

> Nov 30 08:33:16 <sberg> noelgrandin, thoughts on whether fpcomparison is actually worth it, seeing the loooooooong blacklist there?
> Nov 30 08:34:11 <noelgrandin> sberg, that's wasn't my idea, can't remember who came up with it. vmiklos was that you?
> Nov 30 08:34:36 <noelgrandin> sberg, the original commit message was "Find code that compares floating point values with == or !=
> Nov 30 08:34:36 <noelgrandin>     It should rather use rtl::math::approxEqual"
> Nov 30 08:34:45 <noelgrandin> so in theory the replacement should be fairly manual
> Nov 30 08:34:48 <vmiklos> i don't think so :)
> Nov 30 08:35:15 <noelgrandin> might have been moggi, but he's not around so.... just disable it
> Nov 30 08:36:19 <sberg> noelgrandin, yeah, in theory; in practice, I guess there's also cases where x==1.0 is what you want exactly (given x tends not to be a computed value after all, but some literal that's being passed around)
> Nov 30 08:36:33 <sberg> noelgrandin, yeah, I'll disable it then

Change-Id: I35f5328efa0ec02d9be837c12efab2b03a3dae52
Reviewed-on: https://gerrit.libreoffice.org/45550
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Tested-by: Stephan Bergmann <sbergman@redhat.com>
2017-11-30 15:09:35 +01:00
..
bin etags: pass the "-e" flag directly to ctag binary 2017-11-29 09:10:39 +01:00
buck
clang-cl chmod 0755 -> 0644 for some source files 2017-10-23 20:52:41 +02:00
clang-format Move loplugin:fpcomparison to store/ 2017-11-30 15:09:35 +01:00
doc/gbuild de-hrc various things 2017-07-21 08:20:51 +01:00
gbuild Turns out SdiTarget needs the extended SOLARINC after all 2017-11-27 15:59:38 +01:00
gbuildtojson gbuildtojson prepare for new filetypes. 2017-01-16 18:25:29 +01:00
gcc-wrappers gpg4libre: have gcc-wrapper handle linking properly 2017-09-19 03:22:38 +02:00
gdb gdb pretty-printers: avoid segfauls in B2DPolygonPrinter 2017-11-08 19:01:33 +01:00
inc Drop unused manifest file from solenv/inc 2017-10-01 14:29:40 +02:00
lldb/libreoffice
maven
qa/python gbuild: handle GENCXXCLROBJECTS in gbuildtojson 2017-11-24 12:53:04 +01:00
sanitizers
vs Add SfxEnumItem to Natvis 2017-11-29 22:25:02 +01:00
CompilerTest_compilerplugins_clang.mk loplugin:simplifybool for negation of comparison operator 2017-11-23 06:59:31 +01:00
CustomTarget_gbuildtesttools.mk remove executable bit from .mk files 2017-01-17 16:38:33 +01:00
Executable_concat-deps.mk
Executable_g++-wrapper.mk
Executable_gbuildtojson.mk
Executable_gcc-wrapper.mk
flatpak-manifest.in DBus permissions missing from LO flatpak 2017-11-28 14:55:14 +01:00
Makefile
Module_solenv.mk Don't run CompilerTest_compilerplugins_clang with COMPILER_PLUGIN_TOOL=... 2017-05-18 11:51:38 +02:00
PythonTest_solenv_python.mk
README
StaticLibrary_wrapper.mk

Tools and makefile fragments necessary for compilation

This module contains many tools and makefile configuration pieces,
critical for building LibreOffice:

bin/
    contains lots of tools used during the build:

    concat-deps*
        these aggregate, and remove duplicates from module
        dependencies, to accelerate build times.

    make_installer.pl
        this script executes the compiled instructions from
        the scp2/ module to create an installer, and/or to
        do a local install for the smoketest.

gbuild/
    implementation of the LibreOffice build system
    See gbuild/README for more info.

gdb/
    lots of nice python helpers to make debugging -much- easier
    that (eg.) print UCS2 strings as UTF-8 on the console to
    help with debugging.

inc/
    old / increasingly obsolete dmake setup and includes, we are
    trying to entirely rid ourselves of this

src/
    useful standard / re-usable component map files for components
    which shouldn't export anything more than a few registration
    symbols.