summaryrefslogtreecommitdiffstats
path: root/cppuhelper/source
Commit message (Expand)AuthorAgeFilesLines
* Prepare for removal of non-const operator[] from Sequence in cppuhelperMike Kaganski2021-10-294-41/+69
* Simplify vector initialization in cppuhelperJulien Nabet2021-10-151-8/+7
* Remove non-const Sequence::begin()/end() in internal codeMike Kaganski2021-10-151-1/+1
* Simplify OTypeCollection ctorsMike Kaganski2021-10-151-198/+122
* Avoid COW overhead using css::uno::SequenceMike Kaganski2021-10-141-1/+1
* cppuhelper: suppress unhelpful warning C4996Michael Stahl2021-10-111-0/+9
* loplugin:moveparam in cppuhelperNoel Grandin2021-10-112-7/+7
* In O[U]StringBuffer, make string_view params replacements for OUString onesStephan Bergmann2021-10-111-1/+2
* Warn harder about unknown constructors and factories on iOS in XcodeTor Lillqvist2021-09-281-0/+12
* rtl::Static -> thread-safe static localNoel Grandin2021-08-151-16/+5
* Consolidate on C++17 std::scoped_lock instead of std::lock_guardNoel Grandin2021-08-034-10/+10
* convert #defines to OUStringLiteralNoel Grandin2021-08-022-6/+6
* better to use a std::vector hereNoel Grandin2021-07-181-1/+1
* osl::Mutex->std::mutex in EnumerationNoel Grandin2021-07-181-2/+3
* osl::Mutex->std::mutex in ContentEnumerationNoel Grandin2021-07-181-3/+4
* osl::Mutex->std::mutex in PropertySetMixinImplNoel Grandin2021-07-171-8/+8
* osl::Mutex->std::mutex in OWeakConnectionPointNoel Grandin2021-07-171-24/+23
* cppuhelper : use std::mutex and remove useless rtl::StaticArnaud Versini2021-07-141-15/+4
* throw() -> noexcept, part 2/3: Automatic loplugin:noexcept rewriteStephan Bergmann2021-05-027-30/+30
* use std::unordered_map in cppuhelper ServiceManagerLuboš Luňák2021-03-121-4/+4
* cppu:OWeakObject zombie debuggingNoel2021-03-111-0/+9
* loplugin:referencecasting in cppuhelperNoel2021-02-171-1/+1
* loplugin:stringviewparam: operator +Stephan Bergmann2020-12-293-11/+13
* tdf#123936 Formatting files in module cppu with clang-formatPhilipp Hofer2020-11-132-10/+10
* loplugin:stringview (macOS)Stephan Bergmann2020-11-121-1/+1
* new loplugin:reducevarscopeNoel Grandin2020-11-101-1/+1
* tdf#42949 Fix new IWYU warnings in directories c*Gabor Kelemen2020-11-062-4/+0
* Add single-instance attribute for *.compoonent <implementation>sStephan Bergmann2020-10-012-28/+88
* Turn OUStringLiteral into a consteval'ed, static-refcound rtl_uStringStephan Bergmann2020-09-161-16/+17
* tdf#124176 Use #pragma once in cppu, cppuhelperGeorge Bateman2020-09-135-20/+5
* Change OUStringLiteral from char[] to char16_t[]Stephan Bergmann2020-08-281-15/+15
* Fix typosAndrea Gelmini2020-08-191-1/+1
* loplugin:simplifybool moreNoel Grandin2020-08-141-1/+1
* -Werror,-Wuninitialized (apparently new in Clang 12 trunk)Stephan Bergmann2020-08-121-1/+1
* Make the C++/UNO bridge work to some extent on macOS on arm64Tor Lillqvist2020-08-101-3/+3
* Use the lo_mobile_throwException() thing on macOS on arm64 for nowTor Lillqvist2020-08-071-3/+3
* Remove no longer relevant assertStephan Bergmann2020-07-231-2/+0
* tdf#88205 Adapt uses of css::uno::Sequence to use initializer_list ctornienzu2020-06-051-2/+1
* loplugin:simplifypointertobool improveNoel Grandin2020-06-031-11/+11
* use for-range on Sequence in cppuhelper,cuiNoel Grandin2020-05-204-58/+57
* compact namespace in canvas..cuiNoel Grandin2020-05-084-11/+9
* loplugin:flatten in cppuhelperNoel Grandin2020-04-175-501/+504
* loplugin:buriedassign in c*Noel Grandin2020-04-141-6/+10
* Fix typoAndrea Gelmini2020-03-101-1/+1
* tdf#127781 Android Viewer: aarch64: Avoid throwing exceptions through bridgesMichael Weghorn2020-03-051-4/+4
* android: Actually let's avoid the exceptions via bridges only on aarch4.Jan Holesovsky2020-02-111-4/+6
* New loplugin:unsignedcompareStephan Bergmann2020-01-281-3/+4
* simplify InterfaceContainerHelper::clearNoel Grandin2020-01-261-7/+6
* loplugin:makeshared in connectivity..cppuhelperNoel Grandin2020-01-241-3/+3
* Use std::vector in OInterfaceContainerHelper instead of SequenceNoel Grandin2020-01-171-56/+31