Age | Commit message (Expand) | Author |
2021-06-28 | loplugin:indentation improve checks for brace alignment | Noel Grandin |
2021-06-18 | Re-add a removed mutex | Christophe JAILLET |
2021-06-14 | Elide trivial TypeDescriptor_Init_Impl::getMutex | Stephan Bergmann |
2021-06-14 | Revert "no need to init this on-demand" | Noel Grandin |
2021-06-14 | no need to init this on-demand | Noel Grandin |
2021-06-14 | flatten TypeDescriptor_Init_Impl data-structure | Noel Grandin |
2021-05-02 | throw() -> noexcept, part 2/3: Automatic loplugin:noexcept rewrite | Stephan Bergmann |
2021-04-07 | Updated README.md files to represent current code / use Markdown format | Hossein |
2021-04-06 | cppu : use std::mutex in threadpool | Arnaud Versini |
2021-03-24 | Using .md extension/Markdown syntax for modules README | Hossein |
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 |