office-gobmx/solenv
Mike Kaganski 1cfa0f4992 Do not merge filesarrayref and unixlinksarrayref when filtering out directories
In commit 8c6467a785, the code
filtering out the directories was creating a new array, that
was assigned to the function's inout filesarrayref argument;
and that code merged non-directories from both filesarrayref
and unixlinksarrayref.

This fixes the logic to only filter filesarrayref.

Change-Id: Ia00dcd3f645ba2a6c2d8ea0559627ccfe0eb232b
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/142195
Tested-by: Mike Kaganski <mike.kaganski@collabora.com>
Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
2022-11-03 17:23:11 +01:00
..
bin Do not merge filesarrayref and unixlinksarrayref when filtering out directories 2022-11-03 17:23:11 +01:00
buck
clang-cl
clang-format sdmodeltestbase.hxx: use clang-format 2022-10-31 21:35:46 +01:00
doc/gbuild
gbuild Make MSVC -showIncludes processing more reliable 2022-10-19 13:07:38 +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 solenv: gdb: unbreak MarkBasePrinter 2022-09-24 13:40:53 +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 sw content controls: add rendering for the alias 2022-10-17 11:45:49 +02:00
vs tools: prefix member variables with an 'm' 2022-08-09 10:51:53 +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 Sync flatpak-manifest.in with Flathub 2022-11-02 16:24:49 +01: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.