summaryrefslogtreecommitdiff
path: root/cppuhelper/source
AgeCommit message (Expand)AuthorFilesLines
2022-04-22fix master after string_view patches..Noel Grandin1-2/+2
2022-04-22use more string_view in cppuhelperNoel Grandin7-44/+47
2022-04-22address review comments on "use more string in unoidl.."Noel Grandin2-3/+3
2022-04-21android: Use fake exceptions on all architecturesMichael Weghorn1-4/+2
2022-04-21use more string_view in unoidl,codemakerNoel Grandin2-3/+3
2022-04-13use more string_view in cppuNoel Grandin2-5/+5
2022-04-13loplugin:stringviewparam whitelist some more functionsNoel Grandin4-6/+8
2022-04-11-Werror,-Wstrict-prototypes (clang-cl)Stephan Bergmann1-1/+1
2022-04-10-Werror,-Wstrict-prototypesStephan Bergmann1-1/+1
2022-03-18Simplify a static array iterationMike Kaganski1-25/+20
2022-02-28address review comments for "Add XWeak constructor..."Noel Grandin2-20/+9
2022-02-22Add XWeak constructor and operator= to uno::WeakReferenceNoel Grandin2-0/+53
2022-01-28WASM set correct path to FS image unorcJan-Marek Glogowski1-1/+1
2022-01-19WASM UNO: add a minimal dummy bridgeThorsten Behrens2-7/+14
2022-01-19WASM setup as non-multiuser, desktop buildJan-Marek Glogowski1-0/+2
2022-01-13Recheck modules [a-c]* with IWYUGabor Kelemen1-1/+0
2022-01-13Adapt commentStephan Bergmann1-7/+2
2022-01-04Drop MSVC special-casing for OWeakObject ctorMike Kaganski1-10/+0
2021-12-21loplugin:flatten in canvas..cuiNoel Grandin1-31/+32
2021-12-19use more cppu::BaseMutexNoel Grandin1-17/+11
2021-12-17Remove empty docpp doxygen comments around namespacesMiklos Vajna1-2/+0
2021-10-29Prepare for removal of non-const operator[] from Sequence in cppuhelperMike Kaganski4-41/+69
2021-10-15Simplify vector initialization in cppuhelperJulien Nabet1-8/+7
2021-10-15Remove non-const Sequence::begin()/end() in internal codeMike Kaganski1-1/+1
2021-10-15Simplify OTypeCollection ctorsMike Kaganski1-198/+122
2021-10-14Avoid COW overhead using css::uno::SequenceMike Kaganski1-1/+1
2021-10-11cppuhelper: suppress unhelpful warning C4996Michael Stahl1-0/+9
2021-10-11loplugin:moveparam in cppuhelperNoel Grandin2-7/+7
2021-10-11In O[U]StringBuffer, make string_view params replacements for OUString onesStephan Bergmann1-1/+2
2021-09-28Warn harder about unknown constructors and factories on iOS in XcodeTor Lillqvist1-0/+12
2021-08-15rtl::Static -> thread-safe static localNoel Grandin1-16/+5
2021-08-03Consolidate on C++17 std::scoped_lock instead of std::lock_guardNoel Grandin4-10/+10
2021-08-02convert #defines to OUStringLiteralNoel Grandin2-6/+6
2021-07-18better to use a std::vector hereNoel Grandin1-1/+1
2021-07-18osl::Mutex->std::mutex in EnumerationNoel Grandin1-2/+3
2021-07-18osl::Mutex->std::mutex in ContentEnumerationNoel Grandin1-3/+4
2021-07-17osl::Mutex->std::mutex in PropertySetMixinImplNoel Grandin1-8/+8
2021-07-17osl::Mutex->std::mutex in OWeakConnectionPointNoel Grandin1-24/+23
2021-07-14cppuhelper : use std::mutex and remove useless rtl::StaticArnaud Versini1-15/+4
2021-05-02throw() -> noexcept, part 2/3: Automatic loplugin:noexcept rewriteStephan Bergmann7-30/+30
2021-03-12use std::unordered_map in cppuhelper ServiceManagerLuboš Luňák1-4/+4
2021-03-11cppu:OWeakObject zombie debuggingNoel1-0/+9
2021-02-17loplugin:referencecasting in cppuhelperNoel1-1/+1
2020-12-29loplugin:stringviewparam: operator +Stephan Bergmann3-11/+13
2020-11-13tdf#123936 Formatting files in module cppu with clang-formatPhilipp Hofer2-10/+10
2020-11-12loplugin:stringview (macOS)Stephan Bergmann1-1/+1
2020-11-10new loplugin:reducevarscopeNoel Grandin1-1/+1
2020-11-06tdf#42949 Fix new IWYU warnings in directories c*Gabor Kelemen2-4/+0
2020-10-01Add single-instance attribute for *.compoonent <implementation>sStephan Bergmann2-28/+88
2020-09-16Turn OUStringLiteral into a consteval'ed, static-refcound rtl_uStringStephan Bergmann1-16/+17