Age | Commit message (Expand) | Author |
2018-11-04 | replace double-checked locking patterns with thread safe local statics | Mike Kaganski |
2018-08-02 | Add missing sal/log.hxx headers | Gabor Kelemen |
2018-06-18 | tdf#108523 Remove @author annotations | Abhyudaya Sharma |
2018-04-17 | tdf#100726 - Improve readability of OUString concatanations | Gökhan Gurbetoğlu |
2018-04-09 | use more DBG_UNHANDLED_EXCEPTION | Noel Grandin |
2018-01-25 | Fix typos | Andrea Gelmini |
2017-10-04 | add << operator for css::uno::Exception | Noel Grandin |
2017-08-28 | Translate German comments/debug strings (leftovers in dirs starmath to sysui) | Johnny_M |
2017-08-17 | remove UL/L suffixes from integer constants on the RHS of expressions | Noel Grandin |
2017-05-09 | cleanup osl/diagnose.h includes | Jochen Nitschke |
2017-05-07 | revert OSL_ASSERT changes | Chris Sherlock |
2017-05-07 | tdf#43157: convert stoc tests from OSL_ASSERT to assert | Chris Sherlock |
2017-05-04 | Replace all OUString("") with OUString() | Arnaud Versini |
2017-01-30 | German comments - last bits of stoc/ translated. | Michael Meeks |
2016-12-15 | no point in having both SAL_WARN and OSL_FAIL for the same thing | Noel Grandin |
2016-12-11 | OSL_TRACE -> SAL in sfx2..svx | Noel Grandin |
2016-11-18 | includes should be at the top of the file | Noel Grandin |
2016-11-18 | remove some double calls | Noel Grandin |
2016-10-01 | Fix typos | Andrea Gelmini |
2016-04-12 | tdf#91794 removed OSL_DEBUG_LEVEL > 1 conditionals | Rohan Kumar |
2016-02-16 | use consistent #define checks for the Windows platform | Noel Grandin |
2016-02-09 | Remove excess newlines | Chris Sherlock |
2016-01-10 | Fix typos | Andrea Gelmini |
2015-11-05 | use uno::Reference::set method instead of assignment | Noel Grandin |
2015-11-01 | no need to use OUString constructor in call to createInstance | Noel Grandin |
2015-10-30 | UNO: no need to use OUString constructor when calling createInstance | Noel Grandin |
2015-09-07 | stoc: tdf#88206 replace cppu::WeakImplHelper* etc. | Takeshi Abe |
2015-08-04 | svx,starmath: inline some use-once typedefs | Noel Grandin |
2015-07-15 | cppcheck: noExplicitConstructor | Caolán McNamara |
2015-06-15 | cppcheck:redundantAssignment | Noel Grandin |
2015-04-29 | redundant cast | Caolán McNamara |
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-09 | convert REG_ constants to scoped enum | Noel Grandin |
2015-04-01 | Add support for cppu::UnoType<void> | Stephan Bergmann |
2015-04-01 | Replace remaining getCppuType et al with cppu::UnoType | Stephan Bergmann |
2015-02-23 | remove unnecessary parenthesis in return statements | Noel Grandin |
2015-02-08 | Typos + simple german translations | Julien Nabet |
2014-11-25 | java: remove some comment noise | Noel Grandin |
2014-11-12 | java: convert fields to local variables where possible | Noel Grandin |
2014-10-31 | Removed duplicated includes | Andrea Gelmini |
2014-10-29 | remove unnecessary 'using namespace rtl' declarations | Noel Grandin |
2014-10-07 | java: remove useless overriding methods | Noel Grandin |
2014-08-14 | java: remove commented out code | Noel Grandin |
2014-08-12 | java: add @Override annotation to overriding methods | Noel Grandin |
2014-08-08 | java: remove unused imports | Noel Grandin |
2014-08-08 | java: remove unused variables | Noel Grandin |
2014-08-05 | java: remove commented out code | Noel Grandin |
2014-08-05 | java: remove various unused variables | Noel Grandin |
2014-06-05 | stoc: remove SAL_THROW macro | Noel Grandin |