summaryrefslogtreecommitdiff
path: root/cppuhelper/source
AgeCommit message (Expand)Author
2022-02-28address review comments for "Add XWeak constructor..."Noel Grandin
2022-02-22Add XWeak constructor and operator= to uno::WeakReferenceNoel Grandin
2022-01-28WASM set correct path to FS image unorcJan-Marek Glogowski
2022-01-19WASM UNO: add a minimal dummy bridgeThorsten Behrens
2022-01-19WASM setup as non-multiuser, desktop buildJan-Marek Glogowski
2022-01-13Recheck modules [a-c]* with IWYUGabor Kelemen
2022-01-13Adapt commentStephan Bergmann
2022-01-04Drop MSVC special-casing for OWeakObject ctorMike Kaganski
2021-12-21loplugin:flatten in canvas..cuiNoel Grandin
2021-12-19use more cppu::BaseMutexNoel Grandin
2021-12-17Remove empty docpp doxygen comments around namespacesMiklos Vajna
2021-10-29Prepare for removal of non-const operator[] from Sequence in cppuhelperMike Kaganski
2021-10-15Simplify vector initialization in cppuhelperJulien Nabet
2021-10-15Remove non-const Sequence::begin()/end() in internal codeMike Kaganski
2021-10-15Simplify OTypeCollection ctorsMike Kaganski
2021-10-14Avoid COW overhead using css::uno::SequenceMike Kaganski
2021-10-11cppuhelper: suppress unhelpful warning C4996Michael Stahl
2021-10-11loplugin:moveparam in cppuhelperNoel Grandin
2021-10-11In O[U]StringBuffer, make string_view params replacements for OUString onesStephan Bergmann
2021-09-28Warn harder about unknown constructors and factories on iOS in XcodeTor Lillqvist
2021-08-15rtl::Static -> thread-safe static localNoel Grandin
2021-08-03Consolidate on C++17 std::scoped_lock instead of std::lock_guardNoel Grandin
2021-08-02convert #defines to OUStringLiteralNoel Grandin
2021-07-18better to use a std::vector hereNoel Grandin
2021-07-18osl::Mutex->std::mutex in EnumerationNoel Grandin
2021-07-18osl::Mutex->std::mutex in ContentEnumerationNoel Grandin
2021-07-17osl::Mutex->std::mutex in PropertySetMixinImplNoel Grandin
2021-07-17osl::Mutex->std::mutex in OWeakConnectionPointNoel Grandin
2021-07-14cppuhelper : use std::mutex and remove useless rtl::StaticArnaud Versini
2021-05-02throw() -> noexcept, part 2/3: Automatic loplugin:noexcept rewriteStephan Bergmann
2021-03-12use std::unordered_map in cppuhelper ServiceManagerLuboš Luňák
2021-03-11cppu:OWeakObject zombie debuggingNoel
2021-02-17loplugin:referencecasting in cppuhelperNoel
2020-12-29loplugin:stringviewparam: operator +Stephan Bergmann
2020-11-13tdf#123936 Formatting files in module cppu with clang-formatPhilipp Hofer
2020-11-12loplugin:stringview (macOS)Stephan Bergmann
2020-11-10new loplugin:reducevarscopeNoel Grandin
2020-11-06tdf#42949 Fix new IWYU warnings in directories c*Gabor Kelemen
2020-10-01Add single-instance attribute for *.compoonent <implementation>sStephan Bergmann
2020-09-16Turn OUStringLiteral into a consteval'ed, static-refcound rtl_uStringStephan Bergmann
2020-09-13tdf#124176 Use #pragma once in cppu, cppuhelperGeorge Bateman
2020-08-28Change OUStringLiteral from char[] to char16_t[]Stephan Bergmann
2020-08-19Fix typosAndrea Gelmini
2020-08-14loplugin:simplifybool moreNoel Grandin
2020-08-12-Werror,-Wuninitialized (apparently new in Clang 12 trunk)Stephan Bergmann
2020-08-10Make the C++/UNO bridge work to some extent on macOS on arm64Tor Lillqvist
2020-08-07Use the lo_mobile_throwException() thing on macOS on arm64 for nowTor Lillqvist
2020-07-23Remove no longer relevant assertStephan Bergmann
2020-06-05tdf#88205 Adapt uses of css::uno::Sequence to use initializer_list ctornienzu
2020-06-03loplugin:simplifypointertobool improveNoel Grandin