summaryrefslogtreecommitdiff
path: root/cppuhelper
AgeCommit message (Expand)AuthorFilesLines
2018-10-30Re-think cppu::throwException() and the C++/UNO bridge on iOSTor Lillqvist1-0/+8
2018-03-25Pre-load key UNO mappings.Michael Meeks1-0/+20
2018-03-25lok: allow libraries to pre-init themselves.Michael Meeks1-0/+13
2018-03-21Log just one line in cppuhelper::ServiceManager::preloadImplementations()Tor Lillqvist1-3/+48
2018-03-21Do use just std::cerr in cppuhelper::ServiceManager::preloadImplementations()Tor Lillqvist1-3/+4
2018-03-21Bin superfluous using declarationsTor Lillqvist1-3/+0
2018-03-21Don't try to preload the KDE4 shell backend as that crashesTor Lillqvist1-0/+7
2018-03-21Simplify logging in cppuhelper::ServiceManager::preloadImplementations()Tor Lillqvist1-39/+4
2017-11-25iOS, simplifyModule in cppuhelper is unusedlibreoffice-6-0-branch-pointjan Iversen1-0/+2
2017-11-25add cppu::throwException test caseCaolán McNamara3-0/+88
2017-11-25LOK: provide user feedback while preloading.Michael Meeks1-1/+41
2017-10-27Better fix for CppunitTest_servicesStephan Bergmann2-5/+16
2017-10-23loplugin:constmethod in cppu,cppuhelper,idlcNoel Grandin2-3/+3
2017-10-23overload std::hash for OUString and OStringNoel Grandin1-2/+1
2017-10-05Rename and move SAL_U/W to o3tl::toU/WMike Kaganski1-1/+2
2017-10-04add << operator for css::uno::ExceptionNoel Grandin7-15/+12
2017-09-27cppuhelper_detail_findSofficePath: use Unicode on WindowsMike Kaganski2-26/+51
2017-09-21loplugin:flatten in connectivity..desktopNoel Grandin1-26/+22
2017-09-04loplugin:unnecessaryparen include c++ castsNoel Grandin1-1/+1
2017-08-21cppuhelper: fix double checked locking in getTypeEntries()Michael Stahl1-0/+5
2017-08-17remove unnecessary use of OUString::getStrNoel Grandin1-2/+1
2017-08-11convert std::map::insert to std::map::emplace IINoel Grandin4-18/+10
2017-07-31update cppuhelper pchCaolán McNamara1-8/+5
2017-07-31loplugin:oncevarNoel Grandin1-2/+2
2017-07-21loplugin:constparams in soltools and variousNoel Grandin3-3/+3
2017-07-11use more range-for on uno::SequenceNoel Grandin1-3/+2
2017-07-05new loplugin unnecessaryparenNoel Grandin1-2/+2
2017-07-02loplugin:casttovoid: cppuhelperStephan Bergmann1-1/+0
2017-06-20android:Supress the Clang's unneeded-internal-declaration warningbrainbreaker1-1/+2
2017-06-18remove unused osl/mutex.hxx includesJochen Nitschke1-1/+0
2017-06-15use more SAL_N_ELEMENTS part 3Noel Grandin1-4/+2
2017-06-06add COVERITY_NOEXCEPT_FALSECaolán McNamara1-1/+1
2017-06-05Improved loplugin:cstylecast to reference types: cppuhelperStephan Bergmann1-1/+1
2017-06-01Fix typosAndrea Gelmini1-1/+1
2017-05-31Remove some unnecessary scaffolding around SAL_WARN callsStephan Bergmann4-5/+0
2017-05-30teach redundantcast plugin about functional castsNoel Grandin1-4/+4
2017-05-28remove unnecessary use of OString::getStrNoel Grandin4-19/+8
2017-05-12remove unused uno::Reference varsNoel Grandin1-1/+0
2017-05-09cleanup osl/diagnose.h includesJochen Nitschke2-2/+0
2017-05-07revert OSL_ASSERT changesChris Sherlock7-27/+27
2017-05-07tdf#43157: convert cppuhelper and io from OSL_ASSERT to assertChris Sherlock7-27/+27
2017-04-27tdf#39468 cleanup source code commentsdennisroczek1-2/+1
2017-04-21gbuild: Remove MSVC 2013 legacy codeDavid Ostrovsky4-4/+0
2017-04-12clang-tidy: readability-else-after-returnNoel Grandin8-127/+108
2017-03-25Fix typosAndrea Gelmini1-1/+1
2017-03-23loplugins:redundantcast teach it about c-style typedef castsNoel Grandin1-4/+4
2017-03-03Remove redundant 'inline' keywordStephan Bergmann4-5/+5
2017-02-28new loplugin unoanyNoel Grandin1-1/+1
2017-02-24makeAny->Any in cppuhelper..cuiNoel Grandin6-28/+28
2017-02-21loplugin:subtlezeroinit: cppuhelperStephan Bergmann1-2/+2