Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2015-11-24 | cppcheck: noExplicitConstructor | Caolán McNamara | 1 | -1/+1 |
2015-11-20 | loplugin:unusedfields lotuswordpro | Noel Grandin | 10 | -34/+4 |
2015-11-17 | Don't assume sal_Unicode is unsigned short | Stephan Bergmann | 1 | -1/+1 |
2015-11-15 | Fast PCH generator and optimized PCH files | Ashod Nakashian | 1 | -44/+52 |
2015-11-10 | loplugin:nullptr (automatic rewrite) | Stephan Bergmann | 104 | -520/+520 |
2015-11-06 | coverity#1338233 Uncaught exception | Caolán McNamara | 2 | -2/+2 |
2015-11-04 | use uno::Reference::set method instead of assignment | Noel Grandin | 1 | -1/+1 |
2015-10-27 | Reduce scope of #include <tools/stream.hxx> | Matteo Casalin | 11 | -6/+22 |
2015-10-23 | com::sun::star->css in lotuswordpro,mysqlc,oox | Noel Grandin | 2 | -38/+38 |
2015-10-20 | loplugin:defaultparams | Stephan Bergmann | 1 | -1/+1 |
2015-10-19 | loplugin:defaultparams | Stephan Bergmann | 2 | -2/+2 |
2015-10-13 | clang-analyzer-deadcode.DeadStores | Stephan Bergmann | 1 | -2/+0 |
2015-10-13 | clang-analyzer-deadcode.DeadStores | Stephan Bergmann | 1 | -4/+2 |
2015-10-13 | clang-analyzer-deadcode.DeadStores | Stephan Bergmann | 1 | -2/+0 |
2015-10-13 | Return value of LwpTools::QuickReadUnicode is unused | Stephan Bergmann | 2 | -7/+3 |
2015-10-13 | clang-analyzer-deadcode.DeadStores | Stephan Bergmann | 1 | -1/+1 |
2015-10-12 | Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY code | Stephan Bergmann | 125 | -567/+567 |
2015-10-12 | Replace "SAL_DELETED_FUNCTION" with "= delete" in LIBO_INTERNAL_ONLY code | Stephan Bergmann | 7 | -16/+16 |
2015-10-08 | Resolves: tdf#93818 crash on loading certain lwp | Caolán McNamara | 1 | -1/+5 |
2015-10-01 | Fix typos | Andrea Gelmini | 11 | -19/+19 |
2015-10-01 | loplugin:unusedmethods | Noel Grandin | 4 | -39/+0 |
2015-09-30 | Fix typos | Andrea Gelmini | 5 | -7/+7 |
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 |