office-gobmx/solenv
Rene Engelhard c559dbd864 rename GODSON/GODSON64 to MIPS/MIPS64
as that what it actually is and the compiler defines are already
-DMIPS/-DMIPS64 anyway (as are the PLATFORMID and the bridges'
name mips/mips64)

Change-Id: I274e7a3b0e140375a8e697c1790cbdb972251d29
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/137489
Tested-by: René Engelhard <rene@debian.org>
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Reviewed-by: René Engelhard <rene@debian.org>
2022-07-27 11:52:23 +02:00
..
bin Related: tdf#149990 solenv/bin/desktop-translate.py readability 2022-07-19 12:34:42 +02:00
buck
clang-cl
clang-format rename SwIndex->SwContentIndex 2022-07-25 15:28:39 +02:00
doc/gbuild
gbuild rename GODSON/GODSON64 to MIPS/MIPS64 2022-07-27 11:52:23 +02:00
gbuildtojson drop 'using namespace std' in s* + toolkit 2021-10-05 23:03:52 +02:00
gcc-wrappers may just as well use -Z7 if trying to avoid shared .pdb access 2022-02-13 13:17:34 +01:00
gdb rename SwIndex->SwContentIndex 2022-07-25 15:28:39 +02: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 drop two unused suppressions 2022-06-08 22:24:06 +02:00
vs rename SwIndex->SwContentIndex 2022-07-25 15:28:39 +02: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 move old/unused plugins to store 2022-07-06 15:48:29 +02:00
CustomTarget_gbuildtesttools.mk
Executable_concat-deps.mk
Executable_g++-wrapper.mk build all solenv build tools always as optimized 2021-11-15 17:55:53 +01:00
Executable_gbuildtojson.mk build all solenv build tools always as optimized 2021-11-15 17:55:53 +01:00
Executable_gcc-wrapper.mk build all solenv build tools always as optimized 2021-11-15 17:55:53 +01:00
Executable_lockfile.mk Fix lockfile compiler warnings 2021-12-06 08:08:57 +01:00
flatpak-manifest.in [API CHANGE] Remove deprecated idlc and regmerge from the SDK 2022-06-10 17:15:49 +02: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 remove misleading reference to obsolete build.sh 2021-11-09 16:38:16 +01:00
StaticLibrary_wrapper.mk build all solenv build tools always as optimized 2021-11-15 17:55:53 +01:00

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.