Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2015-09-17 | boost->std | Caolán McNamara | 12 | -29/+27 |
2015-09-15 | Resolves: tdf#88206 replace cppu::WeakImplHelper* etc. | Takeshi Abe | 1 | -2/+2 |
2015-09-07 | cppcheck: noExplicitCopyMoveConstructor | Caolán McNamara | 1 | -1/+1 |
2015-09-07 | cppcheck: operatorEqVarError | Caolán McNamara | 1 | -0/+2 |
2015-08-27 | Help GCC | Stephan Bergmann | 2 | -9/+9 |
2015-08-27 | Clean up aEmpty | Stephan Bergmann | 2 | -18/+11 |
2015-08-21 | add lwp to fftester | Caolán McNamara | 1 | -0/+7 |
2015-08-14 | loplugin: defaultparams | Noel Grandin | 7 | -14/+14 |
2015-08-05 | improve refcounting loplugin to check SvRef-based classes | Noel Grandin | 6 | -10/+10 |
2015-07-30 | loplugin:unusedmethods | Noel Grandin | 4 | -56/+0 |
2015-07-24 | -Werror,-Wunused-private-field | Stephan Bergmann | 2 | -3/+0 |
2015-07-19 | Fix typos | Andrea Gelmini | 4 | -5/+5 |
2015-07-17 | remove pointless comments in lotuswordpro | Noel Grandin | 152 | -1147/+102 |
2015-07-17 | loplugin:unusedmethods lotuswordpro | Noel Grandin | 76 | -1375/+51 |
2015-07-08 | Fix typos | Andrea Gelmini | 1 | -3/+3 |
2015-07-03 | Fix typos | Andrea Gelmini | 10 | -11/+11 |
2015-06-30 | Fix typos | Andrea Gelmini | 3 | -3/+3 |
2015-06-30 | remove some unnecessary typedefs to pointer | Noel Grandin | 6 | -17/+12 |
2015-06-28 | Fix typos | Andrea Gelmini | 1 | -1/+1 |
2015-06-28 | Fix typos | Andrea Gelmini | 2 | -2/+2 |
2015-06-21 | Fix typos | Andrea Gelmini | 1 | -1/+1 |
2015-06-19 | Catch inadvertent uses of OUString(sal_Unicode) ctor | Stephan Bergmann | 1 | -9/+9 |
2015-06-19 | Remove unnecessary variable | Stephan Bergmann | 1 | -3/+1 |
2015-06-19 | Use a more straightforward hash function | Stephan Bergmann | 1 | -10/+2 |
2015-06-19 | Consistently represent bullet char as OUString | Stephan Bergmann | 5 | -14/+10 |
2015-06-17 | Replace boost::scoped_array<T> with std::unique_ptr<T[]> | Takeshi Abe | 3 | -5/+5 |
2015-06-16 | Fix typos | Andrea Gelmini | 1 | -1/+1 |
2015-06-15 | remove unnecessary check for null when calling delete | Noel Grandin | 20 | -128/+57 |
2015-06-15 | cppcheck:redundantAssignment | Noel Grandin | 1 | -3/+1 |
2015-06-13 | Fix typos | Andrea Gelmini | 1 | -1/+1 |
2015-06-11 | cppcheck: noExplicitConstructor | Caolán McNamara | 31 | -71/+61 |
2015-06-10 | cppcheck: noExplicitConstructor | Caolán McNamara | 2 | -6/+6 |
2015-06-09 | loplugin:unnecessaryvirtuals | Noel Grandin | 2 | -3/+3 |
2015-06-08 | loplugin:cstylecast: deal with remaining pointer casts | Stephan Bergmann | 1 | -2/+2 |
2015-06-07 | Remove include stdio (part7) | Julien Nabet | 3 | -4/+0 |
2015-06-05 | these types come directly from the file itself | Caolán McNamara | 1 | -2/+1 |
2015-06-01 | loplugin:loopvartoosmall | Noel Grandin | 5 | -10/+10 |
2015-05-05 | loplugin:staticmethods | Noel Grandin | 30 | -52/+52 |
2015-04-29 | redundant cast | Caolán McNamara | 1 | -1/+1 |
2015-04-28 | Merge remote-tracking branch 'origin/feature/vclptr' | Michael Meeks | 1 | -4/+4 |
2015-04-27 | More loplugin:simplifybool | Stephan Bergmann | 3 | -4/+4 |
2015-04-24 | loplugin:simplifybool | Stephan Bergmann | 7 | -31/+30 |
2015-04-23 | Improved loplugin:literaltoboolconversion looking into cond. exprs. | Stephan Bergmann | 7 | -29/+29 |
2015-04-15 | remove unnecessary use of void in function declarations | Noel Grandin | 23 | -124/+124 |
2015-04-14 | tdf#90028 avoid crash if style is not found | David Tardon | 1 | -4/+8 |
2015-04-10 | Automated conversion of VclPtr construction to use Instance template. | Michael Meeks | 1 | -1/+1 |
2015-04-10 | Fix OutputDevice members / stack allocation: desktop, sfx2, lwp. | Michael Meeks | 1 | -4/+4 |
2015-04-02 | loplugin:staticmethods | Noel Grandin | 1 | -1/+1 |
2015-03-31 | Reduce to static_cast any reinterpret_cast from void pointers | Stephan Bergmann | 1 | -1/+1 |
2015-03-28 | Clean up C-style casts from pointers to void | Stephan Bergmann | 2 | -3/+3 |