Age | Commit message (Expand) | Author |
2021-05-02 | throw() -> noexcept, part 2/3: Automatic loplugin:noexcept rewrite | Stephan Bergmann |
2021-04-27 | loplugin:stringadd convert chained append to + | Noel Grandin |
2021-04-22 | handle properly missing URI components for webdav/serf | Luboš Luňák |
2021-04-22 | fix component handling for ucpdav1 when --with-webdav=serf | Luboš Luňák |
2021-04-22 | no need to create temporaries when appending number to O[U]StringBuffer | Noel Grandin |
2021-04-15 | loplugin:stringliteralvar look for assignments | Noel Grandin |
2021-04-01 | Use isEmpty instead of comparing getLength to 0 (ucb) | Julien Nabet |
2021-03-25 | const OUString -> const OUStringLiteral | Mike Kaganski |
2021-03-23 | tdf#124176 Use pragma once in u* | Vincent LE GARREC |
2021-03-21 | cid#1474207 silence Unchecked return value from library | Caolán McNamara |
2021-03-21 | cid#1473800 silence Unchecked return value from library | Caolán McNamara |
2021-03-19 | cid#1473830 Resource leak | Caolán McNamara |
2021-03-10 | Drop 'static_cast<cppu::OWeakObject*>' syntactic noise | Mike Kaganski |
2021-03-10 | Drop 'static_cast<cppu::OWeakObject*>' syntactic noise | Mike Kaganski |
2021-03-08 | tdf#75280 Convert some sal_uIntPtr in ucb to more appropriate types | Aditya Pratap Singh |
2021-02-27 | loplugin:refcounting in ucb | Noel |
2021-02-19 | loplugin:refcounting in ucb | Noel |
2021-02-18 | More verbose GIO transfer failure information | Stephan Bergmann |
2021-02-15 | loplugin:referencecasting in ucb | Noel |
2021-02-11 | loplugin:refcounting generalise type checking | Noel |
2021-02-09 | loplugin:referencecasting check for Reference::query | Noel |
2021-02-08 | tdf#124176: Use pragma once instead of include guards | Shobhit |
2021-02-07 | Remove unneeded breaks | Andrea Gelmini |
2021-02-05 | Revert "Fix typo in code" | Stephan Bergmann |
2021-02-04 | Fix typo in code | Andrea Gelmini |
2021-01-28 | simplify code, use more subView() | Noel |
2021-01-28 | add string_view variants of methods to O[U]StringBuffer | Noel |
2021-01-04 | loplugin:stringviewparam: operator += | Stephan Bergmann |
2020-12-29 | loplugin:stringviewparam: operator + | Stephan Bergmann |
2020-12-27 | Simplify loplugin:stringviewparam comparison operator handling | Stephan Bergmann |
2020-12-25 | ucp: fix call to getComponentContext | Andrew Udvare |
2020-12-14 | tdf#115643 make onedrive work again by switching to graph API | Christian Lohmaier |
2020-12-11 | Adapt the remaining OUString functions to std string_view | Stephan Bergmann |
2020-12-06 | Avoid relying on OString(char const *) ctor's undocumented behavior | Stephan Bergmann |
2020-12-01 | OSL_FAIL.*exception -> TOOLS_WARN_EXCEPTION | Noel |
2020-11-30 | loplugin:stringviewparam include comparisons with string literals | Noel |
2020-11-24 | loplugin:stringviewparam extend to comparison operators | Noel |
2020-11-18 | tdf#123936 Formatting files in module ucb with clang-format | Philipp Hofer |
2020-11-15 | Extend loplugin:stringviewparen: subView | Stephan Bergmann |
2020-11-11 | loplugin:stringview | Noel |
2020-10-29 | Revert questionable tools::Long in commented-out code | Stephan Bergmann |
2020-10-29 | SortedResultSet uses sal_IntPtr instead of long | Stephan Bergmann |
2020-10-29 | ne_lock::timeout is of type long, so keep using that here | Stephan Bergmann |
2020-10-29 | libcmis::Property::getLongs returns std::vector<long> | Stephan Bergmann |
2020-10-29 | Fix some confusion between UNOIDL long (i.e., sal_Int32) and C++ long | Stephan Bergmann |
2020-10-28 | convert some more long -> tools::Long | Noel |
2020-10-26 | switching long to a 64-bit type on 64-bit windows | Noel |
2020-10-05 | Removed duplicated include | Andrea Gelmini |
2020-10-04 | use more TOOLS_WARN_EXCEPTION | Mike Kaganski |
2020-10-04 | loplugin:reducevarscope in toolkit..unotools | Noel |