summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* So ZCodec::ReadAsynchron was wrong in using a persistent mpIStm after allStephan Bergmann2014-05-211-4/+2
* ZCodec::mpIStm is apparently(?) effectively only used by ReadAsynchronStephan Bergmann2014-05-211-21/+18
* Split ZCodec::ImplInitBuf into InitCompress, InitDecompressStephan Bergmann2014-05-211-60/+59
* Add assertionStephan Bergmann2014-05-211-0/+1
* Replace ZCodec::mbInit with sane enumStephan Bergmann2014-05-211-81/+71
* ZCodec::UpdateCRC is privateStephan Bergmann2014-05-211-6/+6
* Split ZCodec::BeginCompression param into its 3 independent componentsStephan Bergmann2014-05-211-9/+13
* Remove unnecessary ZCODEC_DEFAULT_STRATEGY macroStephan Bergmann2014-05-211-1/+1
* nMemUsage is always MAX_MEM_USAGEStephan Bergmann2014-05-211-3/+2
* A single ZCodec ctor sufficesStephan Bergmann2014-05-211-18/+0
* Clean-up C-style (void) parameter listsStephan Bergmann2014-05-211-1/+1
* enhance pass-by-ref plugin to detect large argumentsNoel Grandin2014-05-201-1/+2
* tools: add AsRGBHexString to Color + unit testTomaž Vajngerl2014-05-153-0/+69
* Resolves fdo#70681: fixincludeguards.pl: all that's leftThomas Arnhold2014-05-151-2/+2
* coverity#708544 Uninitialized scalar fieldCaolán McNamara2014-05-101-0/+1
* coverity#708545 Uninitialized scalar fieldCaolán McNamara2014-05-101-0/+2
* added ResStringArray::AddItem()Eike Rathke2014-05-101-0/+6
* move INetContentTypes::scan() to INetMIME::scanContentType()Chr. Rossmanith2014-05-091-0/+42
* Many spelling fixes: directories r* - z*.Pedro Giffuni2014-05-012-3/+3
* German Comment translationMichael Meeks2014-04-282-5/+5
* coverity#708545 Uninitialized scalar fieldCaolán McNamara2014-04-231-0/+1
* coverity#708544 Uninitialized scalar fieldCaolán McNamara2014-04-231-0/+1
* coverity#708543 Uninitialized scalar fieldCaolán McNamara2014-04-231-0/+2
* Move bezier functionsChris Sherlock2014-04-172-0/+23
* coverity#1202967 Uninitialized pointer fieldCaolán McNamara2014-04-161-0/+1
* typo: nummer -> numberThomas Arnhold2014-04-141-1/+1
* typo: befor -> beforeThomas Arnhold2014-04-141-1/+1
* typo: te -> theThomas Arnhold2014-04-141-1/+1
* remove OV* debug stuffThomas Arnhold2014-04-141-6/+0
* remove outdated RS6000 checksThomas Arnhold2014-04-141-2/+2
* replace some SvStream seeking with calls to remainingSize()Michael Stahl2014-04-111-5/+2
* coverity#984163 Uninitialized scalar fieldCaolán McNamara2014-04-111-0/+1
* coverity#1079187 Uninitialized pointer readCaolán McNamara2014-04-031-0/+1
* init a few more stream-read svm elementsCaolán McNamara2014-04-021-1/+1
* valgrind: Conditional jump or move depends on uninitialised valueCaolán McNamara2014-04-021-1/+1
* coverity#708559 Uninitialized pointer fieldCaolán McNamara2014-04-011-9/+27
* Kill FSYS_MAC which is for ancient non-OS X MacTor Lillqvist2014-04-011-85/+9
* Remove now unused obsolete tools/debug.hxx functionalityStephan Bergmann2014-03-314-538/+0
* MSVC helpfully provides warning C4310: cast truncates constant valueMichael Stahl2014-03-302-4/+4
* tools, sc: fix GCC -Werror=type-limits (comparison is always true)Michael Stahl2014-03-301-1/+0
* deploy some asserts to detect truncated STREAM_SEEK_TO_ENDMichael Stahl2014-03-303-0/+10
* tools: try to fix std::min ambiguity for MSVCMichael Stahl2014-03-291-2/+4
* tools: remove unused SvStream::IsA() and associated ID_*STREAM macrosMichael Stahl2014-03-294-31/+0
* tools: support 64-bit file positions in SvStreamMichael Stahl2014-03-294-67/+67
* tools: allow 64-bit positions on SvLockBytesMichael Stahl2014-03-291-5/+5
* Remove now unused DBG_CTOR etc. featureStephan Bergmann2014-03-281-504/+7
* Remove remaining DBG_NAME* usesStephan Bergmann2014-03-282-4/+0
* Resolves: #i124453# check if the resulting polygon...Jürgen Schmidt2014-03-281-0/+13
* Simplify #if blocks a littleStephan Bergmann2014-03-271-17/+13
* First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann2014-03-263-10/+10