Age | Commit message (Expand) | Author |
2023-05-06 | Use getXWeak in xmlhelp | Mike Kaganski |
2023-04-18 | xmlhelp: fix lots of deadlocks | Michael Stahl |
2023-04-12 | loplugin:stringview whitelist getLength and isEmpty | Noel Grandin |
2023-04-10 | fix calls to OStringToOUString | Noel Grandin |
2023-04-09 | new loplugin:unnecessarygetstr | Noel Grandin |
2023-04-09 | use more OStringToOUString | Noel Grandin |
2023-04-09 | use more OUStringToOString | Noel Grandin |
2023-02-22 | fix deadlock in xmlhelper::Databases | Noel Grandin |
2023-02-22 | osl::Mutex->std::mutex in xmlhelp::Databases | Noel Grandin |
2023-02-22 | osl::Mutex->std::mutex in ResultSetBase | Noel Grandin |
2022-12-20 | loplugin:implinheritancehelper in xmlhelp | Noel Grandin |
2022-08-18 | Move tools/diagnose_ex.h to comphelper/diagnose_ex.hxx | Stephan Bergmann |
2022-07-29 | cid#1507489 Big parameter passed by value | Caolán McNamara |
2022-07-28 | clang-tidy modernize-pass-by-value in xml* | Noel Grandin |
2022-05-02 | Just use Any ctor instead of makeAny in xmlhelp | Stephan Bergmann |
2022-05-01 | use more string_view in various | Noel Grandin |
2022-04-15 | use more string_view in xml* | Noel Grandin |
2022-04-13 | loplugin:stringviewparam whitelist some more functions | Noel Grandin |
2022-04-12 | loplugin:stringview more o3tl conversion | Noel Grandin |
2022-03-07 | do not pass XComponentContext to officecfg::...::get() calls | Luboš Luňák |
2021-12-10 | Generally determine Rdb content from gb_*_set_componentfile calls | Stephan Bergmann |
2021-11-30 | loplugin:stringliteraldefine in various | Noel Grandin |
2021-11-30 | use more OInterfaceContainerHelper3 in xmlhelp | Noel Grandin |
2021-11-23 | O[U]String::replaceAt overloads that take string_view | Noel Grandin |
2021-11-01 | Prepare for removal of non-const operator[] from Sequence in xmlhelp | Mike Kaganski |
2021-10-17 | Simplify Sequence in xmlhelp | Julien Nabet |
2021-10-15 | Remove non-const Sequence::begin()/end() in internal code | Mike Kaganski |
2021-10-14 | Avoid COW overhead using css::uno::Sequence | Mike Kaganski |
2021-10-05 | drop 'using namespace std' in o* r* x* | Julien Nabet |
2021-08-03 | Consolidate on C++17 std::scoped_lock instead of std::lock_guard | Noel Grandin |
2021-07-31 | osl::Mutex->std::mutex in InputStreamTransformer | Noel Grandin |
2021-07-31 | osl::Mutex->std::mutex in TreeFileIterator | Noel Grandin |
2021-07-23 | Avoid strtol on non-NUL-terminated input | Stephan Bergmann |
2021-06-28 | loplugin:indentation improve checks for brace alignment | Noel Grandin |
2021-06-24 | error: unknown type name 'OStringBuffer' | Caolán McNamara |
2021-06-22 | configure: Improve help-options handling | Jan-Marek Glogowski |
2021-06-11 | Simplify Sequences initializations (writerfilter/writerperfect/x*) | Julien Nabet |
2021-05-02 | throw() -> noexcept, part 2/3: Automatic loplugin:noexcept rewrite | Stephan Bergmann |
2021-04-22 | no need makeStringAndClear() when appending to buffer | Noel Grandin |
2021-04-07 | Updated README.md files to represent current code / use Markdown format | Hossein |
2021-03-24 | Using .md extension/Markdown syntax for modules README | Hossein |
2021-03-23 | tdf#124176 Use pragma once in x* | Vincent LE GARREC |
2021-03-18 | tdf#88205: Use initializer_list ctor in css::uno::Sequence | Mani Kumar |
2021-03-02 | loplugin:refcounting in xmlhelp | Noel |
2021-02-19 | loplugin:refcounting in xmlhelp | Noel |
2021-02-18 | loplugin:referencecasting add check for new rtl::Reference operator | Noel |
2021-02-11 | loplugin:refcounting generalise type checking | Noel |
2021-02-05 | Revert "Fix typo in code" | Stephan Bergmann |
2021-02-04 | Fix typo in code | Andrea Gelmini |
2020-12-29 | loplugin:stringviewparam: operator + | Stephan Bergmann |