office-gobmx/solenv
Jani Saranpää cccfc2e705 tdf#145614 Convert #define to enum in propctrlr/fontitemids.hxx
- Removed fontitemids.hxx and moved new enum definition inside cxx file to
optimize compiling.
- Removed non-existing fontitemids.hxx from clang format excludelist.

Change-Id: I67e782821d65241264de0926e445a58dc7307ba7
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/149736
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
2023-04-05 13:35:05 +02:00
..
bin New --with-coredumpctl to obtain core dumps of crashed tests from coredumpctl 2023-04-02 18:02:27 +02:00
buck
clang-cl
clang-format tdf#145614 Convert #define to enum in propctrlr/fontitemids.hxx 2023-04-05 13:35:05 +02:00
doc/gbuild
gbuild New --with-coredumpctl to obtain core dumps of crashed tests from coredumpctl 2023-04-02 18:02:27 +02: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
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.