summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
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-05-20enhance pass-by-ref plugin to detect large argumentsNoel Grandin1-1/+2
2014-05-15tools: add AsRGBHexString to Color + unit testTomaž Vajngerl3-0/+69
2014-05-15Resolves fdo#70681: fixincludeguards.pl: all that's leftThomas Arnhold1-2/+2
2014-05-10coverity#708544 Uninitialized scalar fieldCaolán McNamara1-0/+1
2014-05-10coverity#708545 Uninitialized scalar fieldCaolán McNamara1-0/+2
2014-05-10added ResStringArray::AddItem()Eike Rathke1-0/+6
2014-05-09move INetContentTypes::scan() to INetMIME::scanContentType()Chr. Rossmanith1-0/+42
2014-05-01Many spelling fixes: directories r* - z*.Pedro Giffuni2-3/+3
2014-04-28German Comment translationMichael Meeks2-5/+5
2014-04-23coverity#708545 Uninitialized scalar fieldCaolán McNamara1-0/+1
2014-04-23coverity#708544 Uninitialized scalar fieldCaolán McNamara1-0/+1
2014-04-23coverity#708543 Uninitialized scalar fieldCaolán McNamara1-0/+2
2014-04-17Move bezier functionsChris Sherlock2-0/+23
2014-04-16coverity#1202967 Uninitialized pointer fieldCaolán McNamara1-0/+1
2014-04-14typo: nummer -> numberThomas Arnhold1-1/+1
2014-04-14typo: befor -> beforeThomas Arnhold1-1/+1
2014-04-14typo: te -> theThomas Arnhold1-1/+1
2014-04-14remove OV* debug stuffThomas Arnhold1-6/+0
2014-04-14remove outdated RS6000 checksThomas Arnhold1-2/+2
2014-04-11replace some SvStream seeking with calls to remainingSize()Michael Stahl1-5/+2
2014-04-11coverity#984163 Uninitialized scalar fieldCaolán McNamara1-0/+1
2014-04-03coverity#1079187 Uninitialized pointer readCaolán McNamara1-0/+1
2014-04-02init a few more stream-read svm elementsCaolán McNamara1-1/+1
2014-04-02valgrind: Conditional jump or move depends on uninitialised valueCaolán McNamara1-1/+1
2014-04-01coverity#708559 Uninitialized pointer fieldCaolán McNamara1-9/+27
2014-04-01Kill FSYS_MAC which is for ancient non-OS X MacTor Lillqvist1-85/+9
2014-03-31Remove now unused obsolete tools/debug.hxx functionalityStephan Bergmann4-538/+0
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 Stahl4-31/+0
2014-03-29tools: support 64-bit file positions in SvStreamMichael Stahl4-67/+67
2014-03-29tools: allow 64-bit positions on SvLockBytesMichael Stahl1-5/+5
2014-03-28Remove now unused DBG_CTOR etc. featureStephan Bergmann1-504/+7
2014-03-28Remove remaining DBG_NAME* usesStephan Bergmann2-4/+0
2014-03-28Resolves: #i124453# check if the resulting polygon...Jürgen Schmidt1-0/+13
2014-03-27Simplify #if blocks a littleStephan Bergmann1-17/+13
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann3-10/+10