Age | Commit message (Expand) | Author |
2021-05-31 | sdext : use std::mutex when possible | Arnaud Versini |
2021-05-21 | LineParser::readNextToken gets called with m_nCharIndex==npos after all | Stephan Bergmann |
2021-05-18 | Replace rtl_string_getTokenView with o3tl::getToken | Stephan Bergmann |
2021-05-18 | Use some more std::string_view | Stephan Bergmann |
2021-05-18 | update "add OString::getTokenView" | Noel Grandin |
2021-05-18 | Move per-Parser::parseLine state into its own LineParser class | Stephan Bergmann |
2021-05-15 | add OString::getTokenView (tdf#42374 related) | Noel Grandin |
2021-05-11 | change usage of boost::hash_combine to o3tl::hash_combine | Tomaž Vajngerl |
2021-05-07 | presenter : use std::mutex | Arnaud Versini |
2021-05-03 | loplugin:stringadd improvement for appending numbers | Noel Grandin |
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 (clang-cl) | Stephan Bergmann |
2021-04-22 | no need to create temporaries when appending number to O[U]StringBuffer | Noel Grandin |
2021-04-21 | loplugin:stringadd replace OUStringLiteral temporaries with OUString::Concat | Noel Grandin |
2021-04-08 | update PCHs | Luboš Luňák |
2021-04-08 | lok: remove event listener when disposing | Henry Castro |
2021-04-07 | Updated README.md files to represent current code / use Markdown format | Hossein |
2021-04-01 | lok: remove frame action listener when disposing | Henry Castro |
2021-03-26 | loplugin:flatten | Noel |
2021-03-25 | loplugin:unusedvarsglobal | Noel |
2021-03-25 | const OUString -> const OUStringLiteral | Mike Kaganski |
2021-03-24 | Using .md extension/Markdown syntax for modules README | Hossein |
2021-03-21 | cid#1474243 Uninitialized scalar variable | Caolán McNamara |
2021-03-20 | cid#1474176 Unchecked return value from library | Caolán McNamara |
2021-03-09 | Make sal/config.h the first in pch | Mike Kaganski |
2021-02-21 | loplugin:refcounting in sd | Noel |
2021-02-18 | loplugin:referencecasting in sdext | Noel |
2021-02-08 | update pches | Caolán McNamara |
2021-02-08 | Improve loplugin:cppunitassertequal for CPPUNIT_ASSERT(a && b) | Stephan Bergmann |
2021-02-05 | Revert "Fix typo in code" | Stephan Bergmann |
2021-02-04 | Fix typo in code | Andrea Gelmini |
2021-02-02 | tdf#134281 [API-CHANGE] Add keyboard shortcut for UsePen and EraseInk | Gabor Kelemen |
2021-01-28 | simplify code, use more subView() | Noel |
2021-01-26 | loplugin:passstuffbyref | Noel |
2021-01-25 | PresenterSlideSorter::mouseMoved: Merge identical if | Dr. David Alan Gilbert |
2021-01-13 | Silence Boost bind deprecation warning | Stephan Bergmann |
2021-01-09 | fix coverity parse errors | Caolán McNamara |
2021-01-04 | loplugin:stringviewparam: operator += | Stephan Bergmann |
2020-12-29 | loplugin:stringviewparam: operator + | Stephan Bergmann |
2020-12-26 | tdf#88205: Adapt uses of css::uno::Sequence to use initializer_list ctor | Bayram Çiçek |
2020-12-26 | New loplugin:stringliteralvar | Stephan Bergmann |
2020-12-20 | No longer need to worry about ambiguous operator== in loplugin:stringviewparam | Stephan Bergmann |
2020-12-11 | Adapt the remaining OUString functions to std string_view | Stephan Bergmann |
2020-12-04 | update pches | Caolán McNamara |
2020-12-01 | tdf#42949 Fix new IWYU warnings in directories s* | Gabor Kelemen |
2020-11-30 | loplugin:stringviewparam include comparisons with string literals | Noel |
2020-11-24 | loplugin:stringviewparam extend to comparison operators | Noel |
2020-11-22 | tdf#123936 Formatting files in module sdext with clang-format | Philipp Hofer |
2020-11-16 | replace std::min(std::max()) with std::clamp | Noel |