summaryrefslogtreecommitdiff
path: root/tools/source/stream
AgeCommit message (Expand)AuthorFilesLines
2015-08-31sot: don't leak uninitialized memory into temp fileMichael Stahl1-2/+6
2015-07-31tools: prefix members of SvStreamMichael Stahl3-295/+295
2015-07-17in remainingSize consider that its is possible to seek past the endCaolán McNamara1-1/+1
2015-07-13Make content of OSL_ASSERT, DBG_ASSERT, etc. visiblie in non-debug buildsStephan Bergmann1-0/+2
2015-07-02loplugin:unusedmethods toolsNoel Grandin1-14/+0
2015-06-29remove custom RTTI from SvDataCopyStreamNoel Grandin1-2/+0
2015-06-15remove unnecessary check for null when calling deleteNoel Grandin3-6/+3
2015-06-03-fsanitize=nonnull-attribute in memcpy callStephan Bergmann1-1/+1
2015-06-02-fsanitize=nonnull-attribute in memcpy callStephan Bergmann1-1/+4
2015-06-02loplugin:cstylecast: deal with those that are (technically) const_castStephan Bergmann1-1/+1
2015-05-28new clang plugin: loopvartoosmallNoel Grandin1-1/+1
2015-05-11loplugin:cstylecast: nop between pointer types of exactly same spellingStephan Bergmann1-4/+4
2015-04-22Various #include <sal/log.hxx> fixupsStephan Bergmann2-0/+2
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann1-8/+8
2015-03-11V668 no sense in testing the result of new against nullCaolán McNamara1-18/+15
2015-02-12tdf#89319 SvFileStream: remove redundant osl_getFilePos() callsLászló Németh1-0/+2
2015-02-05convert all remaining BOOST_STATIC_ASSERT to static_assertCaolán McNamara1-2/+0
2015-01-20Some more loplugin:cstylecast: toolsStephan Bergmann1-13/+13
2015-01-07fdo#84938: convert COMPRESSMODE_ #defines to 'enum class'Noel Grandin1-1/+1
2015-01-07fix windows buildNoel Grandin1-8/+8
2015-01-07fdo#84938: convert STREAM_ #defines to 'enum class'Noel Grandin4-23/+23
2015-01-05valgrind: Conditional jump or move depends on uninitialised valueCaolán McNamara1-2/+2
2015-01-05fdo#84938: replace NUMBERFORMAT_INT_ constants with 'enum class'Noel Grandin1-10/+10
2014-11-17sal: clean up public headers with include-what-you-useMichael Stahl1-0/+1
2014-11-14fdo#86023 - O[U]String needs a 'clear' methodBrij Mohan Lal Srivastava1-3/+3
2014-09-26SvStream - rename WriteNumber methodsNoel Grandin1-2/+2
2014-08-20Remove more useless includes of tools/debug.hxxMarcos Paulo de Souza1-1/+0
2014-08-15fdo#82644 write sal_Unicode chars as UnicodeDavid Tardon1-1/+1
2014-07-01clang scan-build: various warningsCaolán McNamara1-2/+2
2014-06-26clang: Assigned value is garbage or undefinedCaolán McNamara1-2/+2
2014-05-22fix-includes.pl: toolsThomas Arnhold1-1/+1
2014-04-14remove OV* debug stuffThomas Arnhold1-6/+0
2014-04-14remove outdated RS6000 checksThomas Arnhold1-2/+2
2014-03-30MSVC helpfully provides warning C4310: cast truncates constant valueMichael Stahl2-4/+4
2014-03-30tools, sc: fix GCC -Werror=type-limits (comparison is always true)Michael Stahl1-1/+0
2014-03-30deploy some asserts to detect truncated STREAM_SEEK_TO_ENDMichael Stahl3-0/+10
2014-03-29tools: try to fix std::min ambiguity for MSVCMichael Stahl1-2/+4
2014-03-29tools: remove unused SvStream::IsA() and associated ID_*STREAM macrosMichael Stahl3-20/+0
2014-03-29tools: support 64-bit file positions in SvStreamMichael Stahl3-65/+65
2014-03-29tools: allow 64-bit positions on SvLockBytesMichael Stahl1-5/+5
2014-03-28Remove remaining DBG_NAME* usesStephan Bergmann1-2/+0
2014-02-27do not crash if allocation failedDavid Tardon1-19/+27
2014-02-25remove unused code SvStream::WriteUCharPtr(unsigned char const*)Noel Grandin1-6/+0
2014-02-24make the implementation use the same type than the declarationNorbert Thiebaud1-13/+13
2014-02-20Add SvStream::ReadCharAsBoolStephan Bergmann1-0/+24
2014-02-12more SvStream:operator>> conversionNoel Grandin1-2/+2
2014-02-12convert SvStream::operator>> methods to ReadXXX methodsNoel Grandin2-15/+15
2014-02-07Simplify InternalStreamLock instance handlingStephan Bergmann1-57/+32
2014-02-07coverity#708893 unused pointer valueNoel Grandin1-1/+1
2014-01-21TOOLS : Remove usage of DBG_CTOR and DBG_DTOR.Arnaud Versini1-6/+0