office-gobmx/solenv
Noel Grandin 439c946040 vcl: create instances with uno constructors
See tdf#74608 for motivation

Change-Id: I7f03e024eef5413d84d98f3fa9bd45ecaf413a72
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/98233
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2020-07-07 11:34:25 +02:00
..
bin vcl: create instances with uno constructors 2020-07-07 11:34:25 +02:00
buck
clang-cl
clang-format move headers inside modules 2020-07-06 22:14:19 +02:00
doc/gbuild
gbuild reduce number of framework libraries 2020-07-04 22:42:54 +02:00
gbuildtojson
gcc-wrappers
gdb
inc
lldb/libreoffice
maven
qa/python
sanitizers weld DbNumericField item 2020-07-06 14:53:21 +02:00
vs
CompilerTest_compilerplugins_clang.mk loplugin:externvar is covered by loplugin:external 2020-07-01 19:50:42 +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 download.lst changes 2020-07-01 18:02:55 +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.