summaryrefslogtreecommitdiff
path: root/cppuhelper/source/component_context.cxx
AgeCommit message (Expand)AuthorFilesLines
2017-10-23overload std::hash for OUString and OStringNoel Grandin1-2/+1
2017-10-04add << operator for css::uno::ExceptionNoel Grandin1-2/+2
2017-08-11convert std::map::insert to std::map::emplace IINoel Grandin1-2/+2
2017-05-31Remove some unnecessary scaffolding around SAL_WARN callsStephan Bergmann1-1/+0
2017-05-28remove unnecessary use of OString::getStrNoel Grandin1-2/+1
2017-05-07revert OSL_ASSERT changesChris Sherlock1-3/+3
2017-05-07tdf#43157: convert cppuhelper and io from OSL_ASSERT to assertChris Sherlock1-3/+3
2017-04-12clang-tidy: readability-else-after-returnNoel Grandin1-4/+2
2017-03-03Remove redundant 'inline' keywordStephan Bergmann1-1/+1
2017-02-24makeAny->Any in cppuhelper..cuiNoel Grandin1-2/+2
2017-02-15Drop :: prefix from std in c*/Tor Lillqvist1-1/+1
2017-01-26Remove dynamic exception specificationsStephan Bergmann1-39/+13
2016-12-07tdf#88206 replace cppu::WeakImplHelper* in cppuhelperJochen Nitschke1-2/+2
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann1-1/+1
2016-04-27Remove ancient, dead CONTEXT_DIAG codeStephan Bergmann1-231/+0
2016-04-27Remove ancient OSL_DEBUG_LEVEL printfStephan Bergmann1-9/+0
2016-02-09Remove excess newlinesChris Sherlock1-1/+0
2016-01-04tdf#82775: Don't prematurely dispose single-instance servicesStephan Bergmann1-1/+3
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-1/+1
2015-10-13remove some useless commentsNoel Grandin1-2/+2
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-12/+12
2015-06-17Replace boost::scoped_array<T> with std::unique_ptr<T[]>Takeshi Abe1-2/+2
2015-06-09cppcheck: noExplicitConstructorCaolán McNamara1-4/+4
2015-04-22Various #include <sal/log.hxx> fixupsStephan Bergmann1-0/+1
2015-04-01Add support for cppu::UnoType<void>Stephan Bergmann1-1/+1
2015-04-01Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann1-3/+3
2015-01-25coverity#1266445 Explicit null dereferencedCaolán McNamara1-5/+7
2015-01-16Variadic cppu::WeakComponentImplHelperStephan Bergmann1-5/+4
2014-12-27boost::unordered_map -> c++11 std::unordered_mapCaolán McNamara1-2/+2
2014-12-09rhbz#1036877: Join Java AsynchronousFinalizer thread well before exitStephan Bergmann1-0/+16
2014-07-12Avoid possible memory leaks in case of exceptionsTakeshi Abe1-3/+5
2014-06-05cppuhelper: remove SAL_THROW macroNoel Grandin1-13/+3
2014-06-04cppuhelper: fix includesThomas Arnhold1-2/+2
2014-04-30Many spelling fixes: directories a* - g*.Pedro Giffuni1-3/+3
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann1-12/+12
2014-02-27Remove visual noise from cppuhelperAlexander Wilms1-4/+4
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann1-22/+22
2014-02-23Remove unneccessary commentsAlexander Wilms1-20/+20
2014-02-18clean upStephan Bergmann1-7/+5
2014-02-18Do not throw when a singleton can't be raised, only warn.Matúš Kukan1-9/+3
2014-02-17Drop unused #includeTakeshi Abe1-3/+0
2014-01-07remove unnecessary sal_Unicode casts in OUStringBuffer::append callsNoel Grandin1-6/+6
2013-12-16Clean-up uno/lbnames.hStephan Bergmann1-1/+2
2013-10-23remove RTL_CONSTASCII_(U)STRINGPARAMChr. Rossmanith1-29/+26
2013-08-19Prefer using declarations over using directivesStephan Bergmann1-2/+4
2013-05-06remove usage of RTL_CONSTASCII_USTRINGPARAMLuboš Luňák1-1/+1
2013-01-30Removed several useless macros: A2OU, A2S, C2U, C2S, OUSTR, OUSTRINGJean-Noël Rouvignac1-11/+10
2013-01-16Remove support for UNO_AC* bootstrap variablesStephan Bergmann1-8/+1
2012-12-27Check for __GNUC__ instead of GCC in sourcesTor Lillqvist1-1/+3
2012-12-06re-base on ALv2 code. Includes:Michael Meeks1-23/+14