summaryrefslogtreecommitdiffstats
path: root/comphelper/qa/unit
Commit message (Expand)AuthorAgeFilesLines
* 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-122-2/+2
* loplugin:includeform: comphelperStephan Bergmann2017-10-234-14/+14
* add test for MD5 hashingMarkus Mohrhard2017-04-291-0/+12
* 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
* loplugin:loopvartoosmallStephan Bergmann2017-02-261-1/+1
* 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
* Delete the "Any-to-Any" template specializations for LIBO_INTERNAL_ONLYStephan Bergmann2016-11-211-1/+1
* comphelper: fix loplugin:cppunitassertequals warningsMiklos Vajna2016-08-101-5/+5
* 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
* Seems more natural to pass a homogenous list by initializer_listStephan Bergmann2015-11-201-50/+0
* tdf#94228 comphelper: replace BOOST_PPDaniel Robertson2015-10-061-0/+234
* fix-includes.pl: comphelperThomas Arnhold2014-05-111-1/+1
* Disambiguate CPPUNIT_ASSERT_EQUAL argumentsStephan Bergmann2013-10-281-14/+14
* Fold SyntaxHighlighter::initialize into ctorStephan Bergmann2013-10-281-19/+7
* Remove unused SimpleTokenizer_Impl::nLine/nColStephan Bergmann2013-10-281-6/+6
* Correctly fix "Terminating NUL" fixStephan Bergmann2013-10-281-8/+82
* Demonstrate that empty comments are handled just fineStephan Bergmann2013-10-281-0/+8
* Revert "COMPHELPER: Allow empty comments in SyntaxHighlight"Stephan Bergmann2013-10-281-3/+2
* COMPHELPER: Allow empty comments in SyntaxHighlightArnaud Versini2013-10-271-2/+3
* Improve testStephan Bergmann2013-10-231-0/+1
* Fix and enable CppunitTest_comphelper_syntaxhighlight_testStephan Bergmann2013-10-231-4/+4
* add inital test for syntaxhighlighterMarkus Mohrhard2013-10-231-0/+53