Age | Commit message (Expand) | Author |
2017-06-21 | loplugin:unusedfields store..svl | Noel Grandin |
2017-06-16 | Remove a bunch of comment cruft - esp. "the end." bits | Chris Sherlock |
2017-06-05 | Improved loplugin:cstylecast to reference types: store | Stephan Bergmann |
2017-05-30 | teach redundantcast plugin about functional casts | Noel Grandin |
2017-05-09 | cleanup osl/diagnose.h includes | Jochen Nitschke |
2017-05-07 | revert OSL_ASSERT changes | Chris Sherlock |
2017-05-07 | tdf#43157: convert store from OSL_ASSERT to assert | Chris Sherlock |
2017-04-21 | gbuild: Remove MSVC 2013 legacy code | David Ostrovsky |
2017-03-03 | Remove redundant 'inline' keyword | Stephan Bergmann |
2017-01-25 | loplugin: unnecessary destructor sfx2..store | Noel Grandin |
2016-12-11 | OSL_TRACE -> SAL in sfx2..svx | Noel Grandin |
2016-10-14 | loplugin:countusersofdefaultparams in sot..svtools | Noel Grandin |
2016-10-07 | tdf#100302: gbuild: always use $(LFS_CFLAGS) | Michael Stahl |
2016-09-30 | cid#1371195, cide#1371212: Replace PageHolder with shared_ptr | Stephan Bergmann |
2016-09-30 | Remove OStorePageData typedef | Stephan Bergmann |
2016-09-30 | Remove "#if 1 /* EXP */" | Stephan Bergmann |
2016-09-30 | No need for rtl_cache_* here | Stephan Bergmann |
2016-09-19 | convert storeAccessMode to scoped enum | Noel Grandin |
2016-09-15 | replace sal_Size with std::size_t (or sal_uInt64 for SvStream pos) | Michael Stahl |
2016-09-13 | loplugin:override: No more need for the "MSVC dtor override" workaround | Stephan Bergmann |
2016-08-31 | store: remove STORE_IMPL_ISP2 and STORE_IMPL_CONCAT. | Arnaud Versini |
2016-08-31 | store : Replace store::swap with std::swap | Arnaud Versini |
2016-07-29 | loplugin:countusersofdefaultparams in store..svtools | Noel Grandin |
2016-05-18 | update unusedmethods plugin to deal with constructors | Noel Grandin |
2016-05-10 | Replace fallthrough comments with new SAL_FALLTHROUGH macro | Stephan Bergmann |
2016-04-13 | tdf#94306 replace boost::noncopyable in stoc to xmlsec.. | Jochen Nitschke |
2016-04-11 | loplugin:constantparam | Noel Grandin |
2016-03-10 | Drop __store_ prefix from static entity (avoid reserved identifier) | Stephan Bergmann |
2016-03-01 | loplugin:unuseddefaultparam in store | Noel Grandin |
2016-02-23 | new loplugin: commaoperator | Noel Grandin |
2016-01-14 | loplugin:unusedmethods unused return value in store,svl | Noel Grandin |
2015-12-21 | loplugin:unusedfields in store,svtools,svx | Noel Grandin |
2015-12-10 | More loplugin:nullptr automatic rewrite (within templates) | Stephan Bergmann |
2015-11-23 | loplugin:unusedfields in store/ | Noel Grandin |
2015-11-10 | loplugin:nullptr (automatic rewrite) | Stephan Bergmann |
2015-10-30 | loplugin:unusedmethods | Noel Grandin |
2015-10-27 | loplugin:unusedmethods | Noel Grandin |
2015-10-22 | tdf#65108 use <> instead of "" in include line | Feyza Yavuz |
2015-10-14 | coverity#1326107 Unchecked return value | Caolán McNamara |
2015-10-12 | Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY code | Stephan Bergmann |
2015-10-12 | Replace "SAL_DELETED_FUNCTION" with "= delete" in LIBO_INTERNAL_ONLY code | Stephan Bergmann |
2015-10-07 | loplugin:mergeclasses | Noel Grandin |
2015-10-07 | loplugin:mergeclasses | Noel Grandin |
2015-10-05 | clang-analyzer-deadcode.DeadStores | Stephan Bergmann |
2015-10-01 | tdf#42949 remove unnecessary includes using iwyu | Noel Grandin |
2015-09-29 | loplugin:removeunusedmethods, remove unused stuff | Noel Grandin |
2015-09-21 | cppcheck: redundantPointerOp | Caolán McNamara |
2015-09-13 | cppcheck: redundantPointerOp | Caolán McNamara |
2015-09-07 | cppcheck: redundantPointerOp | Caolán McNamara |
2015-08-29 | Avoid explicit casts of (sizeof) constants known at compile time | Matteo Casalin |