summaryrefslogtreecommitdiff
path: root/comphelper/qa
AgeCommit message (Expand)AuthorFilesLines
2016-06-18add comphelper::string::splitMarkus Mohrhard1-0/+12
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
2016-02-08loplugin:unusedmethodsNoel Grandin1-57/+0
2016-01-25cleanup OInterfaceContainer2 unit testsNoel Grandin2-85/+34
2016-01-25loplugin:overrideStephan Bergmann1-2/+2
2016-01-25loplugin:cstylecastStephan Bergmann1-6/+6
2016-01-25InterfaceContainer2 with vector instead of SequenceNoel Grandin2-0/+357
2016-01-07Fix typosAndrea Gelmini1-1/+1
2015-11-20Seems more natural to pass a homogenous list by initializer_listStephan Bergmann1-50/+0
2015-11-05java: make inner classes static where possibleNoel Grandin1-2/+2
2015-10-23Remove obsolete version map filesStephan Bergmann1-24/+0
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-27/+27
2015-10-06tdf#94228 comphelper: replace BOOST_PPDaniel Robertson1-0/+234
2015-08-21Remove demonstrated-useless comphelper::compareStephan Bergmann1-94/+0
2015-08-21Demonstrate comphelper::compare is uselessStephan Bergmann1-0/+94
2015-07-20tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe1-3/+3
2015-06-16Fix typosAndrea Gelmini1-2/+2
2015-01-02Remove unnecessary comphelper::string::getTokenStephan Bergmann1-5/+5
2014-12-11java: reduce visibility of fields and methodsNoel Grandin1-1/+1
2014-12-10java: simplify the getMSF() methodsNoel Grandin2-4/+2
2014-12-10java: remove some comment noiseNoel Grandin2-2/+3
2014-11-14Some more compareVersionStrings() testsTor Lillqvist1-0/+4
2014-11-14fdo#86023 - O[U]String needs a 'clear' methodBrij Mohan Lal Srivastava1-1/+1
2014-11-11Add a function to compare version number stringsTor Lillqvist1-0/+40
2014-08-20java: remove modifiers implied by the contextNoel Grandin1-1/+1
2014-08-20java: remove unnecessary return statementsNoel Grandin1-1/+1
2014-08-19java: use 'Short.valueOf' instead of 'new Short'Noel Grandin1-1/+1
2014-08-19java: use 'Long.valueOf' instead of 'new Long'Noel Grandin1-1/+1
2014-08-19java: use 'Integer.valueOf' instead of 'new Integer'Noel Grandin1-1/+1
2014-08-19java: use Boolean.valueOf instead of instantiating Boolean objectsNoel Grandin1-1/+1
2014-08-05java: remove commented out codeNoel Grandin2-41/+0
2014-05-11fix-includes.pl: comphelperThomas Arnhold3-7/+7
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann1-27/+27
2014-02-27Remove visual noise from comphelperAlexander Wilms1-3/+3
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann1-27/+27
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
2013-05-06Java cleanup, remove unnecessary @SuppressWarnings annotationsNoel Grandin1-1/+0