- 754eb15 No need to call resume() on all already running thread by Stephan Bergmann · 3 years, 10 months ago
- db3f072 New o3tl::intcmp.hxx by Stephan Bergmann · 3 years, 10 months ago
- c3e9eb9 [API CHANGE] Deprecate unused typelib_setCacheSize and make it a no-op by Stephan Bergmann · 3 years, 11 months ago
- 123bb44 Extend '-Werror=attributes' workaround to GCC versions < 12.1 by Michael Weghorn · 3 years, 11 months ago
- 2c6cea6 Work around bogus -Werror=attributes with old GCC by Stephan Bergmann · 3 years, 11 months ago
- 9c3c6a6 Replace OFFSET_OF macro with a function template by Stephan Bergmann · 3 years, 11 months ago
- e0559fb clang-tidy modernize-pass-by-value in cppu by Noel Grandin · 3 years, 11 months ago
- f0ed5d4 osl::Mutex->std::mutex in cppu::MappingsData by Noel Grandin · 4 years ago
- cc6247a Just use Any ctor instead of makeAny in cppu by Stephan Bergmann · 4 years ago
- 5b6bc81 Use the false warning suppression mechanism for loplugin:fakebool by Stephan Bergmann · 4 years ago
- cdfd4d6 use more string_view in cppu by Noel Grandin · 4 years ago
- 9a42c99 Simplify equality comparison among the various UNOIDL integer types by Stephan Bergmann · 4 years ago
- a5343a8 use more string_view in cppu by Noel Grandin · 4 years ago
- fdfd517 loplugin:stringviewparam whitelist some more functions by Noel Grandin · 4 years ago
- 035c9fc use more subView when converting to Int32 by Noel Grandin · 4 years ago
- c367a27 WASM UNO: add a minimal dummy bridge by Thorsten Behrens · 4 years, 6 months ago
- 4ee0ad0 Fix build by Stephan Bergmann · 4 years, 3 months ago
- 840b4eb Recheck modules [a-c]* with IWYU by Gabor Kelemen · 4 years, 3 months ago
- 2529893 loplugin:flatten in canvas..cui by Noel Grandin · 4 years, 4 months ago
- 45d93ea9 Fix clang-cl -Zc:dllexportInlines- build by Stephan Bergmann · 4 years, 4 months ago
- f381c35 BaseList doesn't need set member after the constructor is done by Noel Grandin · 4 years, 5 months ago
- b3c6b3a rtl::Static to thread-safe static by Noel Grandin · 4 years, 5 months ago
- 58edf89 d46f659c7524625474f0bb907805e285ee27d5ec follow-up: simplify checks by Mike Kaganski · 4 years, 5 months ago
- 370c9d7 d46f659c7524625474f0bb907805e285ee27d5ec follow-up: add unit test by Mike Kaganski · 4 years, 5 months ago
- d46f659 Make sure that self-assign test checks types by Mike Kaganski · 4 years, 5 months ago
- 4f5b3e4 In O[U]StringBuffer, make string_view params replacements for OUString ones by Stephan Bergmann · 4 years, 6 months ago
- ad1557f A more lightweight O[U]StringConcatenation by Stephan Bergmann · 4 years, 6 months ago
- db12f7a drop 'using namespace std' in cppu by Julien Nabet · 4 years, 6 months ago
- c7c9f3f use clang-cl's -Zc:dllexportInlines- for clang-cl builds by Luboš Luňák · 4 years, 7 months ago
- 9f46bca clang:optin.performance.Padding in cppu by Noel Grandin · 4 years, 7 months ago
- a36d130 Elide class makeOIdPart by Stephan Bergmann · 4 years, 7 months ago
- 00f257a rtl::Static -> thread-safe static local by Noel Grandin · 4 years, 8 months ago
- 413b80e return a reference instead of a pointer by Caolán McNamara · 4 years, 8 months ago
- 373da7a cid#1489779 Uninitialized pointer field by Caolán McNamara · 4 years, 8 months ago
- 5b6f899 osl_createThreadKey->thread_local in IdContainer by Noel Grandin · 4 years, 8 months ago
- 05ab383 Consolidate on C++17 std::scoped_lock instead of std::lock_guard by Noel Grandin · 4 years, 8 months ago
- 4408001 osl::Mutex->std::mutex in MappingsData by Noel Grandin · 4 years, 9 months ago
- d67cf46 remove unnecessary rtl::Static by Noel Grandin · 4 years, 9 months ago
- 6db41dd osl::Mutex->std::mutex in EnvStack by Noel Grandin · 4 years, 9 months ago
- bd4ee5e cppu : use std::mutex in DisposedCallerAdmin by Arnaud Versini · 4 years, 9 months ago
- bfc1600 loplugin:indentation improve checks for brace alignment by Noel Grandin · 4 years, 10 months ago
- 6317f8c Re-add a removed mutex by Christophe JAILLET · 4 years, 10 months ago
- b33fbd5 Elide trivial TypeDescriptor_Init_Impl::getMutex by Stephan Bergmann · 4 years, 10 months ago
- 0e81b8e Revert "no need to init this on-demand" by Noel Grandin · 4 years, 10 months ago
- c71520d no need to init this on-demand by Noel Grandin · 4 years, 10 months ago
- 8599784 flatten TypeDescriptor_Init_Impl data-structure by Noel Grandin · 4 years, 10 months ago
- 10d29c3 throw() -> noexcept, part 2/3: Automatic loplugin:noexcept rewrite by Stephan Bergmann · 5 years ago
- ea5641b Updated README.md files to represent current code / use Markdown format by Hossein · 5 years ago
- 550a47f cppu : use std::mutex in threadpool by Arnaud Versini · 5 years ago
- c161587 Using .md extension/Markdown syntax for modules README by Hossein · 5 years ago
- 896800a sal_Unicode is always char16_t in LIBO_INTERNAL_ONLY code now by Stephan Bergmann · 5 years ago
- 6b00d05 Improve loplugin:cppunitassertequal for CPPUNIT_ASSERT(a && b) by Stephan Bergmann · 5 years ago
- 56cada4 Revert "Don't use global mutex here for local mutex initialization" by Stephan Bergmann · 5 years ago
- 0752de6 Don't use global mutex here for local mutex initialization by Mike Kaganski · 5 years ago
- ef6a57e Don't use global mutex here for static initialization by Mike Kaganski · 5 years ago
- ff1e65a Simplify the ctor by Mike Kaganski · 5 years ago
- 1250aec loplugin:stringviewparam extend to new.. by Noel · 5 years ago
- 042033f loplugin:stringviewparam: operator + by Stephan Bergmann · 5 years ago
- 35e471b Adapt the remaining OUString functions to std string_view by Stephan Bergmann · 5 years ago
- bb06f51 loplugin:stringviewparam extend to comparison operators by Noel · 5 years ago
- fddcbd5 tdf#123936 Formatting files in module cppu with clang-format by Philipp Hofer · 5 years ago
- 93c64a6 loplugin:stringview by Noel · 5 years ago
- 2d11147 Reinstate o3tl/cppunittraitshelper.hxx uses for C++20 by Stephan Bergmann · 5 years ago
- 7bdbb50 tdf#42949 Fix new IWYU warnings in directories c* by Gabor Kelemen · 5 years ago
- 92906c1 cid#1448292 coverity has difficulty with css::uno::Sequence by Caolán McNamara · 6 years ago
- 08cc983 tdf#124176 Use #pragma once in cppu, cppuhelper by George Bateman · 6 years ago
- 3d0aca2 Remove dead comment by Stephan Bergmann · 6 years ago
- 04bb20f Fix typo by Andrea Gelmini · 6 years ago
- 4172336 Avoid warnings about unused Char4 by Stephan Bergmann · 6 years ago
- e547772 loplugin:flatten in configmgr..i18nutil by Noel Grandin · 6 years ago
- c5b985b replace usage of blacklist with excludelist for IWYU by Thorsten Behrens · 6 years ago
- cf1d550 Upcoming improved loplugin:staticanonymous -> redundantstatic: cppu by Stephan Bergmann · 6 years ago
- ad0779e Handle uno_threadpool_dispose in parallel with uno_threadpool_putJob by Stephan Bergmann · 6 years ago
- a0bc388 Use the saner std::condition_variable semantics for JobQueue::m_cndWait by Stephan Bergmann · 6 years ago
- d8feb77 Model the dispose tokens as `void const *` instead of `sal_Int64` by Stephan Bergmann · 6 years ago
- 78dc7d9 Remove a potentially already enqueued response when a bridge is disposed by Stephan Bergmann · 6 years ago
- 552b1fc inline some use-once typedefs by Noel Grandin · 6 years ago
- 6751a89 compact namespace in canvas..cui by Noel Grandin · 6 years ago
- 6791638 tdf#115399: Don't kill pre-existing typelib_TypeDescription members by Stephan Bergmann · 6 years ago
- 7cfc983 Fix printing rtl_uString* by Stephan Bergmann · 6 years ago
- 256238e cid#1462311 silence Use after free by Caolán McNamara · 6 years ago
- 500c4a1 Related tdf#115399: Reorder code slightly by Stephan Bergmann · 6 years ago
- c12a5e8 loplugin:flatten in cppu by Noel Grandin · 6 years ago
- 1178521 loplugin:buriedassign in c* by Noel Grandin · 6 years ago
- af1a158 Make TYPELIB_TYPEDESCRIPTIONREFERENCE_ISREALLYWEAK constexpr by Stephan Bergmann · 6 years ago
- 84d3614 Remove redundant local reallyWeak function by Stephan Bergmann · 6 years ago
- d5ccf2f Fix typo by Andrea Gelmini · 6 years ago
- 248ddbc clang-tidy modernize-concat-nested-namespace in cppcanvas..cppuhelper by Noel Grandin · 6 years ago
- 8cd00ec9 Replace a CPPUNIT_ASSERT_EQUAL with a static_assert by Stephan Bergmann · 6 years ago
- 685c964 sal_Char->char in cppcanvas..cui by Noel Grandin · 6 years ago
- 5d8f0fa Adapt CPPUNIT_ASSERT to C++20 deleted ostream << for sal_Unicode (aka char16_t) by Stephan Bergmann · 6 years ago
- 4e1ae2a cppcheck: performing init in init list (comphelper/connectivity/cppu/cui) by Julien Nabet · 6 years ago
- f853ec31 Extend loplugin:external to warn about classes by Stephan Bergmann · 6 years ago
- ecf708e Avoid repeated calls cppu::detail::loadModule -> osl_getModuleURLFromAddress by Stephan Bergmann · 6 years ago
- bc539bd loplugin:stringadd improve detection by Noel Grandin · 6 years ago
- c8eaadb Remaining loplugin:bufferadd by Stephan Bergmann · 6 years ago
- f13c6ad new loplugin:bufferadd by Noel Grandin · 6 years ago
- 9b5dad1 loplugin:stringadd look for unnecessary temporaries by Noel Grandin · 6 years ago
- 727200b loplugin:stringadd in basctl..cui by Noel Grandin · 7 years ago
- cf2696e Silence -fsanitize=object-size in --enable-optimized builds by Stephan Bergmann · 7 years ago