Age | Commit message (Expand) | Author |
2023-05-27 | Use getXWeak in unoxml | Mike Kaganski |
2023-04-12 | OUString::intern is a relic | Noel Grandin |
2023-03-30 | loplugin:stringadd in ucbhelper..uui | Noel Grandin |
2023-03-14 | elide some temporary OStrings | Noel Grandin |
2023-03-06 | no need to allocate these separately | Noel Grandin |
2023-01-19 | tdf#153039 unoxml: replace root element of CDocument throws | Michael Stahl |
2023-01-17 | tdf#153009 Use recursive mutex in CDocumentBuilder | Michael Weghorn |
2023-01-15 | XUnoTunnel->dynamic_cast in CNode | Noel Grandin |
2023-01-15 | Merge SvXMLAttributeList to comphelper::AttributeList | Mike Kaganski |
2022-11-06 | tdf#147021 Use std::size() instead of SAL_N_ELEMENTS() macro | jsala |
2022-09-14 | libxml2: upgrade to release 2.10.2 | Michael Stahl |
2022-08-18 | Move tools/diagnose_ex.h to comphelper/diagnose_ex.hxx | Stephan Bergmann |
2022-06-27 | clang-tidy modernize-pass-by-value in unoxml | Noel Grandin |
2022-06-20 | Simplify checks with functions. | Hannah Meeks |
2022-06-10 | new loplugin:moveit | Noel Grandin |
2022-05-18 | Extend loplugin:redundantcast to trivial reinterpret_cast from T to itself | Stephan Bergmann |
2022-05-07 | osl::Mutex->std::mutex in librdf_NamedGraph | Noel Grandin |
2022-05-03 | Just use Any ctor instead of makeAny in unoxml | Stephan Bergmann |
2022-04-12 | Recheck modules [uU]* with IWYU | Gabor Kelemen |
2022-03-06 | crashtesting: assert that !rtl::isAscii in xmlError message | Caolán McNamara |
2021-12-25 | osl::Mutex->std::mutex in CEvent | Noel Grandin |
2021-12-10 | Generally determine Rdb content from gb_*_set_componentfile calls | Stephan Bergmann |
2021-11-19 | rtl::Static->thread-safe static in unoxml | Noel Grandin |
2021-10-31 | Prepare for removal of non-const operator[] from Sequence in unoxml | Mike Kaganski |
2021-09-15 | Use <comphelper/servicehelper.hxx> implementing XUnoTunnel part 4 | Mike Kaganski |
2021-09-15 | Use <comphelper/servicehelper.hxx> implementing XUnoTunnel part 1 | Mike Kaganski |
2021-09-06 | clang-tidy:readability-redundant-member-init | Noel Grandin |
2021-08-23 | loplugin:referencecasting look through more clang Types | Noel Grandin |
2021-08-03 | Consolidate on C++17 std::scoped_lock instead of std::lock_guard | Noel Grandin |
2021-08-01 | o3tl::sorted_vector is better for small sets of pointers | Noel Grandin |
2021-08-01 | unordered_map is better when using pointers as keys | Noel Grandin |
2021-07-31 | osl::Mutex->std::mutex in CXPathAPI | Noel Grandin |
2021-07-31 | osl::Mutex->std::mutex in CDocumentBuilder | Noel Grandin |
2021-07-31 | osl::Mutex->std::mutex in CSAXDocumentBuilder | Noel Grandin |
2021-07-31 | osl::Mutex->std::mutex in librdf_Repository | Noel Grandin |
2021-05-23 | tdf#142448 sw offapi: add custom color metadata field shading | László Németh |
2021-05-02 | throw() -> noexcept, part 2/3: Automatic loplugin:noexcept rewrite | Stephan Bergmann |
2021-04-29 | loplugin:stringadd simplify some *StringBuffer operations | Noel Grandin |
2021-04-27 | loplugin:stringadd convert chained append to + | Noel Grandin |
2021-04-07 | Updated README.md files to represent current code / use Markdown format | Hossein |
2021-04-07 | rtl::Static -> function local static | Noel Grandin |
2021-03-24 | Using .md extension/Markdown syntax for modules README | Hossein |
2021-03-23 | tdf#124176 Use pragma once in u* | Vincent LE GARREC |
2021-03-09 | Make sal/config.h the first in pch | Mike Kaganski |
2021-02-19 | loplugin:refcounting in unoxml | Noel |
2021-02-16 | loplugin:referencecasting in UnoControls..unoxml | Noel |
2021-02-08 | Improve loplugin:cppunitassertequal for CPPUNIT_ASSERT(a && b) | Stephan Bergmann |
2020-12-15 | update pches | Caolán McNamara |
2020-12-11 | Adapt the remaining OUString functions to std string_view | Stephan Bergmann |
2020-12-01 | OSL_FAIL.*exception -> TOOLS_WARN_EXCEPTION | Noel |