summaryrefslogtreecommitdiff
path: root/qadevOOo/Module_qadevOOo.mk
blob: 3093a18de0cd79a171cba8a866349364a6b7a3d1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# -*- 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,qadevOOo))

ifeq ($(ENABLE_JAVA),TRUE)
$(eval $(call gb_Module_add_targets,qadevOOo,\
	Jar_OOoRunner \
))
endif

$(eval $(call gb_Module_add_subsequentcheck_targets,qadevOOo,\
    JunitTest_qadevOOo_unoapi \
))

# vim: set noet sw=4 ts=4:
n>Takeshi Abe 2015-06-04More informative exception messageStephan Bergmann 2015-05-29loplugin:redundantcast: const_cast to same typeStephan Bergmann 2015-04-22Various #include <sal/log.hxx> fixupsStephan Bergmann 2015-04-01Add support for cppu::UnoType<void>Stephan Bergmann 2015-04-01Remove redundant Reference<> from within UnoType<> usesStephan Bergmann 2015-02-16restore dependenciesCaolán McNamara 2015-02-16boost::noncopyable->'= delete'Caolán McNamara 2015-02-16boost::foo_ptr->std::foo_ptrCaolán McNamara 2015-01-09loplugin:cstylecast: warn about certain redundant reinterpret_castsStephan Bergmann 2014-12-12css::uno::Sequence ctor with initializer_listStephan Bergmann 2014-11-17sal: clean up public headers with include-what-you-useMichael Stahl 2014-10-31cid#1212456 Silently ignore uno_assignData return value hereStephan Bergmann 2014-09-25untabifyStephan Bergmann 2014-09-24Replace use of o3tl::heap_ptr with std::unique_ptrStephan Bergmann 2014-07-07DBG_ASSERT->assert when followed by dereferenceCaolán McNamara 2014-06-24new compilerplugin returnbyrefNoel Grandin 2014-06-17improve the inlinesimplememberfunctions clang pluginNoel Grandin 2014-06-05various: remove SAL_THROW macroNoel Grandin 2014-05-23remove boilerplate in UNO Exception constructor callsNoel Grandin 2014-05-19rhbz#1016758: Dispose bridges when disposing bridge factoryStephan Bergmann 2014-05-11coverity#707665 Uninitialized scalar fieldCaolán McNamara 2014-05-11coverity#707666 Uninitialized scalar fieldCaolán McNamara 2014-04-30Many spelling fixes: directories a* - g*.Pedro Giffuni 2014-04-28prefer makefile-gmake-modeTakeshi Abe 2014-04-16sal/log.hxx functionality also includes the equivalent of OSL_LOG_PREFIXStephan Bergmann 2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann 2014-03-18Use cppu::BaseMutex instead of plain osl::Mutex as baseStephan Bergmann