summaryrefslogtreecommitdiff
path: root/tools/Executable_bestreversemap.mk
blob: ad9adfbe376b6f0d1b78f4dc2b825cdfd4f280de (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
#
# This file is part of the LibreOffice project.
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
#

$(eval $(call gb_Executable_Executable,bestreversemap))

$(eval $(call gb_Executable_use_libraries,bestreversemap,\
	sal \
	$(gb_UWINAPI) \
))

$(eval $(call gb_Executable_add_exception_objects,bestreversemap,\
	tools/source/reversemap/bestreversemap \
))

# vim: set noet sw=4 ts=4:
ad32bec8e2c00c21247041b16d9e09e73d2504'>add tagging to ThreadTasks so we don't need more one poolNoel Grandin 2016-06-23package: fix exception handling in DeflateThread (related tdf#91807)Michael Stahl 2016-04-14loplugin:passstuffbyref in variousNoel Grandin 2016-03-22tdf#93553 limit parallelism at zip save time to useful amountArmin Le Grand 2015-10-23com::sun::star->css in package,pyunoNoel Grandin 2014-12-14package: Create memory buffer only when we need it - if we use parallelismMatúš Kukan 2014-11-17Simplify input parameters to just take the sequenceMatúš Kukan 2014-11-17package: Finally implement parallel zip entries deflatingMatúš Kukan 2014-11-17package: Call writeLOC always after putNextEntry explicitlyMatúš Kukan 2014-11-17package: Do not use hacky bit 1<<4 in ZipEntry::nFlagMatúš Kukan 2014-11-17package: Use memory stream for compressing zip entriesMatúš Kukan 2014-11-17package: Move most ZipOutputEntry's methods back to ZipOutputStreamMatúš Kukan 2014-10-23package: Add ZipOutputEntry to isolate deflating of streams.Matúš Kukan 2014-10-10ZipOutputStream: No need to explicitly set default valuesMatúš Kukan 2014-10-10package: ZipOutputStream: prefix membersMatúš Kukan 2014-04-22package: sal_Bool->boolNoel Grandin 2014-04-19fixincludeguards.sh: packageThomas Arnhold