Age | Commit message (Expand) | Author |
2015-04-22 | Various #include <sal/log.hxx> fixups | Stephan Bergmann |
2015-04-15 | remove unnecessary use of void in function declarations | Noel Grandin |
2015-04-02 | loplugin:staticmethods | Noel Grandin |
2015-03-31 | Reduce to static_cast any reinterpret_cast from void pointers | Stephan Bergmann |
2015-03-28 | Clean up C-style casts from pointers to void | Stephan Bergmann |
2015-03-24 | loplugin:constantfunction: store | Noel Grandin |
2015-03-13 | tdf#43157: Fix format string violations in OSL_TRACE etc. | Stephan Bergmann |
2015-02-23 | remove unnecessary parenthesis in return statements | Noel Grandin |
2015-02-07 | loplugin:deletedspecial | Stephan Bergmann |
2015-02-05 | convert all remaining BOOST_STATIC_ASSERT to static_assert | Caolán McNamara |
2015-01-26 | followup code removal after changing virtual methods to non-virtual | Noel Grandin |
2015-01-26 | new loplugin: change virtual methods to non-virtual | Noel Grandin |
2015-01-19 | Suppress 1 cppcheck warning arrayIndexOutOfBounds | Julien Nabet |
2014-11-21 | Remvoe store/workben/ | Stephan Bergmann |
2014-11-18 | More iwyu suggested headers removal | Riccardo Magliocchetti |
2014-11-12 | coverity#1242813 Unused value | Caolán McNamara |
2014-11-04 | coverity#1242933 unused value | David Tardon |
2014-11-04 | coverity#1242809 unused value | David Tardon |
2014-08-14 | warning C4189: : local variable is initialized but not referenced | Thomas Arnhold |
2014-07-18 | cid#1226495 Uninitialized scalar field | Noel Grandin |
2014-07-10 | use SimpleReferenceObject in stoc module | Noel Grandin |
2014-07-08 | WaE: C4754 | Tor Lillqvist |
2014-06-13 | loplugin:staticcall | Stephan Bergmann |
2014-06-06 | Bin ugly (ab)use of preprocessor in headers (final part) | Thomas Arnhold |
2014-06-05 | various: remove SAL_THROW macro | Noel Grandin |
2014-05-12 | fdo#43157 Remove OSL_POSTCOND, prefer SAL_WARN_IF | Michaël Lefèvre |
2014-05-05 | simplify ternary conditions "xxx ? yyy : false" | Noel Grandin |
2014-04-19 | fixincludeguards.sh: some smaller dirs | Thomas Arnhold |
2014-04-07 | Typo | Stephan Bergmann |
2014-04-07 | Fix README | Stephan Bergmann |
2014-04-04 | Clean up unreferenced functions | Stephan Bergmann |
2014-03-27 | remove PROFILE checks | Thomas Arnhold |
2014-03-27 | sfx2, sc: remove macros for using Windows NT Call Profiler | Michael Stahl |
2014-03-26 | First batch of adding SAL_OVERRRIDE to overriding function declarations | Stephan Bergmann |
2014-03-12 | No need for isKindOf to be SAL_CALL | Stephan Bergmann |
2014-02-27 | Remove visual noise from store | Alexander Wilms |
2014-02-17 | store: sal_Bool -> bool | Stephan Bergmann |
2014-01-28 | bool improvements | Stephan Bergmann |
2013-11-11 | convert OUString compareToAscii == 0 to equalsAscii | Noel Grandin |
2013-07-09 | Remove warning by using the right printf commands | Arnaud Versini |
2013-06-20 | -Werror,-Wdeprecated-register | Stephan Bergmann |
2013-06-10 | mingw64: use the sal formatting strings in store | Fridrich Štrba |
2013-04-30 | Move to MPLv2 license headers, with ESC decision and author's permission. | Michael Meeks |
2013-04-24 | gbuild: drop empty use_packages calls | David Tardon |
2013-04-24 | gbuild: drop uses of removed packages | David Tardon |
2013-04-23 | execute move of global headers | Bjoern Michaelsen |
2013-04-12 | do not set soversion for private ure libraries | Matúš Kukan |
2013-04-10 | Revert "store: new ZipPackage_store_odk_headers" | Michael Stahl |
2013-04-07 | mass removal of rtl:: prefixes for O(U)String* | Luboš Luňák |
2013-03-19 | further OUString cleanup | Thomas Arnhold |