# -*- 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/. # # This file incorporates work covered by the following license notice: # # Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed # with this work for additional information regarding copyright # ownership. The ASF licenses this file to you under the Apache # License, Version 2.0 (the "License"); you may not use this file # except in compliance with the License. You may obtain a copy of # the License at http://www.apache.org/licenses/LICENSE-2.0 . # $(eval $(call gb_Module_Module,svl)) $(eval $(call gb_Module_add_targets,svl,\ Library_fsstorage \ Library_passwordcontainer \ Library_svl \ )) $(eval $(call gb_Module_add_l10n_targets,svl,\ AllLangResTarget_svl \ )) $(eval $(call gb_Module_add_check_targets,svl,\ CppunitTest_svl_lngmisc \ CppunitTest_svl_qa_cppunit \ CppunitTest_svl_inetcontenttype \ CppunitTest_svl_items \ )) #TODO: CppunitTest_svl_urihelper depends on ucb, can only be added once svl is # in tail build #FIXME: fails on MSVC ifneq ($(OS),WNT) $(eval $(call gb_Module_add_subsequentcheck_targets,svl,\ CppunitTest_svl_urihelper \ )) endif ifneq ($(OOO_JUNIT_JAR),) $(eval $(call gb_Module_add_subsequentcheck_targets,svl,\ JunitTest_svl_complex \ )) endif #todo: dde platform dependent #todo: package_inc #todo: map file # vim: set noet sw=4 ts=4: LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/codemaker
AgeCommit message (Expand)Author
2017-08-14new loplugin:droplongNoel Grandin
2017-08-11convert std::map::insert to std::map::emplace IINoel Grandin
2017-07-31loplugin:oncevarNoel Grandin
2017-07-18loplugin:constparams codemaker,idl,idlcNoel Grandin
2017-07-10teach unnecessaryparen loplugin about identifiersNoel Grandin
2017-07-07loplugin:unnecessaryparen handle parens inside call exprNoel Grandin
2017-06-27android, fix codemaker buildbreakerjan Iversen
2017-06-27iOS, remove java and cppunittestjan Iversen
2017-06-24iOS workaround to avoid mkdir problem.jan Iversen
2017-06-20loplugin:oncevar in codemaker..connectivityNoel Grandin
2017-06-04Remove usage of OString("")Arnaud Versini
2017-05-28remove unnecessary use of OString::getStrNoel Grandin
2017-05-09cleanup osl/diagnose.h includesJochen Nitschke
2017-04-30cppcheck: duplicateBreakJulien Nabet
2017-04-25tools: svstream.hxx needs only errcode.hxx & not errinf.hxxChris Sherlock
2017-04-04More commit resurrectionStephan Bergmann
2017-04-04Move comment back to where it makes senseStephan Bergmann
2017-04-04make UNO enums scoped for internal LO codeNoel Grandin
2017-02-25loplugin:loopvartoosmallStephan Bergmann
2017-02-17remove unused KeywordsOnly from IdentifierTranslationModeNoel Grandin
2017-02-10Remove MinGW supportStephan Bergmann
2017-02-08Remove newly-unnecessary #includes from cppumaker-generated filesStephan Bergmann
2017-02-01loplugin:useuniqueptr extend to check local varsNoel Grandin
2017-01-26Remove dynamic exception specificationsStephan Bergmann
2017-01-24loplugin: unnecessary destructor: basctl..codemakerNoel Grandin
2017-01-20Remove dynamic exception specifications from cppumaker-generated codeStephan Bergmann
2017-01-11loplugin:stringconstant: handle OStringBuffer::appendStephan Bergmann
2016-12-20bootstrap building with --disable-dynloading on standard linuxCaolán McNamara
2016-11-21Delete the "Any-to-Any" template specializations for LIBO_INTERNAL_ONLYStephan Bergmann
2016-10-16clang-cl loplugin: codemakerStephan Bergmann
2016-10-12Don't allow O[U]StringBuffer in string concatenationStephan Bergmann
2016-09-23cid#1371162 etc.: Move semantics for cppumaker-generated UNO exception classesStephan Bergmann
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann
2016-08-01tdf#101185 OString concatanations for efficiently codingnadith
2016-07-27improve passstuffbyref return analysisNoel Grandin
2016-07-11tdf#100726: Improve readability of OUString concatenationsArnold Dumas
2016-07-06clang-tidy performance-implicit-cast-in-loopStephan Bergmann