Age | Commit message (Expand) | Author |
2018-10-10 | Set up our own libxslt security context in xmlhelp, as per #i117643. | Damjan Jovanovic |
2018-10-09 | Extend loplugin:redundantinline to catch inline functions w/o external linkage | Stephan Bergmann |
2018-10-01 | loplugin:useuniqueptr in TVChildTarget | Noel Grandin |
2018-09-18 | loplugin:useuniqueptr in xmlhelp::Databases | Noel Grandin |
2018-09-17 | New loplugin:external | Stephan Bergmann |
2018-09-15 | Simplify containers iterations in xmlhelp, xmlreader, xmlscript, xmlsecurity | Arkadiy Illarionov |
2018-09-13 | loplugin:constfields in xmlhelp | Noel Grandin |
2018-09-13 | tdf#42949 Fix IWYU warnings in include/ucbhelper/* | Gabor Kelemen |
2018-09-13 | loplugin:simplifyconstruct in writerfilter..xmlsecurity | Noel Grandin |
2018-09-08 | loplugin:useuniqueptr in xmlhelp | Noel Grandin |
2018-08-22 | loplugin:useuniqueptr in chelp::DynamicResultSet | Noel Grandin |
2018-08-02 | loplugin:stringloop in various | Noel Grandin |
2018-07-31 | Fix typos | Andrea Gelmini |
2018-07-12 | Add missing sal/log.hxx headers | Gabor Kelemen |
2018-07-11 | clean up UNO available() implementations | Noel Grandin |
2018-06-26 | tdf#96099 Remove some trivial container iterator typedefs | Arkadiy Illarionov |
2018-06-07 | tdf#96099 Remove std::vector typedefs | Abhyudaya Sharma |
2018-05-17 | loplugin:unusedfields in tools..xmlhelp | Noel Grandin |
2018-05-14 | loplugin:useuniqueptr in helpdatafileproxy::Hdf | Noel Grandin |
2018-04-01 | remove unused processfactory.hxx includes | Jochen Nitschke |
2018-03-12 | loplugin:redundantfcast look for redundant copies in return statements | Noel Grandin |
2018-03-05 | loplugin:useuniqueptr in chelp::ResultSetBase | Noel Grandin |
2018-02-02 | xmlhelp: MSVC: pragma warning: make more specific, remove obsolete | Mike Kaganski |
2018-01-12 | More loplugin:cstylecast: xmlhelp | Stephan Bergmann |
2018-01-11 | convert (a>b?a:b) to std::max(a,b) | Noel Grandin |
2018-01-04 | loplugin:unusedfields | Noel Grandin |
2017-12-29 | loplugin:passstuffbyref improved return in xmlhelp,slideshow | Noel Grandin |
2017-12-14 | No need to keep these whitelisted functions decorated with SAL_CALL | Stephan Bergmann |
2017-12-11 | Attempt to blind fix build breaker | Eike Rathke |
2017-12-11 | tdf#114242 xmlhelp: fix crash in TVChildTarget::Check() | Michael Stahl |
2017-12-11 | loplugin:salcall fix functions | Noel Grandin |
2017-12-07 | loplugin:salcall handle static methods | Noel Grandin |
2017-12-05 | loplugin:salcall fix non-virtual methods | Noel Grandin |
2017-11-17 | loplugin:useuniqueptr in TVDom | Noel Grandin |
2017-10-23 | loplugin:includeform: xmlhelp | Stephan Bergmann |
2017-10-23 | overload std::hash for OUString and OString | Noel Grandin |
2017-10-04 | add << operator for css::uno::Exception | Noel Grandin |
2017-09-30 | Use explicit function names for fooA/fooW WinAPI; prefer fooW | Mike Kaganski |
2017-09-29 | loplugin:flatten check for throw in then clause | Noel Grandin |
2017-09-20 | Clean up xsl files | Samuel Mehrbrodt |
2017-09-18 | Use even more WIN32_LEAN_AND_MEAN | Mike Kaganski |
2017-09-14 | clang-tidy modernize-use-emplace in various | Noel Grandin |
2017-09-04 | loplugin:unnecessaryparen include c++ casts | Noel Grandin |
2017-08-17 | remove unnecessary use of OUString::getStr | Noel Grandin |
2017-08-11 | convert std::map::insert to std::map::emplace | Noel Grandin |
2017-07-31 | loplugin:constparams in formula,xmlhelp | Noel Grandin |
2017-07-25 | use more comphelper::InitAnyPropertySequence | Noel Grandin |
2017-07-18 | loplugin:constparams in toolkit,ucb,xmlhelp | Noel Grandin |
2017-07-14 | use more OUString::operator== in test..xmlsecurity | Noel Grandin |
2017-07-11 | simplify some OUString::copy calls | Noel Grandin |