summaryrefslogtreecommitdiff
path: root/apple_remote/Module_apple_remote.mk
blob: 235b31bdf925b2f43ed64f40bcdd2cd57dafeda7 (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_Module_Module,apple_remote))

ifeq ($(OS),MACOSX)
ifneq ($(ENABLE_MACOSX_SANDBOX),TRUE)
$(eval $(call gb_Module_add_targets,apple_remote,\
    Library_AppleRemote \
))
endif
endif


# vim: set noet sw=4 ts=4:
2014-03-23sal: Add rtl_digest_SHA1 which shows wrong sha1 calculationTomaž Vajngerl 2014-03-23sal: Rewrite digest tests to be simpler, enable them in checkTomaž Vajngerl 2014-03-19coverity#984119 Uninitialized pointer fieldCaolán McNamara 2014-03-17sal,toolkit,unotools: prefer passing OUString by referenceNoel Grandin 2014-03-10coverity#1079286 Uninitialized pointer fieldCaolán McNamara 2014-03-07coverity#982463 Dereference after null checkCaolán McNamara 2014-03-04Fix CppunitTest_sal_osl_profileStephan Bergmann 2014-03-01Adapt rtl_uriConvertRelToAbs to RFC 3986Stephan Bergmann 2014-03-01Fix construction of non-ASCII test stringStephan Bergmann 2014-03-01Remove visual noise from salAlexander Wilms 2014-02-23Remove unneccessary commentsAlexander Wilms 2014-02-18C++03 fixupStephan Bergmann 2014-02-17coverity#984129 Uninitialized scalar fieldNorbert Thiebaud 2014-02-17coverity#984130 Uninitialized scalar fieldNorbert Thiebaud 2014-02-17sal: sal_Bool -> boolStephan Bergmann 2014-02-06typo fixes in commentsAndras Timar 2014-02-06Typo: seam(s) -> seem(s)Julien Nabet 2014-01-28bool improvementsStephan Bergmann 2014-01-28Apparently missing "== nError1"Stephan Bergmann 2014-01-27coverity#982254 Same on both sidesCaolán McNamara 2014-01-27Let C++ inline functions return bool instead of sal_BoolStephan Bergmann 2014-01-23Let C++ inline functions return bool instead of sal_BoolStephan Bergmann