summaryrefslogtreecommitdiff
path: root/hwpfilter
AgeCommit message (Expand)AuthorFilesLines
2017-11-23loplugin:simplifybool for negation of comparison operatorNoel Grandin1-14/+14
2017-11-22Make loplugin:unnecessaryparen warn about (x) ? ... : ... after allStephan Bergmann1-4/+4
2017-11-20cosmetics: Drop duplicate semicolonTakeshi Abe1-60/+60
2017-11-16ofz: limit depth of hwp parsingCaolán McNamara3-0/+25
2017-11-16loplugin:useuniqueptr in hwpfilterNoel Grandin4-49/+25
2017-11-06loplugin:constparams in various(2)Noel Grandin2-12/+12
2017-11-02ofz#3858 use a single scratch bufferCaolán McNamara2-10/+10
2017-11-01loplugin:finalclasses in h*,i*,j*Noel Grandin1-2/+1
2017-10-31loplugin:constantparam in f*Noel Grandin2-3/+3
2017-10-27loplugin:includeform: hwpfilter (Windows)Stephan Bergmann1-2/+2
2017-10-27hwp fuzzing timeoutCaolán McNamara1-7/+8
2017-10-23loplugin:includeform: hwpfilterStephan Bergmann6-9/+9
2017-10-19use std::unique_ptr in hwpfilterNoel Grandin5-53/+60
2017-10-18Replace some lists by vectors in hwpfilterJulien Nabet6-98/+65
2017-10-09Replace list by vector for nodelist var (hwpfilter)Julien Nabet3-17/+10
2017-09-30Use explicit function names for fooA/fooW WinAPI; prefer fooWMike Kaganski2-5/+5
2017-09-22Fresh run of bin/update_pch.shMike Kaganski1-4/+9
2017-09-22ofz: alloc+read+discard -> skipblockCaolán McNamara2-7/+3
2017-09-18hwpfilter: [loplugin:redundantcast]Michael Stahl1-6/+3
2017-09-18Use even more WIN32_LEAN_AND_MEANMike Kaganski1-0/+3
2017-09-16Use more WIN32_LEAN_AND_MEANMike Kaganski2-0/+4
2017-09-11clang-tidy modernize-use-emplace in hwpfilter..lotuswordproNoel Grandin1-1/+1
2017-08-29Removed ancient commentAndrea Gelmini1-1/+1
2017-08-29ofz#3201: avoid oomCaolán McNamara4-20/+22
2017-08-28ofz#3160 Direct-leakCaolán McNamara1-4/+7
2017-08-28ofz#3174 disallow header in headerCaolán McNamara3-3/+22
2017-08-25ofz#2899 increment pos before check, like all the other casesCaolán McNamara2-3/+2
2017-08-11ofz#2906: direct-leakCaolán McNamara1-0/+3
2017-08-03ofz#2846 null derefCaolán McNamara1-0/+7
2017-08-02remove unnecessary use of 'this->'Noel Grandin1-1/+1
2017-08-01loplugin:checkunusedparamsNoel Grandin1-24/+24
2017-07-21ofz#2704 null-dereference readCaolán McNamara1-0/+1
2017-07-18loplugin:constparams in scaddins,hwpfilterNoel Grandin10-27/+27
2017-07-17ofz#2668 fix oomCaolán McNamara6-12/+27
2017-07-16zero init the TabSet tooCaolán McNamara2-25/+32
2017-07-16don't use memset on structure with std::shared_ptr memberMarkus Mohrhard4-2/+28
2017-07-13ofz#2452 use shared_ptr for cshapeCaolán McNamara3-5/+4
2017-07-10loplugin:useuniqueptr in hwpfilterNoel Grandin6-84/+67
2017-07-10teach unnecessaryparen loplugin about identifiersNoel Grandin1-3/+3
2017-07-07loplugin:unnecessaryparen handle parens inside call exprNoel Grandin1-2/+2
2017-07-06valgrind: use of uninitialized valueCaolán McNamara1-1/+1
2017-06-25loplugin:oncevar in helpcompiler..jvmfwkNoel Grandin1-4/+4
2017-06-15use more SAL_N_ELEMENTS part 3Noel Grandin2-6/+5
2017-06-12clang-tidy readability-delete-null-pointerNoel Grandin1-2/+1
2017-06-09clang-tidy readability-non-const-parameterNoel Grandin2-4/+4
2017-06-05Improved loplugin:cstylecast to reference types: hwpfilterStephan Bergmann1-1/+1
2017-06-05spelling instanciate -> instantiateNoel Grandin1-1/+1
2017-06-01ofz#1193 we only set these values, never read themCaolán McNamara4-14/+1
2017-05-31clang-tidy readability-redundant-control-flowNoel Grandin1-1/+0
2017-05-23enhance useuniqueptr lopluginNoel Grandin2-5/+4