# -*- 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_PythonTest_PythonTest,pyuno_pytests_testssl)) $(eval $(call gb_PythonTest_add_modules,pyuno_pytests_testssl,$(SRCDIR)/pyuno/qa/pytests,\ testssl \ )) # vim: set noet sw=4 ts=4: : lo/core
LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/cpputools
AgeCommit message (Expand)Author
2019-08-31Add version resource to executables where it was missingMike Kaganski
2019-05-13fix wrong SET/QUERY flags passed to uno::ReferenceNoel Grandin
2019-04-20Fix typoAndrea Gelmini
2018-12-28Reduce OUString operations and use indexed getTokenMatteo Casalin
2018-10-19clang-tidy readability-misleading-indentationNoel Grandin
2018-10-09Extend loplugin:redundantinline to catch inline functions w/o external linkageStephan Bergmann
2018-09-17New loplugin:externalStephan Bergmann
2018-07-16Add missing sal/log.hxx headersGabor Kelemen
2017-10-23loplugin:includeform: cpputoolsStephan Bergmann
2017-09-29loplugin:flatten check for throw in then clauseNoel Grandin
2017-09-21loplugin:flatten in connectivity..desktopNoel Grandin
2017-07-13use more OUString::operator== comphelper..cuiNoel Grandin
2017-06-05spelling instanciate -> instantiateNoel Grandin
2017-04-21gbuild: Remove MSVC 2013 legacy codeDavid Ostrovsky
2017-03-25Fix typosAndrea Gelmini
2017-03-11Fix typosAndrea Gelmini
2017-02-28new loplugin unoanyNoel Grandin
2017-02-24makeAny->Any in cppuhelper..cuiNoel Grandin
2017-02-21loplugin:subtlezeroinit: cpputoolsStephan Bergmann
2017-02-15Some simplifications, using UNO_QUERY_THROWStephan Bergmann
2017-01-26Remove dynamic exception specificationsStephan Bergmann
2017-01-19New loplugin:dynexcspec: Add @throws documentation, cpputoolsStephan Bergmann
2016-03-11tdf#91794 remove OSL_DEBUG_LEVEL > 1 conditionalsRohan Kumar
2016-02-09Remove excess newlinesChris Sherlock
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-11-09new loplugin: oncevarNoel Grandin
2015-11-06loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)Stephan Bergmann
2015-10-30use uno::Reference::set method instead of assignmentNoel Grandin
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-07-17tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe
2015-05-29loplugin:loopvartoosmallNoel Grandin