summaryrefslogtreecommitdiff
path: root/cppuhelper/Module_cppuhelper.mk
blob: 7978aaba96a723ea2638b520800b086b44312f71 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# -*- 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,cppuhelper))

$(eval $(call gb_Module_add_targets,cppuhelper,\
	InternalUnoApi_cppuhelper \
	Library_cppuhelper \
	StaticLibrary_findsofficepath \
))

$(eval $(call gb_Module_add_check_targets,cppuhelper,\
	CppunitTest_cppuhelper_cppu_ifcontainer \
	CppunitTest_cppuhelper_cppu_unourl \
))

# CppunitTest_cppuhelper_qa_weak depends on module bridges
$(eval $(call gb_Module_add_subsequentcheck_targets,cppuhelper,\
	CppunitTest_cppuhelper_qa_weak \
))

# vim: set noet sw=4 ts=4:
6dbdb72c79703b0c61efc027fba793c5a'>date/time IDL datatypes incompatible changeLionel Elie Mamane 2013-04-18WaE: g_type_init has been deprecated since GLib 2.36Ivan Timofeev 2013-04-07remove needless forward rtl::OUString declarationsLuboš Luňák 2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák 2013-04-06Add comment the RTL_CONSTASCII_STRINGPARAM should be kept in regexp.cxxChr. Rossmanith 2013-04-02drop prefix from ::cssThomas Arnhold 2013-04-01remove macros in ucbThomas Arnhold 2013-04-01remove boilerplate commentsThomas Arnhold 2013-03-28Remove RTL_CONSTASCII_(U)STRINGPARAM in ucbChr. Rossmanith 2013-03-27clear -Werror=write-strings in NeonUri.cxxChr. Rossmanith 2013-03-27Remove RTL_CONSTASCII_STRINGPARAM in ucbChr. Rossmanith 2013-03-27-Wunused-macrosStephan Bergmann 2013-03-25remove external include guardsThomas Arnhold 2013-03-26Bin ASCII art and pointless commentsTor Lillqvist 2013-03-26WaE: unused function 'matchIgnoreAsciiCase'Tor Lillqvist 2013-03-25Remove RTL_CONSTASCII_STRINGPARAM in NeonUri.cxxChr. Rossmanith 2013-03-25Introduce HAVE_GCC_PRAGMA_DIAGNOSTIC_{MODIFY,SCOPE}Stephan Bergmann 2013-03-24Does not compileStephan Bergmann 2013-03-24Remove RTL_CONSTASCII_(U)STRINGPARAM in ucb(ucp)Chr. Rossmanith 2013-03-20Remove uses of rtl::OUString::compareToAscii(asciiStr, maxLength)Thomas Arnhold 2013-03-20Remove uses of rtl::OUString::compareToAscii(asciiStr, maxLength)Stephan Bergmann 2013-03-20simplify OUString assignmentsChr. Rossmanith 2013-03-19removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStrings declarationsThomas Arnhold 2013-03-19coverity#982271 Copy-paste errorJulien Nabet 2013-03-19Simplify equalsIgnoreAsciiCaseAscii[L] callsStephan Bergmann 2013-03-19automated removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStringsThomas Arnhold 2013-03-19trailing whitespacesThomas Arnhold 2013-03-18incorrect NEON_VERSION usageLuboš Luňák 2013-03-15fprintf -> SAL_WARNStephan Bergmann 2013-03-15Revert "Conditionalize call of ne_debug_init() using the SAL_INFO() mechanism"Tor Lillqvist 2013-03-15Conditionalize call of ne_debug_init() using the SAL_INFO() mechanismTor Lillqvist 2013-03-15Lock document that is opened for potential modificationTor Lillqvist 2013-03-15SAL_INFO instead of OSL_TRACETor Lillqvist 2013-03-15Use default set of root certificates, if available, when using SSLTor Lillqvist 2013-03-15Turn on Neon lock and SSL debugging too (when OSL_DEBUG_LEVEL>0)Tor Lillqvist 2013-03-14remove legacy build.pl prj/build.lst files.Michael Meeks 2013-03-14fdo#54275: Fix GVFS UCP, so saving docs works againStephan Bergmann