summaryrefslogtreecommitdiff
path: root/io/source/stm
AgeCommit message (Expand)Author
2023-05-27Use getXWeak in ioMike Kaganski
2023-02-15Drop 'using namespace ::std' in dirs [e-p]*Gabor Kelemen
2022-09-11no need to allocate MemRingBuffer separately in OMarkableOutputStreamNoel Grandin
2022-06-21io: drop unnecessary castChris Sherlock
2022-05-08osl::Mutex->std::mutex in PumpNoel Grandin
2022-05-08osl::Mutex->std::mutex in OMarkableInputStreamNoel Grandin
2022-05-08osl::Mutex->std::mutex in OMarkableOutputStreamNoel Grandin
2022-05-04Just use Any ctor instead of makeAny in ioStephan Bergmann
2022-02-25Don't use Library_tl in URE librariesStephan Bergmann
2021-10-05drop 'using namespace std' in h* i* j*Julien Nabet
2021-08-06use more comphelper::OInterfaceContainerHelper2Noel Grandin
2021-05-02throw() -> noexcept, part 2/3: Automatic loplugin:noexcept rewriteStephan Bergmann
2021-03-26Drop these definesMike Kaganski
2021-01-03tdf#124176 Use pragma once instead of include guardsAlchemist
2020-11-10tdf#42949 Fix new IWYU warnings in directories [h-r]*Gabor Kelemen
2020-10-22long->tools::Long in hwpfilter..ooxNoel
2020-07-14io: create instances with uno constructorsNoel Grandin
2020-04-07loplugin:flatten in ioNoel Grandin
2020-01-26remove some unused local varsNoel Grandin
2019-11-24cppcheck: performing init in init list (hwpfilter, i., l.)Julien Nabet
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann
2019-09-01Simplify Sequence iterations in ioArkadiy Illarionov
2019-08-16use more TOOLS_WARN_EXCEPTIONNoel Grandin
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): ioStephan Bergmann
2019-04-25tdf#42949 Fix IWYU warnings in io/Gabor Kelemen
2019-03-07log nice exception messages whereever possibleNoel Grandin
2019-02-09loplugin:indentation in helpcompiler..ioNoel Grandin
2018-10-21pvs-studio: V557 Array overrun is possibleCaolán McNamara
2018-10-21tdf#120703 (PVS): handle failed reallocMike Kaganski
2018-10-03no need to call empty() before clear()Noel Grandin
2018-09-10tdf#42949 Fix IWYU warnings in include/cppuhelper/*Gabor Kelemen
2018-08-29replace rtl_allocateMemory with std::mallocNoel Grandin
2018-07-18Fix typosAndrea Gelmini
2018-03-18Use for-range loops in hwpfilter, i18n*, idl* and ioJulien Nabet
2018-01-15remove local copies of std::min,std::maxNoel Grandin
2018-01-12More loplugin:cstylecast: ioStephan Bergmann
2017-12-11loplugin:salcall fix functionsNoel Grandin
2017-11-23loplugin:simplifybool for negation of comparison operatorNoel Grandin
2017-10-30loplugin:constmethod in vcl and stocNoel Grandin
2017-10-23loplugin:includeform: ioStephan Bergmann
2017-10-04add << operator for css::uno::ExceptionNoel Grandin
2017-09-29loplugin:flatten check for throw in then clauseNoel Grandin
2017-09-22loplugin:flatten in framework..packageNoel Grandin
2017-09-04loplugin:unnecessaryparen include c++ castsNoel Grandin
2017-07-13loplugin:oncevar: empty strings: ioStephan Bergmann
2017-07-07loplugin:unnecessaryparen handle parens inside call exprNoel Grandin
2017-07-05new loplugin unnecessaryparenNoel Grandin
2017-06-12clang-tidy readability-delete-null-pointerNoel Grandin
2017-05-31clang-tidy readability-redundant-control-flowNoel Grandin
2017-05-07revert OSL_ASSERT changesChris Sherlock