summaryrefslogtreecommitdiffstats
path: root/comphelper/qa
Commit message (Expand)AuthorAgeFilesLines
* Fix a copypaste error in commentMike Kaganski2019-04-261-1/+1
* Add a unit test for comphelper's guardsMike Kaganski2019-04-261-0/+57
* tdf#43157 Clean up OSL_VERIFY (replace with SAL_WARN)Jens Carl2019-04-261-0/+97
* tdf#42949 Fix IWYU warnings in comphelperGabor Kelemen2019-04-195-16/+1
* loplugin:redundantfcast improvementsNoel Grandin2018-11-211-3/+3
* Extend loplugin:redundantinline to catch inline functions w/o external linkageStephan Bergmann2018-10-091-3/+3
* tdf#42949 Fix IWYU warnings in include/comphelper/[m-z]*Gabor Kelemen2018-10-081-0/+2
* loplugin:unusedfields - look for fields that can be const, in comphelperNoel Grandin2018-07-201-1/+1
* base64: change impl. of encodig to also work with OStringBufferTomaž Vajngerl2018-07-061-42/+52
* loplugin: look for CPPUNIT_ASSERT_EQUALS with params swappedNoel Grandin2018-06-012-4/+4
* drop sax::tools::*base64 methodsNoel Grandin2018-03-051-0/+106
* Use for-range loops in comphelper and configmgrJulien Nabet2018-02-271-5/+4
* Introduce enum comphelper::Hash::IterCount instead of boolEike Rathke2018-02-261-2/+3
* Prepare to handle OOXML Agile Encryption password hash as wellEike Rathke2018-02-261-2/+2
* Move convenience abstractions to DocPasswordHelper, tdf#104250 follow-upEike Rathke2018-02-261-1/+2
* Hash Base64, Sequence and cleansing, tdf#104250 prepEike Rathke2018-02-241-2/+2
* Implement OOXML password hashing algorithm, tdf#104250 prepEike Rathke2018-02-241-0/+29
* More loplugin:cstylecast: comphelperStephan Bergmann2018-01-124-7/+7
* loplugin:includeform: comphelperStephan Bergmann2017-10-236-22/+22
* Replace all OUString("") with OUString()Arnaud Versini2017-05-041-1/+1
* add test for MD5 hashingMarkus Mohrhard2017-04-291-0/+12
* loplugin:cppunitassertequals: comphelperStephan Bergmann2017-04-281-1/+2
* add test for generic digest classMarkus Mohrhard2017-04-211-0/+80
* update cppunit to 1.14.0Markus Mohrhard2017-04-141-5/+0
* This only wants to check for Windows in general?Stephan Bergmann2017-03-311-1/+1
* sw: plain-text ASCII export: filter out all CH_TXT_ATR_*Michael Stahl2017-03-291-0/+22
* Fix typosAndrea Gelmini2017-03-251-1/+1
* loplugin:loopvartoosmallStephan Bergmann2017-02-261-1/+1
* loplugin:subtlezeroinit: comphelperStephan Bergmann2017-02-211-12/+12
* unnecessary use of OUStringBuffer in throwing exceptionsNoel Grandin2017-02-021-7/+4
* loplugin:stringconstant check for unnecessary OUString constructor..Noel Grandin2017-01-281-1/+1
* Remove dynamic exception specificationsStephan Bergmann2017-01-263-40/+30
* tdf#88206 replace cppu::WeakImplHelper* miscJochen Nitschke2016-12-072-4/+4
* Delete the "Any-to-Any" template specializations for LIBO_INTERNAL_ONLYStephan Bergmann2016-11-211-1/+1
* loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann2016-09-131-1/+1
* Let OUStringLiteral1 take its arg as ctor arg, not template argStephan Bergmann2016-08-301-1/+1
* Adapt loplugin:stringconstant to improved OUStringLiteral1Stephan Bergmann2016-08-291-1/+1
* comphelper: fix loplugin:cppunitassertequals warningsMiklos Vajna2016-08-104-42/+42
* remove comphelper::string::removeNoel Grandin2016-07-041-16/+0
* add comphelper::string::splitMarkus Mohrhard2016-06-181-0/+12
* Expect fewer than MAX_CONCURRENCY threads in test (2)Ashod Nakashian2016-06-161-1/+1
* Expect fewer than MAX_CONCURRENCY threads in testAshod Nakashian2016-06-161-1/+1
* tdf#98955 hardware_concurrency not ideal for thread poolsAshod Nakashian2016-06-151-0/+55
* convert HighlighterLanguage to scoped enumNoel Grandin2016-02-241-6/+6
* convert TokenTypes to scoped enumNoel Grandin2016-02-241-7/+12
* loplugin:unusedmethodsNoel Grandin2016-02-081-57/+0
* cleanup OInterfaceContainer2 unit testsNoel Grandin2016-01-252-85/+34
* loplugin:overrideStephan Bergmann2016-01-251-2/+2
* loplugin:cstylecastStephan Bergmann2016-01-251-6/+6
* InterfaceContainer2 with vector instead of SequenceNoel Grandin2016-01-252-0/+357