summaryrefslogtreecommitdiffstats
path: root/cppuhelper
Commit message (Expand)AuthorAgeFilesLines
* Fix clang-cl -Zc:dllexportInlines- buildStephan Bergmann2021-12-021-1/+1
* 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-282-0/+18
* use MSVC's /Zc:inline option to reduce binary sizeLuboš Luňák2021-09-201-2/+2
* use clang-cl's -Zc:dllexportInlines- for clang-cl buildsLuboš Luňák2021-09-201-0/+2
* 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
* update PCHsLuboš Luňák2021-04-081-1/+1
* Updated README.md files to represent current code / use Markdown formatHossein2021-04-071-3/+7
* update pchesCaolán McNamara2021-04-061-1/+1
* Using .md extension/Markdown syntax for modules READMEHossein2021-03-241-0/+0
* update pchesCaolán McNamara2021-03-211-1/+1
* use std::unordered_map in cppuhelper ServiceManagerLuboš Luňák2021-03-121-4/+4
* cppu:OWeakObject zombie debuggingNoel2021-03-111-0/+9
* Make sal/config.h the first in pchMike Kaganski2021-03-091-2/+2
* update pchesJulien Nabet2021-03-061-2/+1
* update pchesCaolán McNamara2021-03-031-1/+2
* update pchesCaolán McNamara2021-02-191-2/+1
* loplugin:referencecasting in cppuhelperNoel2021-02-172-4/+4
* loplugin:stringviewparam: operator +Stephan Bergmann2020-12-293-11/+13
* update pchesCaolán McNamara2020-12-041-2/+1
* 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-063-4/+11
* Add single-instance attribute for *.compoonent <implementation>sStephan Bergmann2020-10-012-28/+88
* update pchesCaolán McNamara2020-09-211-1/+2
* 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
* TabPage no longer needs to inherit from VclBuilderContainerCaolán McNamara2020-09-041-2/+1
* move Edit into toolkit only headersCaolán McNamara2020-09-021-1/+2
* Change OUStringLiteral from char[] to char16_t[]Stephan Bergmann2020-08-281-15/+15
* remove some unused includes and update pchesCaolán McNamara2020-08-271-2/+1
* Fix typosAndrea Gelmini2020-08-191-1/+1
* loplugin:simplifybool moreNoel Grandin2020-08-141-1/+1