office-gobmx/postprocess
Jan-Marek Glogowski 972aa39fb9 WASM open links in new browser tabs
I quickly gave up trying to understand what exactly clashes
between the Emscripten macros and OUString templates /
initializers. Not sure it can actually be "fixed".

Also disables the makeshared clang compilerplugin; currently
there is no way to get rid of all the false positive hits
when assigning the std::shared_ptr from a function instead of
a constructor call.

Change-Id: I8b13f179629ea63ff221584030556d2bedadc01b
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/128604
Tested-by: Jenkins
Reviewed-by: Jan-Marek Glogowski <glogow@fbihome.de>
2022-01-20 10:26:04 +01:00
..
packimages
qa
signing
CppunitTest_services.mk
CustomTarget_check_dynamic_objects.mk
CustomTarget_components.mk Build services_constructors.list from target component files 2021-12-14 07:37:41 +01:00
CustomTarget_fontconfig.mk
CustomTarget_images.mk
CustomTarget_registry.mk
CustomTarget_signing.mk
Makefile
Module_postprocess.mk WASM open links in new browser tabs 2022-01-20 10:26:04 +01:00
Package_fontconfig.mk
Package_images.mk
Package_registry.mk
Rdb_services.mk Generally determine Rdb content from gb_*_set_componentfile calls 2021-12-10 08:14:24 +01:00
README.md

Postprocessing and Checking

Postprocessing and checking of files delivered by other modules.

This module has to be the last one built before creating install sets in module instset_native. Thus it ties together all the dependencies of all the other de-coupled modules. See the first line of postprocess/prj/build.lst for that.