office-gobmx/solenv
Caolán McNamara 4557bd79fe merge duplicate CairoTextRender impls
drop getSurfaceOffset because both impls just set these to 0, so its
a no opt

Change-Id: Ie4f28d57fb8a170c7a46d3cafceef3e049c26e2f
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/145325
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
2023-01-12 11:33:24 +00:00
..
bin tdf#140215 Simplify the handling of .ulf files 2022-12-21 16:45:08 +00:00
buck
clang-cl
clang-format merge duplicate CairoTextRender impls 2023-01-12 11:33:24 +00:00
doc/gbuild
gbuild Use gb_EMSCRIPTEN_QTDEFS only when building with Qt5 2023-01-11 22:49:45 +00:00
gbuildtojson
gcc-wrappers may just as well use -Z7 if trying to avoid shared .pdb access 2022-02-13 13:17:34 +01:00
gdb fix BigInt gdb pretty-printer 2022-12-15 15:16:57 +00:00
inc janitorial: the lang definitions aren't really an optional part of gbuild 2021-12-22 23:06:41 +01:00
lldb/libreoffice
lockfile loplugin:constparams 2022-03-11 10:05:39 +01:00
maven
qa/python [API CHANGE] Remove deprecated idlc and regmerge from the SDK 2022-06-10 17:15:49 +02:00
sanitizers unused suppression 2022-12-08 16:05:40 +00:00
vs Natvis: improve O(U)String visualizers 2022-12-07 12:42:42 +00:00
wsl require wsl-lo-helper to be preinstalled, like 'make' 2022-07-22 19:16:16 +02:00
CompilerTest_compilerplugins_clang-c++03.mk Extend loplugin:stringview to OUStringBuffer::copy 2022-02-16 22:45:42 +01:00
CompilerTest_compilerplugins_clang.mk new loplugin:implinheritancehelper 2022-12-20 06:05:13 +00:00
CustomTarget_gbuildtesttools.mk
Executable_concat-deps.mk
Executable_g++-wrapper.mk
Executable_gbuildtojson.mk
Executable_gcc-wrapper.mk
Executable_lockfile.mk Fix lockfile compiler warnings 2021-12-06 08:08:57 +01:00
flatpak-manifest.in tdf#136604: Remove Source Sans Pro fonts 2022-12-31 19:34:37 +00:00
Makefile
Module_solenv.mk gbuild: Drop obsolete checks for make version 3.81 2022-04-29 13:07:28 +02:00
PythonTest_solenv_python.mk
README.md
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.

  • flatpak-manifest.in

    This file is copied manually to https://github.com/flathub/org.libreoffice.LibreOffice/blob/master/org.libreoffice.LibreOffice.json The flatpak/build.sh in the LO dev-tools repository is obsolete.