summaryrefslogtreecommitdiff
path: root/connectivity/source/cpool
AgeCommit message (Expand)Author
2018-04-15remove some unused comphelper includesJochen Nitschke
2018-01-26Modernize a bit connectivity (part1)Julien Nabet
2018-01-16Fix typosAndrea Gelmini
2017-12-19inline use-once typedefsNoel Grandin
2017-12-14No need to keep these whitelisted functions decorated with SAL_CALLStephan Bergmann
2017-12-11loplugin:salcall fix functionsNoel Grandin
2017-12-07loplugin:countusersofdefaultparams in connectivityNoel Grandin
2017-12-05loplugin:salcall fix non-virtual methodsNoel Grandin
2017-11-07loplugin:finalclasses in connectivityNoel Grandin
2017-10-04add << operator for css::uno::ExceptionNoel Grandin
2017-08-11convert std::map::insert to std::map::emplaceNoel Grandin
2017-07-19loplugin:constparams in connectivityNoel Grandin
2017-07-07C++11 remove std::binary_function bases from functorsJochen Nitschke
2017-07-03C++11 remove std::unary_function bases from functorsJochen Nitschke
2017-06-18remove unused osl/mutex.hxx includesJochen Nitschke
2017-05-07revert OSL_ASSERT changesChris Sherlock
2017-05-07tdf#43157: convert connectivity module away from OSL_ASSERT to assertChris Sherlock
2017-02-28new loplugin unoanyNoel Grandin
2017-02-15Drop :: prefix from std in c*/Tor Lillqvist
2017-01-31teach lolugin:stringconstant about calling constructorsNoel Grandin
2017-01-26Remove dynamic exception specificationsStephan Bergmann
2017-01-19New loplugin:dynexcspec: Add @throws documentation, connectivityStephan Bergmann
2016-11-10loplugin:expandablemethods in comphelper..cppuhelperNoel Grandin
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann
2016-07-27improve passstuffbyref return analysisNoel Grandin
2016-07-22Fix typosAndrea Gelmini
2016-07-04comphelper::OBaseMutex -> cppu::BaseMutexNoel Grandin
2016-06-09remove some manual ref-counting in connectivityNoel Grandin
2016-05-30com::sun::star->css in connectivityNoel Grandin
2016-04-06Avoid reserved identifiersStephan Bergmann
2016-03-28Use const_iterator when possible (connectivity)Julien Nabet
2016-02-09Remove excess newlinesChris Sherlock
2015-11-16no need to take a mutex when only dealing with stack-local dataNoel Grandin
2015-11-15use initialiser syntax for Sequence<OUString>Noel Grandin
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-10-30use uno::Reference::set method instead of assignmentNoel Grandin
2015-10-30UNO: no need to use OUString constructor when calling createInstanceNoel Grandin
2015-10-13connectivity: drop unused headersDouglas Mencken
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-10-12Replace "SAL_DELETED_FUNCTION" with "= delete" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-09-30Fix typosAndrea Gelmini
2015-09-09Get rid of connectivity's diagnose_ex.hStephan Bergmann
2015-07-17tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe
2015-06-08cppcheck: noExplicitConstructorCaolán McNamara
2015-05-17Remove include stdio (part1)Julien Nabet
2015-05-15tdf#62475: partial handmade fixesAndrea Gelmini
2015-04-23loplugin:staticmethodsNoel Grandin
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin
2015-02-07loplugin:deletedspecialStephan Bergmann
2014-11-17sal: clean up public headers with include-what-you-useMichael Stahl