Age | Commit message (Expand) | Author |
2017-10-04 | add << operator for css::uno::Exception | Noel Grandin |
2017-09-13 | Fix a locking bug in our Java ComponentBase class, where after the transition | Damjan Jovanovic |
2017-09-02 | Typos for "available" | Julien Nabet |
2017-06-23 | Fix typos: uniform registered | Andrea Gelmini |
2017-06-12 | Translate German comments and debug strings (leftovers in dirs j... to q...) | Johnny_M |
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 javaunohelper from OSL_ASSERT to assert | Chris Sherlock |
2017-04-21 | gbuild: Remove MSVC 2013 legacy code | David Ostrovsky |
2017-03-25 | Fix typos | Andrea Gelmini |
2017-01-31 | teach lolugin:stringconstant about calling constructors | Noel Grandin |
2017-01-26 | Remove dynamic exception specifications | Stephan Bergmann |
2017-01-17 | Typo: listerner->listener | Julien Nabet |
2016-12-13 | OSL_TRACE->SAL in framework..sal | Noel Grandin |
2016-02-17 | javaunohelper: fix all javadoc warnings | Michael Stahl |
2016-02-08 | cid#1326918 FB.NP_CLONE_COULD_RETURN_NULL | Stephan Bergmann |
2016-02-04 | coverity#1326400 Dereference null return value | Caolán McNamara |
2015-12-30 | coverity#1326973 SBSC: String concatenation in loop using + operator | Caolán McNamara |
2015-12-21 | related tdf#86784: new API got backported to 5.1 | Thorsten Behrens |
2015-12-21 | cid#1343654 FindBugs: Bad practice (FB.DMI_RANDOM_USED_ONLY_ONCE) | Stephan Bergmann |
2015-12-20 | Fix @since tags | Stephan Bergmann |
2015-12-18 | tdf#86784: Pass custom options to Java bootstrap | Katarina Behrens |
2015-12-03 | Add build toolchain to upload LibreOffice API to Maven Central | David Ostrovsky |
2015-12-01 | Expose metadata to deploy LibreOffice artifacts on Maven Central | David Ostrovsky |
2015-11-24 | cppcheck: noExplicitConstructor | Caolán McNamara |
2015-11-17 | Don't assume sal_Unicode is unsigned short | Stephan Bergmann |
2015-11-11 | coverity#1338592 Explicit null dereferenced | Caolán McNamara |
2015-11-10 | loplugin:nullptr (automatic rewrite) | Stephan Bergmann |
2015-11-09 | new loplugin: oncevar | Noel Grandin |
2015-11-05 | java: remove ((unnecessary)) parentheses | Noel Grandin |
2015-11-05 | java: combine nested if statements | Noel Grandin |
2015-11-05 | java:no need to explicitly create these constructors | Noel Grandin |
2015-10-30 | UNO: no need to use OUString constructor when calling createInstance | Noel Grandin |
2015-10-23 | com::sun::star->css in lingucomponent | Noel Grandin |
2015-10-15 | coverity#1326731 Dm: Dubious method used | Caolán McNamara |
2015-10-15 | cid#1326115 Unchecked return value | Noel Grandin |
2015-10-14 | cid#1326733 Dm: Dubious method used | Noel Grandin |
2015-10-14 | use early returns to make method easier to read | Noel Grandin |
2015-10-12 | Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY code | Stephan Bergmann |
2015-09-30 | Fix typos | Andrea Gelmini |
2015-09-15 | Resolves: tdf#88206 replace cppu::WeakImplHelper* etc. | Takeshi Abe |
2015-06-26 | loplugin:stringconstant: handle OUString+=OUString(literal) | Stephan Bergmann |
2015-06-11 | java:regulatize the order of 'final' and public/private | Noel Grandin |
2015-06-09 | java:Non-synchronized method should not override a synchronized method | Noel Grandin |
2015-05-08 | jboolean-related clean-up | Stephan Bergmann |
2015-04-27 | More loplugin:simplifybool | Stephan Bergmann |
2015-04-01 | Replace remaining getCppuType et al with cppu::UnoType | Stephan Bergmann |
2015-03-28 | Clean up C-style casts from pointers to void | Stephan Bergmann |
2015-02-23 | remove unnecessary parenthesis in return statements | Noel Grandin |
2015-01-20 | Some more loplugin:cstylecast: javaunohelper | Stephan Bergmann |