summaryrefslogtreecommitdiff
path: root/io/source/stm
AgeCommit message (Expand)AuthorFilesLines
2024-10-26cid#1556875 COPY_INSTEAD_OF_MOVECaolán McNamara1-1/+1
2024-10-22cid#1555259 COPY_INSTEAD_OF_MOVECaolán McNamara1-1/+1
2024-10-17cid#1608473 Data race conditionCaolán McNamara1-1/+2
2024-10-09cid#1608473 Data race conditionNoel Grandin1-32/+47
2024-05-09loplugin:ostr in ioNoel Grandin5-35/+35
2024-03-29tdf#146619 Drop unused 'using namespace' in: io/Gabor Kelemen3-3/+0
2023-12-18unique_ptr->optional in OMarkableInputStreamNoel Grandin1-16/+17
2023-12-18unique_ptr->optional in OPipeImplNoel Grandin1-13/+14
2023-05-27Use getXWeak in ioMike Kaganski1-2/+2
2023-02-15Drop 'using namespace ::std' in dirs [e-p]*Gabor Kelemen2-11/+9
2022-09-11no need to allocate MemRingBuffer separately in OMarkableOutputStreamNoel Grandin1-8/+7
2022-06-21io: drop unnecessary castChris Sherlock1-2/+1
2022-05-08osl::Mutex->std::mutex in PumpNoel Grandin1-28/+36
2022-05-08osl::Mutex->std::mutex in OMarkableInputStreamNoel Grandin1-11/+10
2022-05-08osl::Mutex->std::mutex in OMarkableOutputStreamNoel Grandin1-10/+10
2022-05-04Just use Any ctor instead of makeAny in ioStephan Bergmann1-3/+3
2022-02-25Don't use Library_tl in URE librariesStephan Bergmann1-11/+13
2021-10-05drop 'using namespace std' in h* i* j*Julien Nabet1-1/+0
2021-08-06use more comphelper::OInterfaceContainerHelper2Noel Grandin1-6/+6
2021-05-02throw() -> noexcept, part 2/3: Automatic loplugin:noexcept rewriteStephan Bergmann2-3/+3
2021-03-26Drop these definesMike Kaganski1-4/+1
2021-01-03tdf#124176 Use pragma once instead of include guardsAlchemist1-4/+1
2020-11-10tdf#42949 Fix new IWYU warnings in directories [h-r]*Gabor Kelemen1-2/+0
2020-10-22long->tools::Long in hwpfilter..ooxNoel1-1/+2
2020-07-14io: create instances with uno constructorsNoel Grandin4-171/+53
2020-04-07loplugin:flatten in ioNoel Grandin3-63/+63
2020-01-26remove some unused local varsNoel Grandin1-4/+0
2019-11-24cppcheck: performing init in init list (hwpfilter, i., l.)Julien Nabet1-5/+1
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann4-0/+32
2019-09-01Simplify Sequence iterations in ioArkadiy Illarionov2-39/+24
2019-08-16use more TOOLS_WARN_EXCEPTIONNoel Grandin1-10/+5
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): ioStephan Bergmann4-8/+8
2019-04-25tdf#42949 Fix IWYU warnings in io/Gabor Kelemen6-22/+8
2019-03-07log nice exception messages whereever possibleNoel Grandin1-11/+16
2019-02-09loplugin:indentation in helpcompiler..ioNoel Grandin2-2/+2
2018-10-21pvs-studio: V557 Array overrun is possibleCaolán McNamara1-1/+1
2018-10-21tdf#120703 (PVS): handle failed reallocMike Kaganski1-2/+4
2018-10-03no need to call empty() before clear()Noel Grandin1-4/+1
2018-09-10tdf#42949 Fix IWYU warnings in include/cppuhelper/*Gabor Kelemen1-0/+1
2018-08-29replace rtl_allocateMemory with std::mallocNoel Grandin1-4/+2
2018-07-18Fix typosAndrea Gelmini1-1/+1
2018-03-18Use for-range loops in hwpfilter, i18n*, idl* and ioJulien Nabet1-10/+14
2018-01-15remove local copies of std::min,std::maxNoel Grandin4-9/+6
2018-01-12More loplugin:cstylecast: ioStephan Bergmann1-22/+22
2017-12-11loplugin:salcall fix functionsNoel Grandin4-8/+8
2017-11-23loplugin:simplifybool for negation of comparison operatorNoel Grandin1-3/+3
2017-10-30loplugin:constmethod in vcl and stocNoel Grandin1-1/+1
2017-10-23loplugin:includeform: ioStephan Bergmann4-4/+4
2017-10-04add << operator for css::uno::ExceptionNoel Grandin1-5/+5
2017-09-29loplugin:flatten check for throw in then clauseNoel Grandin1-15/+6