Age | Commit message (Expand) | Author |
2016-11-18 | includes should be at the top of the file | Noel Grandin |
2016-11-13 | drop useless semicolons | David Tardon |
2016-11-11 | loplugin:countusersofdefaultparams in editeng..rsc | Noel Grandin |
2016-11-08 | loplugin:expandablemethods in lotuswordpro..package | Noel Grandin |
2016-11-08 | loplugin:unnecessaryvirtual in hwpfilter..rsc | Noel Grandin |
2016-11-02 | loplugin:singlevalfields | Noel Grandin |
2016-11-01 | style fixes for cppcheck noExplicitConstructor | Jochen Nitschke |
2016-10-28 | update unnecessaryoverride plugin to find pure forwarding methods | Noel Grandin |
2016-10-19 | loplugin:expandablemethodds in lotuswordpro..package | Noel Grandin |
2016-10-05 | convert MapUnit to scoped enum | Noel Grandin |
2016-09-22 | loplugin:unusedmethods in chart2..svx | Noel Grandin |
2016-09-15 | -Werror,-Wunused-private-field | Stephan Bergmann |
2016-09-15 | loplugin:singlevalfields in l10ntools..sax | 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-09-13 | coverity#1372879 Integer overflowed argument | Caolán McNamara |
2016-09-12 | loplugin:constantparam in extensions..lotuswordpro | Noel Grandin |
2016-08-30 | loplugin:countusersofdefaultparams | Noel Grandin |
2016-08-28 | silence coverity#1371316 operator= is equal to default, so unnecessary | Caolán McNamara |
2016-08-18 | convert XBitmapType to scoped enum | Noel Grandin |
2016-08-05 | loplugin:countusersofdefaultparams in framework..lotuswordpro | Noel Grandin |
2016-08-05 | use std::move in a few places | Noel Grandin |
2016-07-27 | improve passstuffbyref return analysis | Noel Grandin |
2016-07-25 | new loplugin overrideparam | Noel Grandin |
2016-06-29 | move #includes to top of file | Noel Grandin |
2016-06-26 | lwp: pass numbers by value | Jochen Nitschke |
2016-06-11 | coverity#1362681 Untrusted loop bound | Caolán McNamara |
2016-06-09 | remove "read request longer than buffer" warning | Noel Grandin |
2016-06-09 | tdf#94698 cleanup Makefiles. Get rid of udkapi and offapi | Gleb Mishchenko |
2016-06-08 | Let loplugin:passstuffbyref also look at fn defn not preceded by any decl | Stephan Bergmann |
2016-06-06 | tools: rename SvStream::Read/Write to ReadBytes/WriteBytes | Michael Stahl |
2016-06-06 | lotuswordpro: fix some endian issues | Michael Stahl |
2016-06-02 | loplugin:unusedfields | Noel Grandin |
2016-05-25 | remove (un-)definitions of NDEBUG from source files | Michael Stahl |
2016-05-19 | loplugin:unusedmethods in l10ntools to lotuswordpro | Noel Grandin |
2016-05-10 | Replace fallthrough comments with new SAL_FALLTHROUGH macro | Stephan Bergmann |
2016-05-09 | fftester: subtable is a subtable of itself | Caolán McNamara |
2016-05-08 | fftester: fail on double parse of the same table | Caolán McNamara |
2016-05-06 | teach passstuffbyref plugin to check for.. | Noel Grandin |
2016-05-05 | fftester: double use of XFTable, ref this up | Caolán McNamara |
2016-05-01 | Fix typos in code | Andrea Gelmini |
2016-04-29 | use initialization list in lotuswordpro | Jochen Nitschke |
2016-04-28 | clang-tidy modernize-loop-convert in h-l/* | Noel Grandin |
2016-04-26 | update loplugin stylepolice to check local pointers vars | Noel Grandin |
2016-04-22 | Avoid reserved identifiers | Stephan Bergmann |
2016-04-21 | new plugin stylepolice | Noel Grandin |
2016-04-20 | loplugin:salbool: Automatic rewrite of sal_False/True | Stephan Bergmann |
2016-04-14 | loplugin:passstuffbyref in lotuswordpro | Noel Grandin |
2016-04-12 | cleanup: remove unused com/sun/star/uno includes | Jochen Nitschke |
2016-04-09 | pCont can be null | Caolán McNamara |