summaryrefslogtreecommitdiff
path: root/basic/Module_basic.mk
blob: 0f74a2746431020cee1f055cf31f19694b6f8f56 (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
30
31
32
# -*- 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,basic))

ifneq ($(DISABLE_SCRIPTING),TRUE)

$(eval $(call gb_Module_add_l10n_targets,basic,\
	AllLangResTarget_sb \
))

$(eval $(call gb_Module_add_check_targets,basic,\
     CppunitTest_basic_scanner \
     CppunitTest_basic_enable \
     CppunitTest_basic_nested_struct \
     CppunitTest_basic_coverage \
     CppunitTest_basic_vba \
))

endif

$(eval $(call gb_Module_add_targets,basic,\
	Library_sb \
))

# vim: set noet sw=4 ts=4:
2:41 +0000'>2016-01-14fix the MSVC 2013 --enable-lto buildMichael Stahl 2015-11-20new loplugin:unusedfieldsNoel Grandin 2015-11-18Remove unused toolbaritem propertiesSamuel Mehrbrodt 2015-11-16Remove the ability to set tooltips in the toolbar xml filesSamuel Mehrbrodt 2015-11-11framework: boost::ptr_vector->std::vector<std::unique_ptr>Noel Grandin 2015-11-11framework: boost::ptr_vector->std::vector<std::unique_ptr>Noel Grandin 2015-11-11framework: boost::ptr_vector->std::vector<std::unique_ptr>Noel Grandin 2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann 2015-11-03Support of popupmenu resource typeMaxim Monastirsky 2015-10-27Reduce scope of #include <tools/stream.hxx>Matteo Casalin 2015-10-14com::sun::star->css in frameworkNoel Grandin 2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann 2015-10-01Fix typosAndrea Gelmini 2015-08-14framework: tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe 2015-08-05loplugin:unusedmethodsNoel Grandin 2015-07-15loplugin:unusedmethods frameworkNoel Grandin 2015-06-29coverity#1308570 Uncaught exceptionCaolán McNamara 2015-06-28coverity#1308516 Uncaught exceptionCaolán McNamara 2015-04-15remove unnecessary use of void in function declarationsNoel Grandin 2015-01-26new loplugin: change virtual methods to non-virtualNoel Grandin 2015-01-02boost::unordered_map->std::unordered_mapCaolán McNamara 2014-10-15More -Werror,-Wunused-private-fieldStephan Bergmann 2014-09-12framework: sal_Bool -> boolStephan Bergmann 2014-08-18document the swap-on-free idiom usageNoel Grandin 2014-04-07framework: sal_Bool->boolNoel Grandin 2014-04-06Kill superfluous vertical whitespaceTor Lillqvist 2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann 2014-03-20Remove unused ThreadHelpBase baseStephan Bergmann 2014-03-19Remove unused ThreadHelpBase baseStephan Bergmann 2014-03-19Access safe members directlyStephan Bergmann 2014-03-19Use SolarMutexGuard directlyStephan Bergmann 2014-03-18Use SolarMutexGuard directlyStephan Bergmann 2014-03-18Use SolarMutexGuard directlyStephan Bergmann 2014-03-18Remove unused ThreadHelpBase baseStephan Bergmann 2014-02-26Remove visual noise from frameworkAlexander Wilms 2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann 2014-02-13coverity#737240 Uncaught exceptionCaolán McNamara 2014-02-13coverity#737239 Uncaught exceptionCaolán McNamara