Age | Commit message (Expand) | Author |
2015-11-04 | Avoid using reserved identifiers, add missing includes | Stephan Bergmann |
2015-11-04 | Add mode lines | Stephan Bergmann |
2015-11-04 | loplugin:passstuffbyref | Stephan Bergmann |
2015-11-04 | yyyyy | Noel Grandin |
2015-11-04 | tdf#94716 allow Oracle's JDK to be used on OS X 10.10 and 10.11 | Patrick Luby |
2015-10-27 | loplugin:unusedmethods | Noel Grandin |
2015-10-25 | tdf#39440: fix several warnings reported by cppcheck | Serge Krot |
2015-10-12 | Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY code | Stephan Bergmann |
2015-10-12 | Replace "SAL_DELETED_FUNCTION" with "= delete" in LIBO_INTERNAL_ONLY code | Stephan Bergmann |
2015-10-01 | loplugin:unusedmethods | Noel Grandin |
2015-09-30 | Fix typos | Andrea Gelmini |
2015-08-31 | loplugin:stringconstant: OUStringBuffer: appendAscii -> append | Stephan Bergmann |
2015-08-27 | Clean up sEmpty | Stephan Bergmann |
2015-08-23 | loplugin:defaultparams | Stephan Bergmann |
2015-08-22 | tdf#39440 reduce scope of local variables | Michael Weghorn |
2015-08-11 | loplugin: defaultparams | Noel Grandin |
2015-07-16 | loplugin:simplifybool | Stephan Bergmann |
2015-07-11 | tdf#92483 fix initializing JRE on Win 64bit (load java's msvcr100.dll) | Christian Lohmaier |
2015-07-10 | jvmfwk: pluginlib: Add support for mips64. | Heiher |
2015-07-03 | Fix typos | Andrea Gelmini |
2015-06-30 | Fix typos | Andrea Gelmini |
2015-06-24 | jvmfwk: pass along -Xss to JVM on AMD64 too | Michael Stahl |
2015-06-24 | jvmfwk: slighly misleading error message | Michael Stahl |
2015-06-17 | Replace boost::scoped_array<T> with std::unique_ptr<T[]> | Takeshi Abe |
2015-06-15 | cppcheck:redundantAssignment | Noel Grandin |
2015-06-11 | java:regulatize the order of 'final' and public/private | Noel Grandin |
2015-06-08 | loplugin:cstylecast: deal with remaining pointer casts | Stephan Bergmann |
2015-06-02 | loplugin:cstylecast: deal with those that are (technically) const_cast | Stephan Bergmann |
2015-06-01 | loplugin:loopvartoosmall | Noel Grandin |
2015-05-29 | Support Azul Zulu JRE on Linux and Mac OS X, too | Stephan Bergmann |
2015-05-27 | Support Azul Zulu JRE (at least on Windows) | Stephan Bergmann |
2015-05-27 | fprintf -> SAL_INFO | Stephan Bergmann |
2015-05-12 | java dir for powepc64 and powepc64le can differ | David Tardon |
2015-05-11 | loplugin:cstylecast: nop between pointer types of exactly same spelling | Stephan Bergmann |
2015-05-08 | std::ptr_fun became deprecated since C++11 | Takeshi Abe |
2015-04-27 | More loplugin:simplifybool | Stephan Bergmann |
2015-04-23 | Improved loplugin:literaltoboolconversion looking into cond. exprs. | Stephan Bergmann |
2015-04-22 | Various #include <sal/log.hxx> fixups | Stephan Bergmann |
2015-03-28 | Clean up C-style casts from pointers to void | Stephan Bergmann |
2015-03-27 | loplugin:staticfunction | Noel Grandin |
2015-03-26 | const_cast: convert some C-style casts and remove some redundant ones | Stephan Bergmann |
2015-03-02 | V805: Decreased performance | Caolán McNamara |
2015-02-07 | loplugin:deletedspecial | Stephan Bergmann |
2015-01-20 | Some more loplugin:cstylecast: jvmfwk | Stephan Bergmann |
2015-01-08 | avoid copying of vector | Michael Weghorn |
2015-01-07 | jvmfwk: fix Android build | Miklos Vajna |
2014-12-18 | Some cppcheck cleanings: Prefer prefix ++/-- operators for non-primitive types | Julien Nabet |
2014-12-18 | jvmfwk: Use appropriate OUString functions on string constants | Stephan Bergmann |
2014-12-16 | jvmfwk: Use appropriate OUString functions on string constants | Stephan Bergmann |
2014-12-16 | Related fdo#83753: Fix JVM_ONE_PATH_CHECK feature again | Stephan Bergmann |