Age | Commit message (Expand) | Author |
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 |
2020-11-11 | loplugin:stringview | Noel |
2020-09-11 | Fix the minimal build-tools target | Jan-Marek Glogowski |
2020-08-06 | loplugin:flatten in unoxml | Noel Grandin |
2020-07-12 | update pches | Caolán McNamara |
2020-07-10 | replace usage of blacklist with excludelist for IWYU | Thorsten Behrens |
2020-07-08 | unoxml: create instances with uno constructors | Noel Grandin |
2020-07-02 | Upcoming improved loplugin:staticanonymous -> redundantstatic: unoxml | Stephan Bergmann |
2020-06-05 | Upcoming loplugin:elidestringvar: unoxml | Stephan Bergmann |
2020-05-26 | Fix loplugin:simplifypointertobool for libstdc++ std::shared_ptr | Stephan Bergmann |
2020-05-10 | compact namespace in ucb..uui | Noel Grandin |
2020-04-28 | move the castToFastAttributeList function | Noel Grandin |
2020-04-25 | make FastParser always take a FastTokenHandlerBase subclass | Noel Grandin |
2020-04-17 | loplugin:buriedassign in tools..xmloff | Noel Grandin |
2020-03-25 | Remove unused using declarations in oox...xmlsecurity | Gabor Kelemen |
2020-03-16 | Revert "loplugin:constfields in unotools..uui" | Noel Grandin |
2020-02-21 | Drop o3tl::optional wrapper | Stephan Bergmann |
2020-02-17 | Drop needless junit and python make conditionals | Jan-Marek Glogowski |
2020-02-10 | -Werror,-Wnon-c-typedef-for-linkage | Stephan Bergmann |
2020-02-01 | make update_pch also consider files in <module>/src/**/inc | Luboš Luňák |
2020-01-31 | clang-tidy modernize-concat-nested-namespace | Noel Grandin |
2020-01-28 | New loplugin:unsignedcompare | Stephan Bergmann |
2020-01-27 | tdf#88205: Adapt uses of css::uno::Sequence to use initializer_list ctor | Mehmet Emin Başoğlu |
2020-01-24 | Use std::vector instead of std::unique_ptr | Mike Kaganski |
2020-01-23 | simplify NodeArray code | Noel Grandin |