Age | Commit message (Expand) | Author |
2021-02-08 | sal_Unicode is always char16_t in LIBO_INTERNAL_ONLY code now | Stephan Bergmann |
2021-02-08 | Improve loplugin:cppunitassertequal for CPPUNIT_ASSERT(a && b) | Stephan Bergmann |
2021-02-01 | Revert "Don't use global mutex here for local mutex initialization" | Stephan Bergmann |
2021-01-31 | Don't use global mutex here for local mutex initialization | Mike Kaganski |
2021-01-30 | Don't use global mutex here for static initialization | Mike Kaganski |
2021-01-29 | Simplify the ctor | Mike Kaganski |
2021-01-29 | loplugin:stringviewparam extend to new.. | Noel |
2020-12-29 | loplugin:stringviewparam: operator + | Stephan Bergmann |
2020-12-11 | Adapt the remaining OUString functions to std string_view | Stephan Bergmann |
2020-11-24 | loplugin:stringviewparam extend to comparison operators | Noel |
2020-11-13 | tdf#123936 Formatting files in module cppu with clang-format | Philipp Hofer |
2020-11-11 | loplugin:stringview | Noel |
2020-11-06 | Reinstate o3tl/cppunittraitshelper.hxx uses for C++20 | Stephan Bergmann |
2020-11-06 | tdf#42949 Fix new IWYU warnings in directories c* | Gabor Kelemen |
2020-09-25 | cid#1448292 coverity has difficulty with css::uno::Sequence | Caolán McNamara |
2020-09-13 | tdf#124176 Use #pragma once in cppu, cppuhelper | George Bateman |
2020-08-17 | Remove dead comment | Stephan Bergmann |
2020-08-15 | Fix typo | Andrea Gelmini |
2020-08-05 | Avoid warnings about unused Char4 | Stephan Bergmann |
2020-08-03 | loplugin:flatten in configmgr..i18nutil | Noel Grandin |
2020-07-10 | replace usage of blacklist with excludelist for IWYU | Thorsten Behrens |
2020-07-01 | Upcoming improved loplugin:staticanonymous -> redundantstatic: cppu | Stephan Bergmann |
2020-06-26 | Handle uno_threadpool_dispose in parallel with uno_threadpool_putJob | Stephan Bergmann |
2020-06-16 | Use the saner std::condition_variable semantics for JobQueue::m_cndWait | Stephan Bergmann |
2020-06-15 | Model the dispose tokens as `void const *` instead of `sal_Int64` | Stephan Bergmann |
2020-06-15 | Remove a potentially already enqueued response when a bridge is disposed | Stephan Bergmann |
2020-05-24 | inline some use-once typedefs | Noel Grandin |
2020-05-08 | compact namespace in canvas..cui | Noel Grandin |
2020-04-28 | tdf#115399: Don't kill pre-existing typelib_TypeDescription members | Stephan Bergmann |
2020-04-28 | Fix printing rtl_uString* | Stephan Bergmann |
2020-04-23 | cid#1462311 silence Use after free | Caolán McNamara |
2020-04-23 | Related tdf#115399: Reorder code slightly | Stephan Bergmann |
2020-04-18 | loplugin:flatten in cppu | Noel Grandin |
2020-04-14 | loplugin:buriedassign in c* | Noel Grandin |
2020-03-06 | Make TYPELIB_TYPEDESCRIPTIONREFERENCE_ISREALLYWEAK constexpr | Stephan Bergmann |
2020-03-04 | Remove redundant local reallyWeak function | Stephan Bergmann |
2020-02-24 | Fix typo | Andrea Gelmini |
2020-01-15 | clang-tidy modernize-concat-nested-namespace in cppcanvas..cppuhelper | Noel Grandin |
2020-01-07 | Replace a CPPUNIT_ASSERT_EQUAL with a static_assert | Stephan Bergmann |
2019-12-18 | sal_Char->char in cppcanvas..cui | Noel Grandin |
2019-12-03 | Adapt CPPUNIT_ASSERT to C++20 deleted ostream << for sal_Unicode (aka char16_t) | Stephan Bergmann |
2019-11-23 | cppcheck: performing init in init list (comphelper/connectivity/cppu/cui) | Julien Nabet |
2019-11-22 | Extend loplugin:external to warn about classes | Stephan Bergmann |
2019-11-08 | Avoid repeated calls cppu::detail::loadModule -> osl_getModuleURLFromAddress | Stephan Bergmann |
2019-10-28 | loplugin:stringadd improve detection | Noel Grandin |
2019-10-17 | Remaining loplugin:bufferadd | Stephan Bergmann |
2019-10-15 | new loplugin:bufferadd | Noel Grandin |
2019-10-14 | loplugin:stringadd look for unnecessary temporaries | Noel Grandin |
2019-10-01 | loplugin:stringadd in basctl..cui | Noel Grandin |
2019-09-03 | Silence -fsanitize=object-size in --enable-optimized builds | Stephan Bergmann |