office-gobmx/postprocess
Thorsten Behrens 493ae7a6bb replace usage of blacklist with denylist
.. and a few cases of instead doing blacklist->excludelist where that
made more sense.

Background and motivation:
  https://tools.ietf.org/html/draft-knodel-terminology-02

[API CHANGE] officecfg::Office::Canvas::DeviceBlacklist -> DeviceDenylist
[API CHANGE] officecfg::Office::Canvas::BlacklistCurrentDevice -> DenylistCurrentDevice
[API CHANGE] officecfg::Office::Common::Misc::OpenCLBlackList -> OpenCLDenyList

Change-Id: Ia35e25496bf0cc0692d5de4cb66bfc232d3a869e
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/98180
Tested-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
2020-07-10 01:34:54 +02:00
..
packimages tdf#112411 Remove all that remains of the More controls toolbars 2019-03-14 08:52:29 +01:00
qa replace usage of blacklist with denylist 2020-07-10 01:34:54 +02:00
signing split msi signing from creation to reduce number of singtool calls 2019-09-06 11:36:44 +02:00
CppunitTest_services.mk Missing test dependencies 2020-02-07 08:20:28 +01:00
CustomTarget_check_dynamic_objects.mk GBUILD_TRACE, support for finding out where the build time is spent 2020-02-16 14:49:45 +01:00
CustomTarget_fontconfig.mk Revert "Make font-based unit test depend on instdir fonts" 2019-12-16 12:58:35 +01:00
CustomTarget_images.mk tdf#130911: convert image-sort from Perl to Python 2020-03-20 09:52:15 +01:00
CustomTarget_registry.mk Add config to disable individual infobars 2020-04-23 10:59:42 +02:00
CustomTarget_signing.mk GBUILD_TRACE, support for finding out where the build time is spent 2020-02-16 14:49:45 +01:00
Makefile
Module_postprocess.mk Revert "Make font-based unit test depend on instdir fonts" 2019-12-16 12:58:35 +01:00
Package_fontconfig.mk Revert "Make font-based unit test depend on instdir fonts" 2019-12-16 12:58:35 +01:00
Package_images.mk remove special casing for obsoleted default theme 2014-08-22 14:09:15 +02:00
Package_registry.mk put CJK/CTL .xcds into instdir 2013-11-28 12:42:31 +01:00
Rdb_services.mk reduce number of framework libraries 2020-07-04 22:42:54 +02:00
README

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.