summaryrefslogtreecommitdiff
path: root/tools/source/zcodec
AgeCommit message (Expand)AuthorFilesLines
2019-04-30tdf#42949 Fix IWYU warnings in tools/Gabor Kelemen1-1/+0
2019-03-06loplugin:unnecessaryparen improve member expressionNoel Grandin1-1/+1
2018-01-17Missing includes (Windows --disable-pch)Stephan Bergmann1-0/+4
2018-01-15convert a<b?a:b to std::min(a,b)Noel Grandin1-3/+3
2018-01-12More loplugin:cstylecast: toolsStephan Bergmann1-3/+3
2017-12-21new loplugin: convertlongNoel Grandin1-1/+1
2017-12-13sal_uIntPtr->size_t in ZCodecNoel Grandin1-1/+1
2017-11-22drop duplicate methodCaolán McNamara1-2/+2
2017-10-25loplugin:constmethod in tools,sax,UnoControlsNoel Grandin1-1/+1
2017-03-01ofz: Z_NEED_DICT is unsupportedCaolán McNamara1-1/+1
2016-10-07don't call inflateEnd if inflateInit failedDavid Tardon1-1/+2
2016-07-13loplugin:constparams in toolsNoel Grandin1-1/+1
2016-06-27tdf#75280 Cleaning up of sal_uIntPtr usage #1atymyjan1-10/+10
2016-06-06tools: rename SvStream::Read/Write to ReadBytes/WriteBytesMichael Stahl1-7/+10
2016-05-13clang-tidy modernize-loop-convert in toolkit to uuiNoel Grandin1-2/+2
2016-03-17loplugin:constantparam in toolsNoel Grandin1-3/+3
2016-01-15loplugin:unusedmethods unused return value in include/toolsNoel Grandin1-6/+2
2016-01-07Avoid memory leaks upon (de)compression failureStephan Bergmann1-5/+8
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-5/+5
2015-09-21valgrind: use of uninit data in sw_globalfilter testCaolán McNamara1-2/+2
2015-07-07-1 -> Z_ERRNO for clarityCaolán McNamara1-3/+3
2015-07-06only inflate if status from InitDecompress is goodCaolán McNamara1-3/+3
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann1-3/+3
2015-04-27enhancement : tdf#90225 Cannot open compressed csv files from calcDennis Francis1-0/+26
2015-04-24loplugin:simplifyboolStephan Bergmann1-1/+1
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann1-2/+2
2015-03-26const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann1-1/+1
2014-11-11There are three positive return codes from inflateCaolán McNamara1-1/+1
2014-06-09loplugin: inlinesimplememberfunctionsNoel Grandin1-4/+0
2014-05-21So ZCodec::ReadAsynchron was wrong in using a persistent mpIStm after allStephan Bergmann1-4/+2
2014-05-21ZCodec::mpIStm is apparently(?) effectively only used by ReadAsynchronStephan Bergmann1-21/+18
2014-05-21Split ZCodec::ImplInitBuf into InitCompress, InitDecompressStephan Bergmann1-60/+59
2014-05-21Add assertionStephan Bergmann1-0/+1
2014-05-21Replace ZCodec::mbInit with sane enumStephan Bergmann1-81/+71
2014-05-21ZCodec::UpdateCRC is privateStephan Bergmann1-6/+6
2014-05-21Split ZCodec::BeginCompression param into its 3 independent componentsStephan Bergmann1-9/+13
2014-05-21Remove unnecessary ZCODEC_DEFAULT_STRATEGY macroStephan Bergmann1-1/+1
2014-05-21nMemUsage is always MAX_MEM_USAGEStephan Bergmann1-3/+2
2014-05-21A single ZCodec ctor sufficesStephan Bergmann1-18/+0
2014-05-21Clean-up C-style (void) parameter listsStephan Bergmann1-1/+1
2014-04-11replace some SvStream seeking with calls to remainingSize()Michael Stahl1-5/+2
2014-04-01coverity#708559 Uninitialized pointer fieldCaolán McNamara1-9/+27
2014-02-18GCC 4.9, LTO: libvcl uses GZCodec but it is not linked with the implementationJan Hubicka1-5/+0
2014-02-12convert SvStream::operator>> methods to ReadXXX methodsNoel Grandin1-6/+6
2014-01-10Massage odd TODO code some moreStephan Bergmann1-1/+1
2013-08-28Mark as constTakeshi Abe1-1/+1
2013-06-30Clean String and sal_Bool in toolsNorbert Thiebaud1-18/+18
2013-05-08zlib: remove ExternalPackage_zlibMichael Stahl1-7/+1
2013-03-27-Wunused-macrosStephan Bergmann1-1/+1
2012-08-18removed ascii-art and blank lines in tools/sourcePhilipp Riemer1-43/+2