# -*- 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,tools)) $(eval $(call gb_Module_add_targets,tools,\ CustomTarget_reversemap \ Library_tl \ StaticLibrary_ooopathutils \ )) $(eval $(call gb_Module_add_targets_for_build,tools,\ Executable_bestreversemap \ )) $(eval $(call gb_Module_add_check_targets,tools,\ CppunitTest_tools_test \ )) # vim: set noet sw=4 ts=4: ption> LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/stoc/source
AgeCommit message (Expand)Author
2020-03-10Properly use createOneInstanceComponentFactory for javaloaderStephan Bergmann
2020-02-06Be more verbose about JNI errors at least with --enable-dbgutilStephan Bergmann
2020-02-01std::unordered_set<T*> -> o3tl::sorted_vectorNoel Grandin
2020-01-31clang-tidy modernize-concat-nested-namespaceNoel Grandin
2020-01-28tdf#88205: Adapt uses of css::uno::Sequence to use initializer_list ctorEfdal İncesu
2020-01-28New loplugin:unsignedcompareStephan Bergmann
2020-01-15tdf#88205 Adapt uses of css::uno::Sequence to use initializer_list ctorMesut Çifci
2020-01-14tdf#88205 Adapt uses of css::uno::Sequence to use initializer_list ctorMesut Çifci
2020-01-13tdf#88205 Adapt uses of css::uno::Sequence to use initializer_list ctorMesut Çifci
2019-12-22sal_Char->char in sot..storeNoel Grandin
2019-12-04use scoped enumStephan Bergmann
2019-12-03use scoped enumStephan Bergmann
2019-11-26Fix for 2 commits related to cppcheck:Julien Nabet
2019-11-24Fix e6ab01ce532d1db01579b70bd476b2f643522bf9Julien Nabet
2019-11-23cppcheck: performing init in init list (sfx2/slideshow/stoc/store)Julien Nabet
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann
2019-10-26size some stringbuffer to prevent re-allocNoel Grandin
2019-10-21size some stringbuffer to prevent re-allocNoel Grandin
2019-10-17Rename OUStringLiteral1 to OUStringCharStephan Bergmann
2019-10-16loplugin:bufferadd loosen some constraintsNoel Grandin
2019-10-15new loplugin:bufferaddNoel Grandin
2019-10-14loplugin:stringadd look for unnecessary temporariesNoel Grandin
2019-10-11simplify "a = a +" to "a +="Noel Grandin
2019-09-06Fixing "...."Andrea Gelmini
2019-09-01Fix '..'Andrea Gelmini
2019-08-23Clean up OSL_ASSERT in stoc/source/uriproc/Stephan Bergmann
2019-08-23[API CHANGE] Adapt css.uri UNOIDL entities to RFC 3986Stephan Bergmann
2019-08-20loplugin:constvars in solenv..svtoolsNoel Grandin
2019-08-17tdf#88205 Adapt uses of css::uno::Sequence to use initializer_list ctorJulien Nabet
2019-08-15Optimize NestedKeyImpl::openKeysArkadiy Illarionov
2019-08-15loplugin:sequenceloop in starmath..svlNoel Grandin
2019-08-14Reformulate TypeConverter_Impl::toHyper FLOAT/DOUBLE casesStephan Bergmann
2019-08-13Drop MSVC workaround from 2002Stephan Bergmann
2019-08-13Use existing SAL_MIN/MAX_...Stephan Bergmann
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): stocStephan Bergmann
2019-07-22Simplify Sequence iterations in shell..svgioArkadiy Illarionov
2019-07-21loplugin:referencecasting in slideshow..svtoolsNoel Grandin