office-gobmx/solenv
Israel Paredes 9a3962aab0
Some checks failed
Repo Lockdown / point-to-upstream (pull_request_target) Has been cancelled
actualizacion automatica 2024-12-09
2024-12-09 19:35:01 -06:00
..
bin Windows 7-8.1 support was removed, prevent install on these old systems 2024-12-07 20:06:46 +01:00
buck Adapt buck build to jars merged into libreoffice.jar 2020-11-30 11:27:47 +01:00
clang-cl chmod 0755 -> 0644 for some source files 2017-10-23 20:52:41 +02:00
clang-format Drop vcl/win/gdi/dw-extra.h after baseline bump 2024-12-08 15:32:05 +01:00
doc/gbuild use portable "command -v" to detect installed programs, part 5 2024-01-22 14:13:37 +01:00
gbuild Drop support for Windows versions prior to Windows 10 2024-12-07 12:13:33 +01: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 fix basegfx.py 2024-09-25 22:10:17 +02:00
inc add Santali (Ol-Chiki) languagepack (sat-Olck) 2024-11-22 19:08:52 +01:00
lldb/libreoffice sfx2, solenv, sw: fix issues found by Ruff linter 2024-07-28 15:23:39 +02:00
lockfile loplugin:constparams 2022-03-11 10:05:39 +01:00
maven Adapt buck build to jars merged into libreoffice.jar 2020-11-30 11:27:47 +01:00
qa/python Remove archaic xmerge 2024-10-24 16:28:18 +02:00
sanitizers reason_pdf no longer exists 2024-10-25 09:23:52 +02:00
vs merge CntUnencodedStringItem into SfxStringItem 2024-08-15 16:07:05 +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 new loplugin:reftotemp 2024-11-13 13:08:16 +01:00
CustomTarget_gbuildtesttools.mk use portable "command -v" to detect installed programs, part 2 2024-01-22 14:01:17 +01:00
Executable_concat-deps.mk gbuild: remove obsolete SOLARLIB 2013-12-17 21:31:15 +01:00
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 actualizacion automatica 2024-10-28 2024-10-28 12:39:30 -06:00
Makefile re-base on ALv2 code. Includes: 2012-11-12 11:46:43 +00:00
Module_solenv.mk gbuild: Drop obsolete checks for make version 3.81 2022-04-29 13:07:28 +02:00
PythonTest_solenv_python.mk Revert "Make font-based unit test depend on instdir fonts" 2019-12-16 12:58:35 +01:00
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.