Age | Commit message (Expand) | Author |
2022-09-12 | ucb: remove unnecessary comments | Chris Sherlock |
2022-08-10 | loplugin:passstuffbyref | Noel Grandin |
2022-07-01 | Use some more O3TL_UNREACHABLE | Stephan Bergmann |
2022-06-27 | clang-tidy modernize-pass-by-value in ucbhelper | Noel Grandin |
2022-05-24 | elide some OUString allocation | Noel Grandin |
2022-05-23 | elide some OUString allocation | Noel Grandin |
2022-05-07 | tdf#121740 fast path in cancelCommandExecution | Noel Grandin |
2022-05-06 | osl::Mutex->std::mutex in Content_Impl | Noel Grandin |
2022-05-03 | Just use Any ctor instead of makeAny in ucbhelper | Stephan Bergmann |
2022-04-29 | Revert "use more string_view in ucbhelper" | Noel Grandin |
2022-04-28 | use more string_view in ucbhelper | Noel Grandin |
2022-04-26 | Use o3tl::make_unsigned in some places | Stephan Bergmann |
2022-04-12 | Recheck modules [uU]* with IWYU | Gabor Kelemen |
2022-04-08 | move comphelper::string::toInt32 to o3tl | Noel Grandin |
2022-04-08 | use more subView when converting to Int32 | Noel Grandin |
2022-04-02 | loplugin:stringviewparam convert methods using indexOf | Noel Grandin |
2022-02-06 | No need to call makeStringAndClear to pass a string view | Mike Kaganski |
2022-01-21 | fix opengl slide transition | Noel Grandin |
2022-01-14 | make comphelper::OInterfaceContainerHelper4 more threadsafe | Noel Grandin |
2022-01-14 | no need to hold OInterfaceContainerHelper4 by unique_ptr | Noel Grandin |
2021-12-27 | osl::Mutex->std::mutex in CommandProcessorInfo | Noel Grandin |
2021-12-27 | osl::Mutex->std::mutex in PropertySetInfo | Noel Grandin |
2021-12-27 | osl::Mutex->std::mutex in ResultSetMetaData_Impl | Noel Grandin |
2021-12-27 | osl::Mutex->std::mutex in ResultSet_Impl | Noel Grandin |
2021-12-18 | osl::Mutex->std::mutex in ucbhelper::PropertyValueSet | Noel Grandin |
2021-12-18 | osl::Mutex->std::mutex in ResultSetImplHelper | Noel Grandin |
2021-12-17 | use more OInterfaceContainer3::notifyEach | Noel Grandin |
2021-11-22 | use more OInterfaceContainerHelper3 in ContentImplHelper_Impl | Noel Grandin |
2021-10-31 | Prepare for removal of non-const operator[] from Sequence in ucbhelper | Mike Kaganski |
2021-10-31 | Fix OSL_ENSURE in ucbhelper | 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-10 | loplugin:moveparam in ucbhelper | Noel Grandin |
2021-10-06 | loplugin:moveparam in ucbhelper | Noel Grandin |
2021-08-07 | no need to use UNO_QUERY here | Noel Grandin |
2021-08-02 | convert #defines to OUStringLiteral | Noel Grandin |
2021-07-20 | no need to allocate Sequence separately in CommandProcessorInfo | Noel Grandin |
2021-07-20 | no need to allocate Sequence separately in PropertySetInfo | Noel Grandin |
2021-07-20 | no need to allocate Sequence separately in PropertySetInfo | Noel Grandin |
2021-05-13 | inline some typedefs | Noel Grandin |
2021-05-02 | throw() -> noexcept, part 2/3: Automatic loplugin:noexcept rewrite | Stephan Bergmann |
2021-04-22 | no need to create temporaries when appending number to O[U]StringBuffer | 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-02-18 | loplugin:referencecasting add check for new rtl::Reference operator | Noel |
2021-02-05 | Revert "Fix typo in code" | Stephan Bergmann |
2021-02-04 | Fix typo in code | Andrea Gelmini |
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-18 | tdf#123936 Formatting files in module ucbhelper with clang-format | Philipp Hofer |