summaryrefslogtreecommitdiff
path: root/comphelper/qa/unit
AgeCommit message (Expand)AuthorFilesLines
2018-03-05drop sax::tools::*base64 methodsNoel Grandin1-0/+106
2018-02-27Use for-range loops in comphelper and configmgrJulien Nabet1-5/+4
2018-02-26Introduce enum comphelper::Hash::IterCount instead of boolEike Rathke1-2/+3
2018-02-26Prepare to handle OOXML Agile Encryption password hash as wellEike Rathke1-2/+2
2018-02-26Move convenience abstractions to DocPasswordHelper, tdf#104250 follow-upEike Rathke1-1/+2
2018-02-24Hash Base64, Sequence and cleansing, tdf#104250 prepEike Rathke1-2/+2
2018-02-24Implement OOXML password hashing algorithm, tdf#104250 prepEike Rathke1-0/+29
2018-01-12More loplugin:cstylecast: comphelperStephan Bergmann2-2/+2
2017-10-23loplugin:includeform: comphelperStephan Bergmann4-14/+14
2017-04-29add test for MD5 hashingMarkus Mohrhard1-0/+12
2017-04-21add test for generic digest classMarkus Mohrhard1-0/+80
2017-04-14update cppunit to 1.14.0Markus Mohrhard1-5/+0
2017-03-31This only wants to check for Windows in general?Stephan Bergmann1-1/+1
2017-02-26loplugin:loopvartoosmallStephan Bergmann1-1/+1
2017-02-02unnecessary use of OUStringBuffer in throwing exceptionsNoel Grandin1-7/+4
2017-01-28loplugin:stringconstant check for unnecessary OUString constructor..Noel Grandin1-1/+1
2016-11-21Delete the "Any-to-Any" template specializations for LIBO_INTERNAL_ONLYStephan Bergmann1-1/+1
2016-08-10comphelper: fix loplugin:cppunitassertequals warningsMiklos Vajna1-5/+5
2016-06-16Expect fewer than MAX_CONCURRENCY threads in test (2)Ashod Nakashian1-1/+1
2016-06-16Expect fewer than MAX_CONCURRENCY threads in testAshod Nakashian1-1/+1
2016-06-15tdf#98955 hardware_concurrency not ideal for thread poolsAshod Nakashian1-0/+55
2016-02-24convert HighlighterLanguage to scoped enumNoel Grandin1-6/+6
2016-02-24convert TokenTypes to scoped enumNoel Grandin1-7/+12
2015-11-20Seems more natural to pass a homogenous list by initializer_listStephan Bergmann1-50/+0
2015-10-06tdf#94228 comphelper: replace BOOST_PPDaniel Robertson1-0/+234
2014-05-11fix-includes.pl: comphelperThomas Arnhold1-1/+1
2013-10-28Disambiguate CPPUNIT_ASSERT_EQUAL argumentsStephan Bergmann1-14/+14
2013-10-28Fold SyntaxHighlighter::initialize into ctorStephan Bergmann1-19/+7
2013-10-28Remove unused SimpleTokenizer_Impl::nLine/nColStephan Bergmann1-6/+6
2013-10-28Correctly fix "Terminating NUL" fixStephan Bergmann1-8/+82
2013-10-28Demonstrate that empty comments are handled just fineStephan Bergmann1-0/+8
2013-10-28Revert "COMPHELPER: Allow empty comments in SyntaxHighlight"Stephan Bergmann1-3/+2
2013-10-27COMPHELPER: Allow empty comments in SyntaxHighlightArnaud Versini1-2/+3
2013-10-23Improve testStephan Bergmann1-0/+1
2013-10-23Fix and enable CppunitTest_comphelper_syntaxhighlight_testStephan Bergmann1-4/+4
2013-10-23add inital test for syntaxhighlighterMarkus Mohrhard1-0/+53