summaryrefslogtreecommitdiff
path: root/xmlsecurity/source/framework
AgeCommit message (Expand)AuthorFilesLines
2021-11-01Prepare for removal of non-const operator[] from Sequence in xmlsecurityMike Kaganski2-19/+8
2021-09-03clang-tidy:readability-redundant-member-initNoel Grandin2-2/+1
2021-05-03loplugin:stringadd improvement for appending numbersNoel Grandin2-4/+4
2021-04-27loplugin:stringadd convert chained append to +Noel Grandin1-3/+3
2021-04-22no need to create temporaries when appending number to O[U]StringBufferNoel Grandin2-4/+4
2021-04-14tdf#88205: Adapt uses of css::uno::Sequence to use initializer_list ctorAhmet Hakan Çelik3-6/+3
2021-03-26Drop these definesMike Kaganski3-9/+3
2021-03-23tdf#124176 Use pragma once in x*Vincent LE GARREC3-12/+3
2021-02-18loplugin:referencecasting in xmlsecurityNoel2-2/+2
2020-11-19tdf#123936 Formatting files in module xmlsecurity with clang-formatPhilipp Hofer2-19/+25
2020-08-02loplugin:flatten in xmlsecurityNoel Grandin3-183/+182
2020-05-13expand out some namespace aliasesNoel Grandin7-110/+84
2020-02-01tdf#54938: Adapt supportsService implementations to cppu::supportsServiceCanberk TURAN1-2/+2
2019-11-03loplugin:stringaddNoel Grandin1-3/+1
2019-07-31Fix typosAndrea Gelmini1-1/+1
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): xmlsecurityStephan Bergmann4-4/+4
2019-07-24Fix typosAndrea Gelmini6-16/+16
2019-05-09Simplify Sequence iterations in xmlscript, xmlsecurityArkadiy Illarionov1-6/+2
2019-05-09tdf#42949 Fix IWYU warnings in xmlsecurity/*cxxGabor Kelemen8-11/+4
2019-04-29tdf#42949 Fix IWYU warnings in xmlsecurity/*hxxGabor Kelemen8-5/+13
2018-11-29remove unnecessary "if (!empty()" checks before loopsNoel Grandin1-7/+3
2018-11-04replace double-checked locking patterns with thread safe local staticsMike Kaganski1-1/+0
2018-09-20loplugin:useuniqueptr in xmlsecurity::BufferNodeNoel Grandin3-86/+48
2018-09-15Simplify containers iterations in xmlhelp, xmlreader, xmlscript, xmlsecurityArkadiy Illarionov1-89/+33
2018-09-13loplugin:simplifyconstruct in writerfilter..xmlsecurityNoel Grandin2-4/+2
2018-09-12Simplify containers iterations in xmlsecurityArkadiy Illarionov3-107/+57
2018-07-30loplugin:stringloop in svgio..xmlsecurityNoel Grandin2-21/+23
2018-07-23loplugin:unusedfields,can-be-const in xmlsecurityNoel Grandin2-3/+3
2018-04-01remove unused processfactory.hxx includesJochen Nitschke2-2/+0
2018-03-29loplugin:unusedmethodsNoel Grandin2-45/+0
2018-01-25loplugin:useuniqueptr in SAXEventKeeperImplNoel Grandin1-13/+13
2018-01-12More loplugin:cstylecast: xmlsecurityStephan Bergmann1-2/+2
2017-12-14No need to keep these whitelisted functions decorated with SAL_CALLStephan Bergmann1-1/+1
2017-12-11loplugin:salcall fix functionsNoel Grandin3-3/+3
2017-11-27loplugin:unnecessaryparen: Warn about parentheses around literalsStephan Bergmann1-2/+2
2017-10-23loplugin:includeform: xmlsecurityStephan Bergmann6-7/+7
2017-08-10xmlsecurity: work with impl directly in SignatureEngine::startEngine()Miklos Vajna5-116/+7
2017-07-28loplugin:checkunusedparams more part2Noel Grandin2-12/+0
2017-07-28loplugin:checkunusedparams more part1Noel Grandin1-6/+0
2017-07-27loplugin:constparams in xmlsecurityNoel Grandin1-3/+3
2017-05-10xmlsecurity: slightly more modern c++Thorsten Behrens1-39/+24
2017-05-10xmlsecurity/source/framework: un-screw-up indentThorsten Behrens2-83/+83
2017-05-08teach loplugin:constantparam about simple constructor callsNoel Grandin3-6/+3
2017-05-07revert OSL_ASSERT changesChris Sherlock4-5/+5
2017-05-07tdf#43157: convert xmlsecurity module away from OSL_ASSERT to assertChris Sherlock4-5/+5
2017-03-10xmlsecurity: remove unused XMLEncryptionTemplateImplMiklos Vajna2-203/+0
2017-02-21loplugin:unusedmethodsNoel Grandin6-267/+2
2017-02-16xmlsecurity: remove unused DecryptorImplMiklos Vajna2-267/+0
2017-02-09xmlsecurity: remove unused EncryptorImplMiklos Vajna2-322/+0
2017-02-03TyposJulien Nabet1-1/+1