summaryrefslogtreecommitdiff
path: root/cppu
AgeCommit message (Expand)Author
2022-05-23Extend '-Werror=attributes' workaround to GCC versions < 12.1Michael Weghorn
2022-05-18Work around bogus -Werror=attributes with old GCCStephan Bergmann
2022-05-18Replace OFFSET_OF macro with a function templateStephan Bergmann
2022-05-17clang-tidy modernize-pass-by-value in cppuNoel Grandin
2022-05-09osl::Mutex->std::mutex in cppu::MappingsDataNoel Grandin
2022-05-04Just use Any ctor instead of makeAny in cppuStephan Bergmann
2022-04-29Use the false warning suppression mechanism for loplugin:fakeboolStephan Bergmann
2022-04-21use more string_view in cppuNoel Grandin
2022-04-14Simplify equality comparison among the various UNOIDL integer typesStephan Bergmann
2022-04-13use more string_view in cppuNoel Grandin
2022-04-13loplugin:stringviewparam whitelist some more functionsNoel Grandin
2022-04-09use more subView when converting to Int32Noel Grandin
2022-01-19WASM UNO: add a minimal dummy bridgeThorsten Behrens
2022-01-13Fix buildStephan Bergmann
2022-01-13Recheck modules [a-c]* with IWYUGabor Kelemen
2021-12-21loplugin:flatten in canvas..cuiNoel Grandin
2021-12-02Fix clang-cl -Zc:dllexportInlines- buildStephan Bergmann
2021-11-09BaseList doesn't need set member after the constructor is doneNoel Grandin
2021-11-09rtl::Static to thread-safe staticNoel Grandin
2021-10-26d46f659c7524625474f0bb907805e285ee27d5ec follow-up: simplify checksMike Kaganski
2021-10-26d46f659c7524625474f0bb907805e285ee27d5ec follow-up: add unit testMike Kaganski
2021-10-26Make sure that self-assign test checks typesMike Kaganski
2021-10-11In O[U]StringBuffer, make string_view params replacements for OUString onesStephan Bergmann
2021-10-03A more lightweight O[U]StringConcatenationStephan Bergmann
2021-10-03drop 'using namespace std' in cppuJulien Nabet
2021-09-20use clang-cl's -Zc:dllexportInlines- for clang-cl buildsLuboš Luňák
2021-09-10clang:optin.performance.Padding in cppuNoel Grandin
2021-08-31Elide class makeOIdPartStephan Bergmann
2021-08-15rtl::Static -> thread-safe static localNoel Grandin
2021-08-06return a reference instead of a pointerCaolán McNamara
2021-08-06cid#1489779 Uninitialized pointer fieldCaolán McNamara
2021-08-04osl_createThreadKey->thread_local in IdContainerNoel Grandin
2021-08-03Consolidate on C++17 std::scoped_lock instead of std::lock_guardNoel Grandin
2021-07-19osl::Mutex->std::mutex in MappingsDataNoel Grandin
2021-07-19remove unnecessary rtl::StaticNoel Grandin
2021-07-18osl::Mutex->std::mutex in EnvStackNoel Grandin
2021-07-17cppu : use std::mutex in DisposedCallerAdminArnaud Versini
2021-06-28loplugin:indentation improve checks for brace alignmentNoel Grandin
2021-06-18Re-add a removed mutexChristophe JAILLET
2021-06-14Elide trivial TypeDescriptor_Init_Impl::getMutexStephan Bergmann
2021-06-14Revert "no need to init this on-demand"Noel Grandin
2021-06-14no need to init this on-demandNoel Grandin
2021-06-14flatten TypeDescriptor_Init_Impl data-structureNoel Grandin
2021-05-02throw() -> noexcept, part 2/3: Automatic loplugin:noexcept rewriteStephan Bergmann
2021-04-07Updated README.md files to represent current code / use Markdown formatHossein
2021-04-06cppu : use std::mutex in threadpoolArnaud Versini
2021-03-24Using .md extension/Markdown syntax for modules READMEHossein
2021-02-08sal_Unicode is always char16_t in LIBO_INTERNAL_ONLY code nowStephan Bergmann
2021-02-08Improve loplugin:cppunitassertequal for CPPUNIT_ASSERT(a && b)Stephan Bergmann
2021-02-01Revert "Don't use global mutex here for local mutex initialization"Stephan Bergmann