summaryrefslogtreecommitdiff
path: root/io
AgeCommit message (Expand)AuthorFilesLines
7 daysloplugin:ostr in ioNoel Grandin14-73/+73
2024-03-29tdf#146619 Drop unused 'using namespace' in: io/Gabor Kelemen5-5/+0
2024-03-06Use less boost_headers in low level librariesGabor Kelemen1-2/+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 Kaganski4-15/+8
2023-03-14tdf#150135: Fix OTextInputStream to throw runtime exception when uninitializedBaole Fang1-0/+18
2023-02-15Drop 'using namespace ::std' in dirs [e-p]*Gabor Kelemen2-11/+9
2022-11-24loplugin:unusedfields make some fields privateNoel Grandin1-0/+2
2022-09-11no need to allocate MemRingBuffer separately in OMarkableOutputStreamNoel Grandin1-8/+7
2022-06-21io: drop unnecessary castChris Sherlock1-2/+1
2022-06-21clang-tidy modernize-pass-by-value in io..jvmfwkNoel Grandin6-22/+26
2022-05-09URE Library_io should not depend on Library_comphelperStephan Bergmann1-1/+0
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-08osl::Mutex->std::mutex in OAcceptorNoel Grandin1-6/+5
2022-05-04Just use Any ctor instead of makeAny in ioStephan Bergmann1-3/+3
2022-04-12loplugin:stringview more o3tl conversionNoel Grandin1-1/+2
2022-02-25Don't use Library_tl in URE librariesStephan Bergmann2-12/+13
2022-01-27Recheck modules [i-l]* with IWYUGabor Kelemen3-3/+0
2021-12-20osl::Mutex->std::mutex in SocketConnectionNoel Grandin1-5/+5
2021-12-20osl::Mutex->std::mutex in PipeAcceptorNoel Grandin2-4/+4
2021-12-20osl::Mutex->std::mutex in SocketConnectionNoel Grandin2-5/+6
2021-12-10Generally determine Rdb content from gb_*_set_componentfile callsStephan Bergmann1-1/+1
2021-10-05drop 'using namespace std' in h* i* j*Julien Nabet1-1/+0
2021-08-06use more comphelper::OInterfaceContainerHelper2Noel Grandin2-6/+7
2021-05-25Add forgotten io/Executable_io-testconnection.mkStephan Bergmann1-0/+36
2021-05-25Resurrect io testconnection executableStephan Bergmann2-61/+59
2021-05-02throw() -> noexcept, part 2/3: Automatic loplugin:noexcept rewriteStephan Bergmann2-3/+3
2021-04-29loplugin:stringadd simplify some *StringBuffer operationsNoel Grandin2-24/+10
2021-04-07Updated README.md files to represent current code / use Markdown formatHossein1-2/+3
2021-03-26Drop these definesMike Kaganski6-28/+11
2021-03-24Using .md extension/Markdown syntax for modules READMEHossein1-0/+0
2021-02-18loplugin:referencecasting add check for new rtl::Reference operatorNoel3-4/+4
2021-02-11loplugin:refcounting generalise type checkingNoel3-8/+11
2021-01-03tdf#124176 Use pragma once instead of include guardsAlchemist4-15/+4
2020-12-29loplugin:stringviewparam: operator +Stephan Bergmann1-2/+3
2020-11-10tdf#42949 Fix new IWYU warnings in directories [h-r]*Gabor Kelemen2-3/+1
2020-10-22long->tools::Long in hwpfilter..ooxNoel1-1/+2
2020-09-27improve some exception messagesNoel Grandin3-8/+8
2020-07-14io: create instances with uno constructorsNoel Grandin13-717/+321
2020-07-10replace usage of blacklist with excludelist for IWYUThorsten Behrens1-1/+1
2020-07-01Upcoming improved loplugin:staticanonymous -> redundantstatic: ioStephan Bergmann1-1/+1
2020-06-05Make it more obvious that the error message is composedStephan Bergmann1-2/+2
2020-06-04Upcoming loplugin:elidestringvar: ioStephan Bergmann1-2/+1
2020-04-07loplugin:flatten in ioNoel Grandin3-63/+63
2020-01-26remove some unused local varsNoel Grandin1-4/+0
2019-12-19sal_Char->char in idlc..linguisticNoel Grandin4-4/+4
2019-12-12Fix typoAndrea Gelmini1-2/+2