Age | Commit message (Expand) | Author |
2019-03-04 | simplify UNO getTypes methods | Noel Grandin |
2019-02-13 | Avoid index for single getToken() call | Matteo Casalin |
2019-02-12 | tdf#120703 PVS: remove redundant static casts | Mike Kaganski |
2019-02-11 | new loplugin writeonlyvars | Noel Grandin |
2019-02-10 | loplugin:indentation in soltools..svl | Noel Grandin |
2019-01-31 | const_cast is not needed here | Mike Kaganski |
2019-01-31 | loplugin:unnecessaryparen (clang-cl) | Stephan Bergmann |
2019-01-30 | loplugin:redundantinline (clang-cl) | Stephan Bergmann |
2019-01-29 | loplugin:flatten in stoc..store | Noel Grandin |
2019-01-11 | Replace OUStringBuffer::appendCopy with append(std::u16string_view) | Stephan Bergmann |
2018-11-29 | Simplify containers iterations in slideshow, sot, starmath, stoc | Arkadiy Illarionov |
2018-11-22 | improve function-local statics in scripting..svtools | Noel Grandin |
2018-11-16 | loplugin:buriedassign in sd..writerfilter | Noel Grandin |
2018-11-04 | tdf#120703 PVS: V547 Expression is always true/false | Mike Kaganski |
2018-11-04 | replace double-checked locking patterns with thread safe local statics | Mike Kaganski |
2018-11-02 | fix signatures of deleted copy/assign operators | Noel Grandin |
2018-10-24 | remove more rtl::OUString and OString prefixes | Noel Grandin |
2018-10-18 | clang-tidy readability-simplify-boolean-expr | Noel Grandin |
2018-10-17 | clang-tidy readability-redundant-smartptr-get | Noel Grandin |
2018-10-09 | Extend loplugin:redundantinline to catch inline functions w/o external linkage | Stephan Bergmann |
2018-10-08 | tdf#120362: Don't ask user to enable JVM when enumerating scripts | Mike Kaganski |
2018-10-08 | loplugin:constfields in stoc..svgio | Noel Grandin |
2018-09-17 | New loplugin:external | Stephan Bergmann |
2018-09-12 | loplugin:simplifyconstruct in stoc..svl | Noel Grandin |
2018-09-10 | tdf#42949 Fix IWYU warnings in include/cppuhelper/* | Gabor Kelemen |
2018-09-05 | clang-tidy performance-inefficient-vector-operation | Noel Grandin |
2018-08-20 | Simplify containers iterations, tdf#96099 follow-up | Arkadiy Illarionov |
2018-08-14 | create appendCopy method in OUStringBuffer | Noel Grandin |
2018-08-06 | Add missing sal/log.hxx headers | Gabor Kelemen |
2018-08-03 | loplugin:useuniqueptr in lru_cache | Noel Grandin |
2018-08-03 | loplugin:useuniqueptr in LRU_Cache | Noel Grandin |
2018-08-02 | Add missing sal/log.hxx headers | Gabor Kelemen |
2018-07-27 | stoc: avoid -Werror=deprecated-copy (GCC trunk towards GCC 9) | Stephan Bergmann |
2018-06-25 | tdf#96099 Remove trivial container typedefs in stoc, svl, svx, sw | Arkadiy Illarionov |
2018-06-18 | tdf#108523 Remove @author annotations | Abhyudaya Sharma |
2018-06-15 | stoc: replace double-checked locking with static initializers | Jochen Nitschke |
2018-06-15 | tdf#96099 Remove some trivial std::vector iterator typedefs | Arkadiy Illarionov |
2018-06-07 | tdf#96099 Remove std::vector typedefs | Abhyudaya Sharma |
2018-05-31 | Revert "Simplify: Use AutomationInvokedZone::isActive()" | Tor Lillqvist |
2018-05-31 | Must catch Exception here, not the more specific UnknownPropertyException | Tor Lillqvist |
2018-05-31 | Simplify: Use AutomationInvokedZone::isActive() | Tor Lillqvist |
2018-05-31 | Do same trick in setValue() as earlier in getValue() for Automation clients | Tor Lillqvist |
2018-05-30 | We might need to handle form controls as properties for OLE clients after all | Tor Lillqvist |
2018-05-30 | Hack to make properties work better from Automation clients | Tor Lillqvist |
2018-05-25 | Improve re-throwing of UNO exceptions | Noel Grandin |
2018-04-17 | tdf#100726 - Improve readability of OUString concatanations | Gökhan Gurbetoğlu |
2018-04-09 | use more DBG_UNHANDLED_EXCEPTION | Noel Grandin |
2018-03-12 | loplugin:redundantfcast | Stephan Bergmann |
2018-03-09 | loplugin:redundantfcast look for unnecessary temporaries | Noel Grandin |
2018-02-21 | New loplugin:nestedunnamed | Stephan Bergmann |