summaryrefslogtreecommitdiff
path: root/registry/StaticLibrary_registry_helper.mk
blob: a0c11428ef0f5c1e800ee478087b83ee378d8887 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# -*- 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_StaticLibrary_StaticLibrary,registry_helper))

$(eval $(call gb_StaticLibrary_add_exception_objects,registry_helper,\
    registry/tools/fileurl \
    registry/tools/options \
))

# vim: set noet sw=4 ts=4:
/tr> 2016-01-12loplugin:unusedmethods unused return value in include/helpcompilerNoel Grandin 2016-01-10Fix typosAndrea Gelmini 2015-12-10tdf#96042: Oops, fix a typo.Jan Holesovsky 2015-12-08tdf#96042: 'std::string::find("something") == 0' means "startsWith()".Jan Holesovsky 2015-11-30loplugin:unusedfieldsNoel Grandin 2015-11-20loplugin:unusedfields helpcompilerNoel Grandin 2015-11-15cppcheck:stlIfStrFindNoel Grandin 2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann 2015-11-06coverity#1338271 Uncaught exceptionCaolán McNamara 2015-11-06coverity#1338258 Uncaught exceptionCaolán McNamara 2015-11-06coverity#1338235 Uncaught exceptionCaolán McNamara 2015-09-30Fix typosAndrea Gelmini 2015-09-19boost->stdCaolán McNamara 2015-09-17boost->stdCaolán McNamara 2015-07-30loplugin:unusedmethodsNoel Grandin 2015-07-02coverity#1309070 Uncaught exceptionCaolán McNamara 2015-06-28coverity#1308500 Uncaught exceptionCaolán McNamara 2015-06-26loplugin:stringconstant: handle OUString+=OUString(literal)Stephan Bergmann 2015-06-17Replace boost::scoped_array<T> with std::unique_ptr<T[]>Takeshi Abe 2015-06-15remove unnecessary check for null when calling deleteNoel Grandin 2015-06-13Fix typosAndrea Gelmini 2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann 2015-05-29loplugin:loopvartoosmallNoel Grandin 2015-05-29loplugin:loopvartoosmallNoel Grandin 2015-05-14Rename makefile to match target nameMatúš Kukan 2015-04-15remove unnecessary use of void in function declarationsNoel Grandin 2015-04-07loplugin:staticmethodsNoel Grandin 2015-03-09V801: Decreased performanceCaolán McNamara