summaryrefslogtreecommitdiffstats
path: root/hwpfilter
Commit message (Expand)AuthorAgeFilesLines
* forcepoint #8 ensure ColumnDef lifetimeCaolán McNamara2018-02-265-14/+14
* forcepoint #7 check ksc5601_2uni_page21 boundsCaolán McNamara2018-02-261-17/+11
* forcepoint #1Caolán McNamara2018-02-221-1/+1
* forcepoint #2Caolán McNamara2018-02-221-0/+2
* ofz: check state in readblockCaolán McNamara2018-01-292-16/+14
* loplugin:simplifybool for negation of comparison operatorNoel Grandin2017-11-231-14/+14
* Make loplugin:unnecessaryparen warn about (x) ? ... : ... after allStephan Bergmann2017-11-221-4/+4
* cosmetics: Drop duplicate semicolonTakeshi Abe2017-11-201-60/+60
* ofz: limit depth of hwp parsingCaolán McNamara2017-11-163-0/+25
* loplugin:useuniqueptr in hwpfilterNoel Grandin2017-11-164-49/+25
* loplugin:constparams in various(2)Noel Grandin2017-11-062-12/+12
* ofz#3858 use a single scratch bufferCaolán McNamara2017-11-022-10/+10
* loplugin:finalclasses in h*,i*,j*Noel Grandin2017-11-011-2/+1
* loplugin:constantparam in f*Noel Grandin2017-10-312-3/+3
* loplugin:includeform: hwpfilter (Windows)Stephan Bergmann2017-10-271-2/+2
* hwp fuzzing timeoutCaolán McNamara2017-10-271-7/+8
* loplugin:includeform: hwpfilterStephan Bergmann2017-10-236-9/+9
* use std::unique_ptr in hwpfilterNoel Grandin2017-10-195-53/+60
* Replace some lists by vectors in hwpfilterJulien Nabet2017-10-186-98/+65
* Replace list by vector for nodelist var (hwpfilter)Julien Nabet2017-10-093-17/+10
* Use explicit function names for fooA/fooW WinAPI; prefer fooWMike Kaganski2017-09-302-5/+5
* Fresh run of bin/update_pch.shMike Kaganski2017-09-221-4/+9
* ofz: alloc+read+discard -> skipblockCaolán McNamara2017-09-222-7/+3
* hwpfilter: [loplugin:redundantcast]Michael Stahl2017-09-181-6/+3
* Use even more WIN32_LEAN_AND_MEANMike Kaganski2017-09-181-0/+3
* Use more WIN32_LEAN_AND_MEANMike Kaganski2017-09-162-0/+4
* clang-tidy modernize-use-emplace in hwpfilter..lotuswordproNoel Grandin2017-09-111-1/+1
* Removed ancient commentAndrea Gelmini2017-08-291-1/+1
* ofz#3201: avoid oomCaolán McNamara2017-08-294-20/+22
* ofz#3160 Direct-leakCaolán McNamara2017-08-281-4/+7
* ofz#3174 disallow header in headerCaolán McNamara2017-08-283-3/+22
* ofz#2899 increment pos before check, like all the other casesCaolán McNamara2017-08-252-3/+2
* ofz#2906: direct-leakCaolán McNamara2017-08-111-0/+3
* ofz#2846 null derefCaolán McNamara2017-08-031-0/+7
* remove unnecessary use of 'this->'Noel Grandin2017-08-021-1/+1
* loplugin:checkunusedparamsNoel Grandin2017-08-011-24/+24
* ofz#2704 null-dereference readCaolán McNamara2017-07-211-0/+1
* loplugin:constparams in scaddins,hwpfilterNoel Grandin2017-07-1810-27/+27
* ofz#2668 fix oomCaolán McNamara2017-07-176-12/+27
* zero init the TabSet tooCaolán McNamara2017-07-162-25/+32
* don't use memset on structure with std::shared_ptr memberMarkus Mohrhard2017-07-164-2/+28
* ofz#2452 use shared_ptr for cshapeCaolán McNamara2017-07-133-5/+4
* loplugin:useuniqueptr in hwpfilterNoel Grandin2017-07-106-84/+67
* teach unnecessaryparen loplugin about identifiersNoel Grandin2017-07-101-3/+3
* loplugin:unnecessaryparen handle parens inside call exprNoel Grandin2017-07-071-2/+2
* valgrind: use of uninitialized valueCaolán McNamara2017-07-061-1/+1
* loplugin:oncevar in helpcompiler..jvmfwkNoel Grandin2017-06-251-4/+4
* use more SAL_N_ELEMENTS part 3Noel Grandin2017-06-152-6/+5
* clang-tidy readability-delete-null-pointerNoel Grandin2017-06-121-2/+1
* clang-tidy readability-non-const-parameterNoel Grandin2017-06-092-4/+4