summaryrefslogtreecommitdiff
path: root/store
AgeCommit message (Expand)Author
2023-06-08Add cstdlib include necessary to build with gcc14 libstdc++ (tdf#155715)Martin Jambor
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
2017-11-02improve constparam lopluginNoel Grandin