Age | Commit message (Expand) | Author | Files | Lines |
2015-10-02 | loplugin:unusedmethods | Noel Grandin | 2 | -27/+0 |
2015-09-30 | Fix typos | Andrea Gelmini | 2 | -4/+3 |
2015-09-29 | loplugin:removeunusedmethods, remove unused stuff | Noel Grandin | 3 | -31/+0 |
2015-09-18 | boost->std | Caolán McNamara | 1 | -2/+2 |
2015-09-07 | stoc: tdf#88206 replace cppu::WeakImplHelper* etc. | Takeshi Abe | 33 | -96/+89 |
2015-08-31 | loplugin:stringconstant: OUStringBuffer: appendAscii -> append | Stephan Bergmann | 1 | -2/+2 |
2015-08-20 | loplugin: defaultparams | Noel Grandin | 3 | -3/+3 |
2015-08-12 | cppcheck: noCopyConstructor | Caolán McNamara | 1 | -0/+4 |
2015-08-07 | cppcheck:noExplicitConstructor | Noel Grandin | 2 | -2/+2 |
2015-08-04 | svx,starmath: inline some use-once typedefs | Noel Grandin | 1 | -6/+2 |
2015-07-30 | loplugin:unusedmethods | Noel Grandin | 1 | -5/+1 |
2015-07-28 | stoc: tzname is _tzname on MSVC 14.0 | David Ostrovsky | 1 | -0/+3 |
2015-07-27 | Tweak introspection/invocation to be more useful to PyUNO | Matthew J. Francis | 2 | -37/+206 |
2015-07-23 | Merge ImplIntrospectionAccess and ImplIntrospectionAdapter | Matthew J. Francis | 2 | -160/+128 |
2015-07-22 | Fix logic in the fast path of Implementation::inspect() | Matthew J. Francis | 1 | -91/+22 |
2015-07-16 | loplugin:simplifybool | Stephan Bergmann | 2 | -3/+3 |
2015-07-16 | Translate German comments | Matthew J. Francis | 2 | -248/+247 |
2015-07-15 | cppcheck: noExplicitConstructor | Caolán McNamara | 8 | -18/+14 |
2015-07-15 | cppcheck: noExplicitConstructor | Caolán McNamara | 4 | -12/+12 |
2015-07-10 | cleanup some unnecessary direct usage of the OString/OUString C API. | Noel Grandin | 1 | -4/+2 |
2015-07-09 | Eliminate pointless string copies | Matthew J. Francis | 1 | -17/+7 |
2015-07-08 | Reduce the amount of up front work in performing introspection | Matthew J. Francis | 1 | -46/+199 |
2015-07-08 | Use OUString::starts/endsWith | Stephan Bergmann | 1 | -42/+16 |
2015-07-08 | Whatever that "SDL-Bug" was supposed to be, it is clearly irrelevant by now | Stephan Bergmann | 1 | -10/+5 |
2015-07-08 | Reduce variable scope | Stephan Bergmann | 1 | -9/+6 |
2015-07-08 | Fix typos | Andrea Gelmini | 1 | -2/+2 |
2015-07-06 | loplugin:unusedmethods sax,shell,stoc,basegfx | Noel Grandin | 2 | -9/+0 |
2015-07-04 | Fix typos | Andrea Gelmini | 1 | -1/+1 |
2015-07-03 | Revert "loplugin:unusedmethods sax,shell,stoc,basegfx" | Michael Stahl | 2 | -0/+9 |
2015-07-03 | loplugin:unusedmethods sax,shell,stoc,basegfx | Noel Grandin | 2 | -9/+0 |
2015-06-30 | tdf#92440: Reduce code areas covered by mutex | Stephan Bergmann | 1 | -14/+31 |
2015-06-23 | Revert "Typo: iff->if" | Julien Nabet | 1 | -1/+1 |
2015-06-23 | Typo: iff->if | Julien Nabet | 1 | -1/+1 |
2015-06-17 | Replace boost::scoped_array<T> with std::unique_ptr<T[]> | Takeshi Abe | 2 | -5/+4 |
2015-06-15 | cppcheck:unreadVariable | Noel Grandin | 1 | -1/+0 |
2015-06-15 | cppcheck:redundantAssignment | Noel Grandin | 1 | -2/+2 |
2015-06-08 | loplugin:cstylecast: deal with remaining pointer casts | Stephan Bergmann | 13 | -49/+49 |
2015-05-11 | loplugin:cstylecast: nop between pointer types of exactly same spelling | Stephan Bergmann | 2 | -2/+2 |
2015-05-08 | jboolean-related clean-up | Stephan Bergmann | 1 | -4/+4 |
2015-04-29 | redundant cast | Caolán McNamara | 3 | -14/+11 |
2015-04-22 | Various #include <sal/log.hxx> fixups | Stephan Bergmann | 4 | -0/+6 |
2015-04-15 | remove unnecessary use of void in function declarations | Noel Grandin | 7 | -55/+55 |
2015-04-09 | convert RegError to scoped enum | Noel Grandin | 1 | -88/+88 |
2015-04-09 | convert RegValueType to scoped enum | Noel Grandin | 1 | -19/+19 |
2015-04-09 | remove reg keytype constants and related code | Noel Grandin | 1 | -20/+2 |
2015-04-09 | convert REG_ constants to scoped enum | Noel Grandin | 3 | -4/+4 |
2015-04-04 | Typo: creat->create | Julien Nabet | 1 | -1/+1 |
2015-04-02 | loplugin:staticmethods | Noel Grandin | 4 | -13/+13 |
2015-04-01 | Add support for cppu::UnoType<void> | Stephan Bergmann | 2 | -2/+2 |
2015-04-01 | Replace remaining getCppuType et al with cppu::UnoType | Stephan Bergmann | 9 | -47/+47 |