• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

bin/H03-May-2022-41,66626,593

buck/H07-Oct-2020-5048

clang-cl/H07-Oct-2020-223

clang-format/H07-Oct-2020-19,58019,460

doc/gbuild/H07-Oct-2020-2,5951,994

gbuild/H03-May-2022-21,28113,568

gbuildtojson/H07-Oct-2020-7764

gcc-wrappers/H07-Oct-2020-337225

gdb/H03-May-2022-3,9222,684

inc/H07-Oct-2020-7,5955,938

lldb/libreoffice/H07-Oct-2020-10770

maven/H03-May-2022-542399

qa/python/H07-Oct-2020-274177

sanitizers/H07-Oct-2020-1,6581,627

vs/H07-Oct-2020-480448

CompilerTest_compilerplugins_clang.mkH A D07-Oct-20204.7 KiB11196

CustomTarget_gbuildtesttools.mkH A D07-Oct-2020757 185

Executable_concat-deps.mkH A D07-Oct-2020510 174

Executable_g++-wrapper.mkH A D07-Oct-2020576 217

Executable_gbuildtojson.mkH A D07-Oct-2020506 174

Executable_gcc-wrapper.mkH A D07-Oct-2020576 217

MakefileH A D07-Oct-2020478 152

Module_solenv.mkH A D07-Oct-20201.3 KiB4731

PythonTest_solenv_python.mkH A D07-Oct-2020673 216

READMEH A D07-Oct-20201 KiB3526

StaticLibrary_wrapper.mkH A D07-Oct-2020500 174

flatpak-manifest.inH A D07-Oct-202034.6 KiB615614

README

1Tools and makefile fragments necessary for compilation
2
3This module contains many tools and makefile configuration pieces,
4critical for building LibreOffice:
5
6bin/
7    contains lots of tools used during the build:
8
9    concat-deps*
10        these aggregate, and remove duplicates from module
11        dependencies, to accelerate build times.
12
13    make_installer.pl
14        this script executes the compiled instructions from
15        the scp2/ module to create an installer, and/or to
16        do a local install for the smoketest.
17
18gbuild/
19    implementation of the LibreOffice build system
20    See gbuild/README for more info.
21
22gdb/
23    lots of nice python helpers to make debugging -much- easier
24    that (eg.) print UCS2 strings as UTF-8 on the console to
25    help with debugging.
26
27inc/
28    old / increasingly obsolete dmake setup and includes, we are
29    trying to entirely rid ourselves of this
30
31src/
32    useful standard / re-usable component map files for components
33    which shouldn't export anything more than a few registration
34    symbols.
35