office-gobmx/solenv
Stephan Bergmann 61fcf830aa Call framework::Desktop::shutdown directly
...instead of via the XJob hack introduced in
a6862a26d6 "tdf#134106: Get rid of
XDesktopInternal again"

Change-Id: Ic533e8faba1a3da65ead74d78f0ab9c4aab1ca6a
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/97397
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
2020-06-29 16:40:52 +02:00
..
bin solenv: fix Android build 2020-06-26 11:23:52 +02:00
buck
clang-cl
clang-format Call framework::Desktop::shutdown directly 2020-06-29 16:40:52 +02:00
doc/gbuild
gbuild Initial WIP steps for building for macOS on Apple Silicon 2020-06-29 08:48:28 +02:00
gbuildtojson
gcc-wrappers
gdb
inc add Central Kurdish (ckb) language pack 2020-06-24 15:36:39 +02:00
lldb/libreoffice
maven
qa/python
sanitizers weld SpinfieldControl 2020-06-26 15:44:11 +02:00
vs
CompilerTest_compilerplugins_clang.mk Improve loplugin:elidestringvar 2020-06-26 17:31:53 +02:00
CustomTarget_gbuildtesttools.mk
Executable_concat-deps.mk
Executable_g++-wrapper.mk
Executable_gbuildtojson.mk
Executable_gcc-wrapper.mk
flatpak-manifest.in mariadb: forgot to adapt flatpak-manifest.in 2020-06-17 12:01:12 +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.