office-gobmx/solenv
Caolán McNamara 11300c48d4 Resolves: tdf#121246 crash in chart dialogs
Change-Id: I3bc720e44f5ea15749e6bc0f0fada3a17a783e23
Reviewed-on: https://gerrit.libreoffice.org/63463
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
2018-11-16 14:51:52 +01:00
..
bin starmath: create XMLOasisMetaImporter instances with an uno constructor 2018-11-16 09:05:53 +01:00
buck
clang-cl
clang-format entirity of writer rebuilding when vcl widget headers change 2018-11-16 14:09:38 +01:00
doc/gbuild Fix TRANPARENT -> TRANSPARENT 2018-09-28 10:21:02 +02:00
gbuild Use C locale in UITest 2018-11-15 16:50:30 +01:00
gbuildtojson
gcc-wrappers
gdb fix gdb pretty printing 2018-10-25 16:12:29 +02:00
inc add Lower Serbian (dsb) language pack 2018-10-22 00:58:41 +02:00
lldb/libreoffice fix gdb pretty printing 2018-10-25 16:12:29 +02:00
maven
qa/python
sanitizers Resolves: tdf#121246 crash in chart dialogs 2018-11-16 14:51:52 +01:00
vs fix gdb pretty printing 2018-10-25 16:12:29 +02:00
CompilerTest_compilerplugins_clang.mk new loplugin buriedassign 2018-11-16 14:20:04 +01:00
CustomTarget_gbuildtesttools.mk
Executable_concat-deps.mk
Executable_g++-wrapper.mk
Executable_gbuildtojson.mk
Executable_gcc-wrapper.mk
flatpak-manifest.in bump to libnumbertext 1.0.5 2018-10-16 16:13:29 +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.