summaryrefslogtreecommitdiffstats
path: root/cppuhelper
Commit message (Expand)AuthorAgeFilesLines
* Do use just std::cerr in cppuhelper::ServiceManager::preloadImplementations()Tor Lillqvist2018-01-101-3/+4
* Bin superfluous using declarationsTor Lillqvist2018-01-101-3/+0
* Don't try to preload the KDE4 shell backend as that crashesTor Lillqvist2018-01-101-0/+7
* Simplify logging in cppuhelper::ServiceManager::preloadImplementations()Tor Lillqvist2018-01-101-39/+4
* loplugin:passstuffbyref improved returnsNoel Grandin2017-12-231-2/+2
* loplugin:salcall fix functionsNoel Grandin2017-12-115-6/+6
* loplugin:countusersofdefaultparams in comphelperNoel Grandin2017-12-071-2/+2
* loplugin:salcall fix non-virtual methodsNoel Grandin2017-12-051-2/+2
* not used with disable-dynloadingCaolán McNamara2017-11-281-1/+1
* iOS, simplifyModule in cppuhelper is unusedlibreoffice-6-0-branch-pointjan Iversen2017-11-251-0/+2
* add cppu::throwException test caseCaolán McNamara2017-11-253-0/+88
* LOK: provide user feedback while preloading.Michael Meeks2017-11-251-1/+41
* Better fix for CppunitTest_servicesStephan Bergmann2017-10-272-5/+16
* loplugin:constmethod in cppu,cppuhelper,idlcNoel Grandin2017-10-232-3/+3
* overload std::hash for OUString and OStringNoel Grandin2017-10-231-2/+1
* Rename and move SAL_U/W to o3tl::toU/WMike Kaganski2017-10-051-1/+2
* add << operator for css::uno::ExceptionNoel Grandin2017-10-047-15/+12
* cppuhelper_detail_findSofficePath: use Unicode on WindowsMike Kaganski2017-09-272-26/+51
* loplugin:flatten in connectivity..desktopNoel Grandin2017-09-211-26/+22
* loplugin:unnecessaryparen include c++ castsNoel Grandin2017-09-041-1/+1
* cppuhelper: fix double checked locking in getTypeEntries()Michael Stahl2017-08-211-0/+5
* remove unnecessary use of OUString::getStrNoel Grandin2017-08-171-2/+1
* convert std::map::insert to std::map::emplace IINoel Grandin2017-08-114-18/+10
* update cppuhelper pchCaolán McNamara2017-07-311-8/+5
* loplugin:oncevarNoel Grandin2017-07-311-2/+2
* loplugin:constparams in soltools and variousNoel Grandin2017-07-213-3/+3
* use more range-for on uno::SequenceNoel Grandin2017-07-111-3/+2
* new loplugin unnecessaryparenNoel Grandin2017-07-051-2/+2
* loplugin:casttovoid: cppuhelperStephan Bergmann2017-07-021-1/+0
* android:Supress the Clang's unneeded-internal-declaration warningbrainbreaker2017-06-201-1/+2
* remove unused osl/mutex.hxx includesJochen Nitschke2017-06-181-1/+0
* use more SAL_N_ELEMENTS part 3Noel Grandin2017-06-151-4/+2
* add COVERITY_NOEXCEPT_FALSECaolán McNamara2017-06-061-1/+1
* Improved loplugin:cstylecast to reference types: cppuhelperStephan Bergmann2017-06-051-1/+1
* Fix typosAndrea Gelmini2017-06-011-1/+1
* Remove some unnecessary scaffolding around SAL_WARN callsStephan Bergmann2017-05-314-5/+0
* teach redundantcast plugin about functional castsNoel Grandin2017-05-301-4/+4
* remove unnecessary use of OString::getStrNoel Grandin2017-05-284-19/+8
* remove unused uno::Reference varsNoel Grandin2017-05-121-1/+0
* cleanup osl/diagnose.h includesJochen Nitschke2017-05-092-2/+0
* revert OSL_ASSERT changesChris Sherlock2017-05-077-27/+27
* tdf#43157: convert cppuhelper and io from OSL_ASSERT to assertChris Sherlock2017-05-077-27/+27
* tdf#39468 cleanup source code commentsdennisroczek2017-04-271-2/+1
* gbuild: Remove MSVC 2013 legacy codeDavid Ostrovsky2017-04-214-4/+0
* clang-tidy: readability-else-after-returnNoel Grandin2017-04-128-127/+108
* Fix typosAndrea Gelmini2017-03-251-1/+1
* loplugins:redundantcast teach it about c-style typedef castsNoel Grandin2017-03-231-4/+4
* Remove redundant 'inline' keywordStephan Bergmann2017-03-034-5/+5
* new loplugin unoanyNoel Grandin2017-02-281-1/+1
* makeAny->Any in cppuhelper..cuiNoel Grandin2017-02-246-28/+28