Age | Commit message (Expand) | Author |
2016-07-08 | loplugin:redundantcast: redundant static_casts in jvmfwk | Stephan Bergmann |
2016-07-04 | Fix some spelling errors in comments and strings | Otto Kekäläinen |
2016-06-15 | passing a NULL pointer to fileno is not allowed | Markus Mohrhard |
2016-05-22 | Convert javaPluginError to scoped enum | Noel Grandin |
2016-05-10 | Add SAL_FALLTHROUGH, where apparently appropriate | Stephan Bergmann |
2016-05-10 | Replace fallthrough comments with new SAL_FALLTHROUGH macro | Stephan Bergmann |
2016-04-30 | Fix typos | Andrea Gelmini |
2016-04-26 | update loplugin stylepolice to check local pointers vars | Noel Grandin |
2016-04-20 | loplugin:salbool: Automatic rewrite of sal_False/True | Stephan Bergmann |
2016-04-18 | clang-tidy performance-unnecessary-copy-initialization | Noel Grandin |
2016-04-14 | clang-tidy performance-unnecessary-value-param in various | Noel Grandin |
2016-04-12 | cleanup: remove unused com/sun/star/uno includes | Jochen Nitschke |
2016-04-11 | tdf#94306 replace boost::noncopyable ... | Jochen Nitschke |
2016-04-05 | Values read from the Windows registry shouldn't be assert'ed | Stephan Bergmann |
2016-03-15 | tdf#91794 remove OSL_DEBUG_LEVEL > 1 conditionals | Rohan Kumar |
2016-03-10 | Fix memory leaks | Stephan Bergmann |
2016-03-10 | No more need for jfw_freeJavaInfo | Stephan Bergmann |
2016-03-10 | Turn JavaInfo sal_Sequence* member into rtl::ByteSequence | Stephan Bergmann |
2016-03-10 | Turn JavaInfo rtl_uString* members into OUString | Stephan Bergmann |
2016-03-10 | Manage JavaInfo instances via new/delete | Stephan Bergmann |
2016-03-10 | No need to repeat SAL_CALL in definitions | Stephan Bergmann |
2016-03-10 | No need for extern "C" here | Stephan Bergmann |
2016-03-09 | include/jvmfwk/*.h -> .hxx (only ever included from C++ code) | Stephan Bergmann |
2016-02-17 | use consistent #define checks for the Windows platform | Noel Grandin |
2016-02-09 | Remove excess newlines | Chris Sherlock |
2016-02-08 | loplugin:unusedmethods | Noel Grandin |
2016-01-10 | Fix typos | Andrea Gelmini |
2016-01-06 | jvmfwk/plugins: clean-up in util.cxx | Douglas Mencken |
2015-11-24 | cppcheck: noExplicitConstructor | Caolán McNamara |
2015-11-17 | Don't assume sal_Unicode is unsigned short | Stephan Bergmann |
2015-11-10 | loplugin:nullptr (automatic rewrite; Mac-specific code) | Stephan Bergmann |
2015-11-10 | loplugin:nullptr (automatic rewrite) | Stephan Bergmann |
2015-11-09 | new loplugin: oncevar | Noel Grandin |
2015-11-05 | java: combine nested if statements | Noel Grandin |
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 |