# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*- #************************************************************************* # # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. # # Copyright 2000, 2010 Oracle and/or its affiliates. # # OpenOffice.org - a multi-platform office productivity suite # # This file is part of OpenOffice.org. # # OpenOffice.org is free software: you can redistribute it and/or modify # it under the terms of the GNU Lesser General Public License version 3 # only, as published by the Free Software Foundation. # # OpenOffice.org is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU Lesser General Public License version 3 for more details # (a copy is included in the LICENSE file that accompanied this code). # # You should have received a copy of the GNU Lesser General Public License # version 3 along with OpenOffice.org. If not, see # # for a copy of the LGPLv3 License. # #************************************************************************* gb_PARTIALBUILD := T ifeq ($(strip $(SOLARENV)),) include $(dir $(realpath $(firstword $(MAKEFILE_LIST))))/../solenv/gbuild/source_and_rerun.mk else gb_SourceEnvAndRecurse_STAGE=gbuild include $(SOLARENV)/gbuild/gbuild.mk $(eval $(call gb_Module_make_global_targets,$(shell ls $(dir $(realpath $(firstword $(MAKEFILE_LIST))))/Module*.mk))) endif # vim: set noet sw=4 ts=4: lue='distro/cib/libreoffice-6-0'>distro/cib/libreoffice-6-0 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/store
AgeCommit message (Expand)Author
2022-08-13clang-tidy modernize-pass-by-value in variousNoel Grandin
2022-07-03tdf#143148 store: Use pragma once instead of include guardsChris Sherlock
2022-06-20store: remove useless comments from storeChris Sherlock
2022-05-16store: add unit testsChris Sherlock
2022-01-15Let loplugin:nullptr look into template instantiationsStephan Bergmann
2021-09-02clang-tidy:readability-redundant-member-initNoel Grandin
2021-08-10tdf#143148:Use pragma once in storeEmircan Agac
2021-04-07Updated README.md files to represent current code / use Markdown formatHossein
2021-03-24Using .md extension/Markdown syntax for modules READMEHossein
2020-11-18Replace #if with if constexpr()Mike Kaganski
2020-11-16tdf#123936 Formatting files in module store with clang-formatPhilipp Hofer
2020-10-04loplugin:reducevarscope in store..svtoolsNoel
2020-07-10replace usage of blacklist with excludelist for IWYUThorsten Behrens
2020-06-04loplugin:simplifypointertobool improve (2)Noel Grandin
2020-06-03loplugin:simplifypointertobool improveNoel Grandin
2020-05-30loplugin:simplifybool extend to expression like !(a < b || c > d)Noel Grandin
2020-05-10new loplugin:simplifypointertoboolNoel Grandin
2020-03-14Revert "loplugin:constfields in stoc..svgio"Noel Grandin
2020-01-26cppcheck: shadowFunction in store/storbaseJulien Nabet
2020-01-25Change some #define to constexprStephan Bergmann
2019-12-22sal_Char->char in sot..storeNoel Grandin
2019-12-06loplugin:nullptrStephan Bergmann
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-17Remove some memset callsMike Kaganski
2019-04-14loplugin:sequentialassign in starmath..svlNoel Grandin
2019-01-29loplugin:flatten in stoc..storeNoel Grandin
2019-01-24loplugin:constparams in sd..svtoolsNoel Grandin
2019-01-08tdf#42949 Fix IWYU warnings in store/source/*Gabor Kelemen
2018-12-08Remove obsolete SAL_FALLTHROUGH completelyStephan Bergmann
2018-12-05loplugin:unnecessaryparen include more assignmentsNoel Grandin
2018-11-27remove unused enum storeAccessMode valueNoel Grandin
2018-10-17clang-tidy readability-redundant-smartptr-getNoel Grandin
2018-10-09Extend loplugin:redundantinline to catch inline functions w/o external linkageStephan Bergmann
2018-10-08loplugin:constfields in stoc..svgioNoel Grandin
2018-09-12loplugin:simplifyconstruct in stoc..svlNoel Grandin
2018-08-29replace rtl_allocateMemory with std::mallocNoel Grandin
2018-06-12Remove redundant reinterpret_castStephan Bergmann
2018-06-12-fsanitize=functionStephan Bergmann
2018-06-11new loplugin:shouldreturnboolNoel Grandin
2018-04-28loplugin:countusersofdefaultparamsNoel Grandin
2018-04-16loplugin:useuniqueptr in OStorePageBIOSNoel Grandin
2018-01-13store: remove unnecessary comments in storpage.hxxChris Sherlock
2018-01-12More loplugin:cstylecast: storeStephan Bergmann
2018-01-09loplugin:convertlong in ucb,sotNoel Grandin
2017-12-11loplugin:salcall fix functionsNoel Grandin
2017-11-23loplugin:simplifybool for negation of comparison operatorNoel Grandin
2017-11-20look for =() in loplugin:unnecessaryparenNoel Grandin