summaryrefslogtreecommitdiff
path: root/hwpfilter
AgeCommit message (Expand)AuthorFilesLines
2019-05-09regenerate PCH headers for the 4 new levelsLuboš Luňák1-21/+13
2019-05-03GCC trunk towards GCC 9 still emits a bogus -Wstringop-truncationStephan Bergmann1-2/+2
2019-04-29Fix conditional around closing #pragma GCC diagnostic popStephan Bergmann1-1/+1
2019-04-29Avoid -Werror=format/stringop-truncationJulien Nabet1-1/+1
2019-04-10clang-tidy: Fix suspicious catches of WIP unhandled-self-assignment checkTamás Zolnai1-0/+3
2019-03-06loplugin:unnecessaryparen improve member expressionNoel Grandin1-6/+6
2019-03-05re-land "new loplugin typedefparam""Noel Grandin1-1/+1
2019-03-04Revert "new loplugin typedefparam"Noel Grandin1-1/+1
2019-03-04new loplugin typedefparamNoel Grandin1-1/+1
2019-03-01Some more WIN32 -> _WIN32Stephan Bergmann1-1/+1
2019-02-27loplugin:unusedfields look for classes where we can make all the..Noel Grandin1-1/+1
2019-02-09loplugin:indentation in helpcompiler..ioNoel Grandin9-195/+195
2019-01-24loplugin:constparams in dbaccess..ooxNoel Grandin2-2/+2
2019-01-21Avoid -Werror=stringop-truncationStephan Bergmann2-2/+15
2018-12-28Fix typoAndrea Gelmini1-1/+1
2018-12-21use unique_ptr in hwpfilterNoel Grandin9-131/+113
2018-12-19-Werror=class-memaccess (trunk towards GCC 9)Stephan Bergmann1-2/+4
2018-12-08Remove obsolete SAL_FALLTHROUGH completelyStephan Bergmann3-6/+6
2018-11-25tdf#120703 PVS: V560 A part of conditional expression is always true/falseMike Kaganski1-4/+4
2018-11-16loplugin:staticmethods improvementNoel Grandin2-3/+3
2018-11-10clang-tidy: (WIP) bugprone-too-small-loop-variable findings 2Tamás Zolnai1-3/+1
2018-10-24hdo is always a HWPDrawingObjectCaolán McNamara3-4/+6
2018-10-24ofz#11119 Direct-leakCaolán McNamara1-3/+3
2018-10-23loplugin:useuniqueptr in LoadDrawingObjectNoel Grandin1-14/+20
2018-10-21tdf#120703 (PVS): redundant nullptr checkMike Kaganski1-8/+5
2018-10-19clang-tidy readability-container-size-emptyNoel Grandin1-6/+6
2018-10-19clang-tidy readability-misleading-indentationNoel Grandin3-32/+32
2018-10-19clang-tidy modernize-redundant-void-argNoel Grandin1-3/+3
2018-10-18clang-tidy readability-simplify-boolean-exprNoel Grandin2-7/+2
2018-10-18loplugin:staticvar in hwpfilter..salNoel Grandin1-1/+1
2018-10-09Extend loplugin:redundantinline to catch inline functions w/o external linkageStephan Bergmann1-1/+1
2018-09-26Fix ID_DELIMETER->ID_DELIMITERAndrea Gelmini3-4/+4
2018-09-24loplugin:external (clang-cl)Stephan Bergmann1-1/+1
2018-09-17New loplugin:externalStephan Bergmann4-18/+18
2018-09-10tdf#42949 Fix IWYU warnings in include/cppuhelper/*Gabor Kelemen1-0/+2
2018-09-09loplugin:simplifyconstruct in helpcompiler..ioNoel Grandin3-4/+0
2018-09-08ofz#10259 ofz#10263 ofz#10264 ofz#10265 use-after-freeCaolán McNamara2-3/+4
2018-09-07loplugin:useuniqueptr in HWPFileNoel Grandin3-14/+8
2018-08-21loplugin:useuniqueptr in HStreamIODevNoel Grandin5-10/+10
2018-08-15loplugin:useuniqueptr in mgcLinearSystemDNoel Grandin3-29/+8
2018-08-13loplugin:returnconstant in hwpfilter,testNoel Grandin2-4/+2
2018-07-29loplugin:stringloop in variousNoel Grandin1-8/+9
2018-06-18tdf#108523 Remove @author annotationsAbhyudaya Sharma1-1/+0
2018-06-11new loplugin:shouldreturnboolNoel Grandin2-8/+8
2018-06-05tdf#42949 remove unused compheler includes ..Jochen Nitschke1-1/+0
2018-05-17loplugin:redundantcast improvements for floating-integer conversionsStephan Bergmann1-7/+7
2018-04-17cppcheck - fix variableScope in some filesGökhan Gurbetoğlu1-2/+1
2018-03-31loplugin:unnecessaryvirtual improve result outputNoel Grandin1-2/+2
2018-03-30loplugin:virtualdown in variousNoel Grandin2-11/+2
2018-03-30Silence lex errors by adding breaksChris Sherlock1-1/+3