summaryrefslogtreecommitdiffstats
path: root/cppuhelper/source/component_context.cxx
Commit message (Expand)AuthorAgeFilesLines
* loplugin:simplifybool moreNoel Grandin2020-08-141-1/+1
* loplugin:flatten in cppuhelperNoel Grandin2020-04-171-28/+28
* Extend loplugin:external to warn about classesStephan Bergmann2019-11-221-0/+7
* Use hasElements to check Sequence emptiness in cppcanvas..desktopArkadiy Illarionov2019-06-051-3/+3
* Simplify containers iterations in cppcanvas, cppu, cppuhelperArkadiy Illarionov2019-03-031-16/+7
* tdf#42949 Fix IWYU warnings in cppuhelper/Gabor Kelemen2019-02-141-3/+0
* cppCheck narrowed variableScope rEntryZdibák Zoltán2018-11-111-2/+2
* remove more rtl::OUString and OString prefixesNoel Grandin2018-10-241-3/+0
* Extend loplugin:redundantinline to catch inline functions w/o external linkageStephan Bergmann2018-10-091-2/+2
* loplugin:useuniqueptr in ComponentContextNoel Grandin2018-10-011-44/+29
* replace rtl_allocateMemory with std::mallocNoel Grandin2018-08-291-1/+1
* overload std::hash for OUString and OStringNoel Grandin2017-10-231-2/+1
* add << operator for css::uno::ExceptionNoel Grandin2017-10-041-2/+2
* convert std::map::insert to std::map::emplace IINoel Grandin2017-08-111-2/+2
* Remove some unnecessary scaffolding around SAL_WARN callsStephan Bergmann2017-05-311-1/+0
* remove unnecessary use of OString::getStrNoel Grandin2017-05-281-2/+1
* revert OSL_ASSERT changesChris Sherlock2017-05-071-3/+3
* tdf#43157: convert cppuhelper and io from OSL_ASSERT to assertChris Sherlock2017-05-071-3/+3
* clang-tidy: readability-else-after-returnNoel Grandin2017-04-121-4/+2
* Remove redundant 'inline' keywordStephan Bergmann2017-03-031-1/+1
* makeAny->Any in cppuhelper..cuiNoel Grandin2017-02-241-2/+2
* Drop :: prefix from std in c*/Tor Lillqvist2017-02-151-1/+1
* Remove dynamic exception specificationsStephan Bergmann2017-01-261-39/+13
* tdf#88206 replace cppu::WeakImplHelper* in cppuhelperJochen Nitschke2016-12-071-2/+2
* loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann2016-09-131-1/+1
* Remove ancient, dead CONTEXT_DIAG codeStephan Bergmann2016-04-271-231/+0
* Remove ancient OSL_DEBUG_LEVEL printfStephan Bergmann2016-04-271-9/+0
* Remove excess newlinesChris Sherlock2016-02-091-1/+0
* tdf#82775: Don't prematurely dispose single-instance servicesStephan Bergmann2016-01-041-1/+3
* loplugin:nullptr (automatic rewrite)Stephan Bergmann2015-11-101-1/+1
* remove some useless commentsNoel Grandin2015-10-131-2/+2
* Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann2015-10-121-12/+12
* Replace boost::scoped_array<T> with std::unique_ptr<T[]>Takeshi Abe2015-06-171-2/+2
* cppcheck: noExplicitConstructorCaolán McNamara2015-06-091-4/+4
* Various #include <sal/log.hxx> fixupsStephan Bergmann2015-04-221-0/+1
* Add support for cppu::UnoType<void>Stephan Bergmann2015-04-011-1/+1
* Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann2015-04-011-3/+3
* coverity#1266445 Explicit null dereferencedCaolán McNamara2015-01-251-5/+7
* Variadic cppu::WeakComponentImplHelperStephan Bergmann2015-01-161-5/+4
* boost::unordered_map -> c++11 std::unordered_mapCaolán McNamara2014-12-271-2/+2
* rhbz#1036877: Join Java AsynchronousFinalizer thread well before exitStephan Bergmann2014-12-091-0/+16
* Avoid possible memory leaks in case of exceptionsTakeshi Abe2014-07-121-3/+5
* cppuhelper: remove SAL_THROW macroNoel Grandin2014-06-051-13/+3
* cppuhelper: fix includesThomas Arnhold2014-06-041-2/+2
* Many spelling fixes: directories a* - g*.Pedro Giffuni2014-04-301-3/+3
* First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann2014-03-261-12/+12
* Remove visual noise from cppuhelperAlexander Wilms2014-02-271-4/+4
* cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann2014-02-261-22/+22
* Remove unneccessary commentsAlexander Wilms2014-02-231-20/+20
* clean upStephan Bergmann2014-02-181-7/+5