office-gobmx/solenv
Noel Grandin 856e6627c2 use more concrete types in chart2
Change-Id: I938aa1d6d3c20b35d9e11818d4b641d8a03decaa
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/149684
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2023-03-29 12:50:32 +00:00
..
bin ofz#57376 Fuzzing build failure 2023-03-24 20:41:52 +00:00
buck
clang-cl
clang-format use more concrete types in chart2 2023-03-29 12:50:32 +00:00
doc/gbuild
gbuild uitest: add a way to optionally use the same soffice process for a testsuite 2023-03-20 12:40:22 +00:00
gbuildtojson
gcc-wrappers
gdb fix BigInt gdb pretty-printer 2022-12-15 15:16:57 +00:00
inc EXCEPTIONS_ON has no meaning 2023-01-14 12:09:53 +00:00
lldb/libreoffice
lockfile loplugin:constparams 2022-03-11 10:05:39 +01:00
maven
qa/python introduce docmodel comp., model::ThemeColor, use it in SvxColorItem 2023-01-12 23:15:58 +00: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
CompilerTest_compilerplugins_clang.mk loplugin:rangedforcopy: Assume non-reference structured binding is intentional 2023-03-17 16:47:09 +00:00
CustomTarget_gbuildtesttools.mk
Executable_concat-deps.mk
Executable_g++-wrapper.mk
Executable_gbuildtojson.mk
Executable_gcc-wrapper.mk
Executable_lockfile.mk
flatpak-manifest.in Sync flatpak-manifest.in with Flathub 2023-03-29 08:31:25 +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.