office-gobmx/solenv
Mike Kaganski f6de30f443 gbuildtojson ide-integration: unblacklist most of modules
This unblacklistes following modules:
connectivity compilerplugins dictionaries bridges helpcompiler helpcontent2
icon-themes javaunohelper lingucomponent odk solenv stoc translations udkapi
unoidl

Change-Id: I482f4256dd72bea1ed4a370aca41e0bd1829961c
Reviewed-on: https://gerrit.libreoffice.org/60213
Tested-by: Jenkins
Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
2018-09-09 18:07:49 +02:00
..
bin oox: create PowerPointImport instances with an uno constructor 2018-09-07 11:58:02 +02:00
buck
clang-cl
clang-format Support buffering SystemDependent GraphicData 2018-08-30 19:48:46 +02:00
doc/gbuild
gbuild gbuildtojson ide-integration: unblacklist most of modules 2018-09-09 18:07:49 +02:00
gbuildtojson
gcc-wrappers
gdb
inc
lldb/libreoffice
maven
qa/python Moving mysqlc into connectivity as a library 2018-08-24 17:19:51 +02:00
sanitizers weld SfxNewStyleDlg 2018-09-09 15:01:06 +02:00
vs
CompilerTest_compilerplugins_clang.mk new loplugin:oustringbuffer 2018-08-29 09:05:18 +02:00
CustomTarget_gbuildtesttools.mk
Executable_concat-deps.mk
Executable_g++-wrapper.mk
Executable_gbuildtojson.mk
Executable_gcc-wrapper.mk
flatpak-manifest.in Adapt solenv/flatpak-manifest.in to recent changes 2018-09-03 21:59:59 +02:00
Makefile
Module_solenv.mk
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.