|
Name |
|
Date |
Size |
#Lines |
LOC |
| .. | | 03-May-2022 | - |
| bin/ | H | 03-May-2022 | - | 41,666 | 26,593 |
| buck/ | H | 07-Oct-2020 | - | 50 | 48 |
| clang-cl/ | H | 07-Oct-2020 | - | 22 | 3 |
| clang-format/ | H | 07-Oct-2020 | - | 19,580 | 19,460 |
| doc/gbuild/ | H | 07-Oct-2020 | - | 2,595 | 1,994 |
| gbuild/ | H | 03-May-2022 | - | 21,281 | 13,568 |
| gbuildtojson/ | H | 07-Oct-2020 | - | 77 | 64 |
| gcc-wrappers/ | H | 07-Oct-2020 | - | 337 | 225 |
| gdb/ | H | 03-May-2022 | - | 3,922 | 2,684 |
| inc/ | H | 07-Oct-2020 | - | 7,595 | 5,938 |
| lldb/libreoffice/ | H | 07-Oct-2020 | - | 107 | 70 |
| maven/ | H | 03-May-2022 | - | 542 | 399 |
| qa/python/ | H | 07-Oct-2020 | - | 274 | 177 |
| sanitizers/ | H | 07-Oct-2020 | - | 1,658 | 1,627 |
| vs/ | H | 07-Oct-2020 | - | 480 | 448 |
| CompilerTest_compilerplugins_clang.mk | H A D | 07-Oct-2020 | 4.7 KiB | 111 | 96 |
| CustomTarget_gbuildtesttools.mk | H A D | 07-Oct-2020 | 757 | 18 | 5 |
| Executable_concat-deps.mk | H A D | 07-Oct-2020 | 510 | 17 | 4 |
| Executable_g++-wrapper.mk | H A D | 07-Oct-2020 | 576 | 21 | 7 |
| Executable_gbuildtojson.mk | H A D | 07-Oct-2020 | 506 | 17 | 4 |
| Executable_gcc-wrapper.mk | H A D | 07-Oct-2020 | 576 | 21 | 7 |
| Makefile | H A D | 07-Oct-2020 | 478 | 15 | 2 |
| Module_solenv.mk | H A D | 07-Oct-2020 | 1.3 KiB | 47 | 31 |
| PythonTest_solenv_python.mk | H A D | 07-Oct-2020 | 673 | 21 | 6 |
| README | H A D | 07-Oct-2020 | 1 KiB | 35 | 26 |
| StaticLibrary_wrapper.mk | H A D | 07-Oct-2020 | 500 | 17 | 4 |
| flatpak-manifest.in | H A D | 07-Oct-2020 | 34.6 KiB | 615 | 614 |
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