summaryrefslogtreecommitdiffstats
path: root/cppuhelper
Commit message (Expand)AuthorAgeFilesLines
* replace rtl_allocateMemory with std::mallocNoel Grandin2018-08-291-1/+1
* Fix typo in codeAndrea Gelmini2018-08-281-1/+1
* Fix typosAndrea Gelmini2018-08-131-1/+1
* No more need for CppunitTest_cppuhelper_qa_weak to be a subsequentcheckStephan Bergmann2018-08-091-4/+0
* Remove unnecessary test dependencyStephan Bergmann2018-08-091-1/+0
* No need for CppunitTest_cppuhelper_qa_misc to be a subsequentcheckStephan Bergmann2018-08-091-1/+1
* fillUnoException not working on std::rethrow_exception exceptionsCaolán McNamara2018-08-041-0/+32
* replace double checked locking patternsJochen Nitschke2018-07-291-15/+7
* Fix typosAndrea Gelmini2018-07-191-1/+1
* Add missing sal/log.hxx headersGabor Kelemen2018-07-165-0/+5
* tdf#96099 Remove trivial std::map typedefs in [cd]*Arkadiy Illarionov2018-06-291-5/+3
* cppuhelper : use rtl::isAlphaNumeric instead of recreate the method.Arnaud Versini2018-05-311-16/+6
* loplugin:unusedfields-in-constructor in variousNoel Grandin2018-05-291-3/+2
* Improve re-throwing of UNO exceptionsNoel Grandin2018-05-253-52/+76
* loplugin:oncevar extend to tools/gen.hxx typesNoel Grandin2018-02-261-1/+1
* Pre-load key UNO mappings.Michael Meeks2018-02-111-0/+20
* lok: allow libraries to pre-init themselves.Michael Meeks2018-02-111-0/+13
* cppuhelper: MSVC: pragma warning: make more specific, remove obsoleteMike Kaganski2018-02-011-4/+0
* SAL_W32 is just an alias for _WIN32Stephan Bergmann2018-01-191-2/+2
* Fix typosAndrea Gelmini2018-01-171-3/+3
* More loplugin:cstylecast: cppuhelperStephan Bergmann2018-01-151-8/+8
* More loplugin:cstylecast: cppuhelperStephan Bergmann2018-01-123-5/+5
* Revert "Print the important failure messages on iOS even in a non-debug build"Stephan Bergmann2018-01-121-8/+0
* Log just one line in cppuhelper::ServiceManager::preloadImplementations()Tor Lillqvist2018-01-111-3/+48
* 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