Age | Commit message (Expand) | Author | Files | Lines |
2015-08-07 | cppcheck:noExplicitConstructor | Noel Grandin | 6 | -10/+10 |
2015-08-04 | shell,sfx2,sd: inline some use-once typedefs | Noel Grandin | 2 | -10/+4 |
2015-08-03 | remove some unused typedefs | Noel Grandin | 1 | -1/+0 |
2015-07-23 | inline a handful of use-once #defines | Noel Grandin | 1 | -2/+0 |
2015-07-17 | formatting of public/private/protected section qualifiers | Noel Grandin | 2 | -2/+2 |
2015-07-16 | loplugin:simplifybool | Stephan Bergmann | 1 | -1/+1 |
2015-07-13 | warning C4101: unreferenced local variable | Stephan Bergmann | 3 | -5/+5 |
2015-07-13 | Code deliberately not linking against sal just can't use OSL_ENSURE | Stephan Bergmann | 4 | -31/+11 |
2015-07-13 | Make content of OSL_ASSERT, DBG_ASSERT, etc. visiblie in non-debug builds | Stephan Bergmann | 4 | -30/+6 |
2015-07-08 | Fix typos | Andrea Gelmini | 1 | -1/+1 |
2015-07-06 | loplugin:unusedmethods sax,shell,stoc,basegfx | Noel Grandin | 2 | -14/+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/+14 |
2015-07-03 | loplugin:unusedmethods sax,shell,stoc,basegfx | Noel Grandin | 2 | -14/+0 |
2015-07-01 | tdf#92269 fix Windows Explorer crash caused by shellextension | Christian Lohmaier | 1 | -1/+1 |
2015-06-26 | loplugin:stringconstant: handle OUString+=OUString(literal) | Stephan Bergmann | 1 | -1/+1 |
2015-06-18 | Fix typos | Andrea Gelmini | 1 | -1/+1 |
2015-06-15 | remove unnecessary check for null when calling delete | Noel Grandin | 1 | -15/+7 |
2015-06-15 | cppcheck:unreadVariable | Noel Grandin | 1 | -1/+0 |
2015-06-15 | inline COMPHELPER_SERVICEDECL_ macro | Noel Grandin | 1 | -3/+9 |
2015-06-02 | loplugin:cstylecast: deal with those that are (technically) const_cast | Stephan Bergmann | 3 | -15/+15 |
2015-05-28 | new clang plugin: loopvartoosmall | Noel Grandin | 1 | -1/+1 |
2015-05-18 | boost::shared_ptr -> std::shared_ptr | Stephan Bergmann | 1 | -4/+3 |
2015-05-13 | Implement some more XModify methods | Stephan Bergmann | 2 | -41/+116 |
2015-05-12 | loplugin:redundantcast: reinterpret_cast to void* | Stephan Bergmann | 1 | -2/+2 |
2015-04-30 | Bin some pointless comments and reduce some vertical whitespace | Tor Lillqvist | 1 | -6/+0 |
2015-04-17 | Don't throw UnknownPropertyException for givenname/sn from KDE backends | Stephan Bergmann | 2 | -0/+6 |
2015-04-15 | remove unnecessary use of void in function declarations | Noel Grandin | 24 | -69/+69 |
2015-04-13 | tdf#82695 allow to build with system collada2gltf | David Tardon | 1 | -2/+1 |
2015-04-13 | loplugin:staticmethods | Noel Grandin | 2 | -2/+2 |
2015-04-01 | Typo: wheter->whether | Julien Nabet | 2 | -2/+2 |
2015-03-31 | Reduce to static_cast any reinterpret_cast from void pointers | Stephan Bergmann | 1 | -2/+2 |
2015-03-29 | loplugin:cstylecast | Stephan Bergmann | 2 | -11/+11 |
2015-03-28 | Clean up C-style casts from pointers to void | Stephan Bergmann | 1 | -1/+1 |
2015-03-27 | Small fix for BSD. | Pedro Giffuni | 1 | -0/+1 |
2015-03-26 | const_cast: convert some C-style casts and remove some redundant ones | Stephan Bergmann | 1 | -1/+1 |
2015-03-25 | Typo: formated->formatted | Julien Nabet | 1 | -1/+1 |
2015-03-25 | remove exit 0 at the end of a shell script | Phillip Sz | 5 | -9/+0 |
2015-03-24 | Fix various Windows-only XServiceInfo implementations | Stephan Bergmann | 5 | -5/+5 |
2015-03-19 | No need to use -I$(SRCDIR)/include/shell | Tor Lillqvist | 1 | -5/+0 |
2015-03-17 | Fix various XServiceInfo implementations | Stephan Bergmann | 3 | -16/+4 |
2015-03-11 | V512: we want the number of wide-chars here, not the number of bytes | Caolán McNamara | 1 | -7/+2 |
2015-03-11 | leak on short read | Caolán McNamara | 1 | -0/+3 |
2015-03-11 | V668 no sense in testing the result of new against null | Caolán McNamara | 1 | -2/+0 |
2015-03-09 | V801: Decreased performance | Caolán McNamara | 2 | -2/+2 |
2015-03-05 | shell: warning C4996 function call with parameters that may be unsafe | Michael Stahl | 1 | -1/+1 |
2015-03-05 | gbuild: set _WIN32_WINNT globally instead of WINVER | Michael Stahl | 8 | -8/+0 |
2015-03-05 | shell: remove unnecessary explicit -D_WIN32_IE | Michael Stahl | 8 | -8/+0 |
2015-03-04 | V813: Decreased performance | Caolán McNamara | 7 | -15/+15 |
2015-03-01 | unnecessary wstring -> char* -> wstring conversion | Markus Mohrhard | 1 | -1/+1 |