office-gobmx/solenv
Stephan Bergmann 756c9f2317 Merge upstream fixes into solenv/flatpak-manifest.in
* <https://github.com/flathub/org.libreoffice.LibreOffice/commit/
  f5d97291e302d98c217c955c52b255795d4d4cad> "Bump runtime-version to
  org.gnome.Platform 3.26"

* <https://github.com/flathub/org.libreoffice.LibreOffice/commit/
  7d69e505165d4bbf5fa0b34b5fb2cbff9dfaf9bd> "For now, bundle gst-libav to be
  able to play mp4 videos in impress"

Change-Id: I1924d84be7fe577e302b0c1b8c7e2971e8583d73
2018-02-28 10:13:27 +01:00
..
bin pot creation: don't ignore multiple locations/occurrences… 2018-02-27 15:02:52 +01:00
buck
clang-cl
clang-format Use Unicode for senddoc 2018-02-28 05:59:39 +01:00
doc/gbuild
gbuild solenv: Update gb_PackageInfo_emit_l10n_for_one_lang 2018-02-22 21:24:13 +01:00
gbuildtojson
gcc-wrappers
gdb
inc
lldb/libreoffice
maven
qa/python
sanitizers
vs Update LibreOffice.natvis 2018-02-21 05:45:08 +01:00
CompilerTest_compilerplugins_clang.mk new loplugin:doubleconvert to with ColorData work 2018-02-23 13:40:15 +01:00
CustomTarget_gbuildtesttools.mk
Executable_concat-deps.mk
Executable_g++-wrapper.mk
Executable_gbuildtojson.mk
Executable_gcc-wrapper.mk
flatpak-manifest.in Merge upstream fixes into solenv/flatpak-manifest.in 2018-02-28 10:13:27 +01: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.