summaryrefslogtreecommitdiff
path: root/include/tools
AgeCommit message (Expand)AuthorFilesLines
2014-05-21So ZCodec::ReadAsynchron was wrong in using a persistent mpIStm after allStephan Bergmann1-1/+0
2014-05-21ZCodec::mpIStm is apparently(?) effectively only used by ReadAsynchronStephan Bergmann1-1/+1
2014-05-21Split ZCodec::ImplInitBuf into InitCompress, InitDecompressStephan Bergmann1-1/+2
2014-05-21Replace ZCodec::mbInit with sane enumStephan Bergmann1-2/+8
2014-05-21ZCodec::UpdateCRC is privateStephan Bergmann1-1/+2
2014-05-21Remove unused ZCodec::IsFinishedStephan Bergmann1-1/+0
2014-05-21Remove unnecessary GZCodec derivationStephan Bergmann1-14/+3
2014-05-21Remove unused ZCODEC_BEST_SPEED, ZCODEC_BEST_COMPRESSION macrosStephan Bergmann1-2/+0
2014-05-21Split ZCodec::BeginCompression param into its 3 independent componentsStephan Bergmann1-13/+10
2014-05-21Remove unnecessary ZCODEC_DEFAULT macroStephan Bergmann1-3/+2
2014-05-21Remove unnecessary ZCODEC_DEFAULT_STRATEGY macroStephan Bergmann1-4/+2
2014-05-21Remove unused ZCODEC_ZFILTERED, ZCODEC_ZHUFFMAN_ONLY macrosStephan Bergmann1-2/+0
2014-05-21Remove unnecessary DEFAULT_IN/OUT_BUFSIZE macrosStephan Bergmann1-11/+1
2014-05-21nMemUsage is always MAX_MEM_USAGEStephan Bergmann1-4/+1
2014-05-21A single ZCodec ctor sufficesStephan Bergmann1-2/+1
2014-05-21Clean-up C-style (void) parameter listsStephan Bergmann1-3/+3
2014-05-20enhance pass-by-ref plugin to detect large argumentsNoel Grandin1-2/+2
2014-05-15tools: add AsRGBHexString to Color + unit testTomaž Vajngerl1-0/+4
2014-05-15fixincludeguards.pl: now we can fix thoseThomas Arnhold1-2/+2
2014-05-10added ResStringArray::AddItem()Eike Rathke1-0/+2
2014-05-09remove presys.h and postsys.hThomas Arnhold2-268/+0
2014-05-09move INetContentTypes::scan() to INetMIME::scanContentType()Chr. Rossmanith1-0/+35
2014-05-06_TLBIGINT_INT64 gone with 09abd826a0e2Thomas Arnhold1-13/+0
2014-05-06consistent percent sign in commentsThomas Arnhold1-2/+2
2014-05-01Many spelling fixes: directories r* - z*.Pedro Giffuni1-1/+1
2014-04-22coverity#708207 Uninitialized scalar fieldCaolán McNamara1-22/+25
2014-04-22coverity#708205 Uninitialized scalar fieldCaolán McNamara1-8/+10
2014-04-22coverity#708204 Uninitialized scalar fieldCaolán McNamara1-8/+9
2014-04-22coverity#708203 Uninitialized scalar fieldCaolán McNamara1-8/+8
2014-04-18fdo#77088 WMF - replace 32-bit min/max assumption with constTomaž Vajngerl1-0/+2
2014-04-17Move bezier functionsChris Sherlock1-0/+2
2014-04-11Introduce twip/mm100 conversion functions instead of duplicated macrosTor Lillqvist1-0/+16
2014-04-07Replace SV_DECL/IMPL_REF macros with SvRef templateStephan Bergmann3-57/+53
2014-04-07Unroll sole use of SV_IMPL/DECL_LOCKStephan Bergmann1-52/+30
2014-04-06Bin unused MAP_REALAPPFONT MapUnit enum valueTor Lillqvist1-1/+1
2014-04-02coverity#708209 Uninitialized scalar fieldCaolán McNamara1-0/+1
2014-04-01Explicitly mark overriding destructors as "virtual"Stephan Bergmann3-5/+5
2014-04-01coverity#708557 Uninitialized pointer fieldCaolán McNamara1-1/+0
2014-04-01Kill FSYS_MAC which is for ancient non-OS X MacTor Lillqvist1-8/+3
2014-04-01Bin pointless INET_HEX_ESCAPETor Lillqvist1-3/+0
2014-04-01Bin pointless INET_MARK_TOKENTor Lillqvist1-1/+0
2014-04-01Bin pointless INET_PATH_TOKENTor Lillqvist1-1/+0
2014-03-31Remove now unused obsolete tools/debug.hxx functionalityStephan Bergmann2-171/+5
2014-03-29tools: remove unused SvStream::IsA() and associated ID_*STREAM macrosMichael Stahl2-11/+0
2014-03-29tools: support 64-bit file positions in SvStreamMichael Stahl2-17/+17
2014-03-29tools: allow 64-bit positions on SvLockBytesMichael Stahl1-9/+9
2014-03-28Remove now unused DBG_CTOR etc. featureStephan Bergmann1-109/+2
2014-03-28Bin rest of DBG_WARNING[123]Tor Lillqvist1-10/+1
2014-03-27Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann1-2/+2
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann7-47/+47