Age | Commit message (Expand) | Author |
2015-07-13 | warning C4101: unreferenced local variable | Stephan Bergmann |
2015-07-13 | Code deliberately not linking against sal just can't use OSL_ENSURE | Stephan Bergmann |
2015-07-13 | Make content of OSL_ASSERT, DBG_ASSERT, etc. visiblie in non-debug builds | Stephan Bergmann |
2015-07-08 | Fix typos | Andrea Gelmini |
2015-07-06 | loplugin:unusedmethods sax,shell,stoc,basegfx | Noel Grandin |
2015-07-04 | Fix typos | Andrea Gelmini |
2015-07-03 | Revert "loplugin:unusedmethods sax,shell,stoc,basegfx" | Michael Stahl |
2015-07-03 | loplugin:unusedmethods sax,shell,stoc,basegfx | Noel Grandin |
2015-07-01 | tdf#92269 fix Windows Explorer crash caused by shellextension | Christian Lohmaier |
2015-06-26 | loplugin:stringconstant: handle OUString+=OUString(literal) | Stephan Bergmann |
2015-06-18 | Fix typos | Andrea Gelmini |
2015-06-15 | remove unnecessary check for null when calling delete | Noel Grandin |
2015-06-15 | cppcheck:unreadVariable | Noel Grandin |
2015-06-15 | inline COMPHELPER_SERVICEDECL_ macro | Noel Grandin |
2015-06-02 | loplugin:cstylecast: deal with those that are (technically) const_cast | Stephan Bergmann |
2015-05-28 | new clang plugin: loopvartoosmall | Noel Grandin |
2015-05-18 | boost::shared_ptr -> std::shared_ptr | Stephan Bergmann |
2015-05-13 | Implement some more XModify methods | Stephan Bergmann |
2015-05-12 | loplugin:redundantcast: reinterpret_cast to void* | Stephan Bergmann |
2015-04-30 | Bin some pointless comments and reduce some vertical whitespace | Tor Lillqvist |
2015-04-17 | Don't throw UnknownPropertyException for givenname/sn from KDE backends | Stephan Bergmann |
2015-04-15 | remove unnecessary use of void in function declarations | Noel Grandin |
2015-04-13 | tdf#82695 allow to build with system collada2gltf | David Tardon |
2015-04-13 | loplugin:staticmethods | Noel Grandin |
2015-04-01 | Typo: wheter->whether | Julien Nabet |
2015-03-31 | Reduce to static_cast any reinterpret_cast from void pointers | Stephan Bergmann |
2015-03-29 | loplugin:cstylecast | Stephan Bergmann |
2015-03-28 | Clean up C-style casts from pointers to void | Stephan Bergmann |
2015-03-27 | Small fix for BSD. | Pedro Giffuni |
2015-03-26 | const_cast: convert some C-style casts and remove some redundant ones | Stephan Bergmann |
2015-03-25 | Typo: formated->formatted | Julien Nabet |
2015-03-25 | remove exit 0 at the end of a shell script | Phillip Sz |
2015-03-24 | Fix various Windows-only XServiceInfo implementations | Stephan Bergmann |
2015-03-19 | No need to use -I$(SRCDIR)/include/shell | Tor Lillqvist |
2015-03-17 | Fix various XServiceInfo implementations | Stephan Bergmann |
2015-03-11 | V512: we want the number of wide-chars here, not the number of bytes | Caolán McNamara |
2015-03-11 | leak on short read | Caolán McNamara |
2015-03-11 | V668 no sense in testing the result of new against null | Caolán McNamara |
2015-03-09 | V801: Decreased performance | Caolán McNamara |
2015-03-05 | shell: warning C4996 function call with parameters that may be unsafe | Michael Stahl |
2015-03-05 | gbuild: set _WIN32_WINNT globally instead of WINVER | Michael Stahl |
2015-03-05 | shell: remove unnecessary explicit -D_WIN32_IE | Michael Stahl |
2015-03-04 | V813: Decreased performance | Caolán McNamara |
2015-03-01 | unnecessary wstring -> char* -> wstring conversion | Markus Mohrhard |
2015-02-23 | remove unnecessary parenthesis in return statements | Noel Grandin |
2015-02-16 | Add kde4-open-url script | Jan-Marek Glogowski |
2015-02-07 | loplugin:deletedspecial | Stephan Bergmann |
2015-02-07 | fdo#43368 Remove MapiLogon/Logoff calls so simplemail works with WLM | Aron Budea |
2015-01-28 | remove unused typedefs | Noel Grandin |
2015-01-23 | Win SDK 8.1: apparently VersionHelpers.h needs to be included explicitly | Michael Stahl |