aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
0 files changed, 0 insertions, 0 deletions
on value='feature/priorities'>feature/priorities LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/unotools/source/streaming/streamwrap.cxx
AgeCommit message (Expand)Author
2022-01-10use less SvStream::Flush()Noel Grandin
2021-08-03Consolidate on C++17 std::scoped_lock instead of std::lock_guardNoel Grandin
2021-07-31osl::Mutex->std::mutex in OInputStreamWrapperNoel Grandin
2020-02-17inline some acquire/release callsNoel Grandin
2020-01-28New loplugin:unsignedcompareStephan Bergmann
2019-09-20Improve exception messageStephan Bergmann
2018-10-15add SvStream::TellEndNoel Grandin
2018-07-11clean up UNO available() implementationsNoel Grandin
2018-07-10pass SvStream around by std::unique_ptrNoel Grandin
2018-01-12More loplugin:cstylecast: unotoolsStephan Bergmann
2017-11-22drop duplicate methodCaolán McNamara
2017-09-04Translate German comments/debug strings (leftovers in dirs test to uui)Johnny_M
2017-02-06Add missing #includesStephan Bergmann
2017-01-26Remove dynamic exception specificationsStephan Bergmann
2016-12-08Non-inline virtual dtors of exported classesStephan Bergmann
2016-09-15replace sal_Size with std::size_t (or sal_uInt64 for SvStream pos)Michael Stahl
2016-06-06tools: rename SvStream::Read/Write to ReadBytes/WriteBytesMichael Stahl