Age | Commit message (Expand) | Author |
2018-04-12 | Keep strings alive again as necessary | Stephan Bergmann |
2018-04-11 | new loplugin:unusedvariablemore | Noel Grandin |
2018-03-28 | Don't pass empty option to JNI_CreateJavaVM | Stephan Bergmann |
2018-03-27 | Improve error reporting | Stephan Bergmann |
2018-03-25 | Use for-range loops in some modules | Julien Nabet |
2018-02-15 | Find Java 9 with the new registry keys on Windows | Stephan Bergmann |
2018-02-01 | jvmfwk: MSVC: pragma warning: make more specific, remove obsolete | Mike Kaganski |
2018-01-23 | More loplugin:cstylecast on Windows | Stephan Bergmann |
2018-01-20 | More loplugin:cstylecast on macOS | Stephan Bergmann |
2018-01-12 | More loplugin:cstylecast: jvmfwk | Stephan Bergmann |
2017-12-19 | inline use-once typedefs | Noel Grandin |
2017-11-23 | loplugin:simplifybool for negation of comparison operator | Noel Grandin |
2017-11-14 | loplugin:flatten loosen condition | Noel Grandin |
2017-11-13 | Fix typos | Andrea Gelmini |
2017-11-01 | loplugin:finalclasses in h*,i*,j* | Noel Grandin |
2017-10-31 | loplugin:constantparam in i18nlangtag | Noel Grandin |
2017-10-26 | loplugin:constmethod in svl | Noel Grandin |
2017-10-23 | loplugin:includeform: jvmfwk | Stephan Bergmann |
2017-10-13 | Use loop ranges in jvmfwk | Julien Nabet |
2017-10-05 | Rename and move SAL_U/W to o3tl::toU/W | Mike Kaganski |
2017-09-30 | Use SAL_W/SAL_U instead of reinterpret_cast btwn wchar_t* and sal_Unicode* | Mike Kaganski |
2017-09-30 | Use explicit function names for fooA/fooW WinAPI; prefer fooW | Mike Kaganski |
2017-09-18 | Some more WIN32_LEAN_AND_MEAN | Mike Kaganski |
2017-09-11 | clang-tidy modernize-use-emplace in hwpfilter..lotuswordpro | Noel Grandin |
2017-08-28 | tdf#100501: Fix thinko | Stephan Bergmann |
2017-08-28 | tdf#100501: Adapt to Java 9 (at least on Linux x86-64) | Stephan Bergmann |
2017-08-17 | remove unnecessary use of OUString::getStr | Noel Grandin |
2017-08-13 | log details of exception when we catch std::exception | Noel Grandin |
2017-08-11 | convert std::map::insert to std::map::emplace | Noel Grandin |
2017-07-31 | loplugin:oncevar | Noel Grandin |
2017-07-13 | use more OUString::operator== in forms..sal | Noel Grandin |
2017-07-13 | loplugin:oncevar: empty strings: jvmfwk | Stephan Bergmann |
2017-07-06 | use OString::operator== in preference to ::equals | Noel Grandin |
2017-06-25 | loplugin:oncevar in helpcompiler..jvmfwk | Noel Grandin |
2017-06-23 | loplugin:unusedfields in jvmfwk..mysqlc | Noel Grandin |
2017-06-18 | remove unused osl/mutex.hxx includes | Jochen Nitschke |
2017-06-15 | use more SAL_N_ELEMENTS part 3 | Noel Grandin |
2017-05-30 | cleanup some OString stuff in jvmfwk | Noel Grandin |
2017-05-29 | Revert "loplugin:stringcopy" | Stephan Bergmann |
2017-05-28 | remove unnecessary use of OString::getStr | Noel Grandin |
2017-05-20 | loplugin:stringcopy (macOS) | Stephan Bergmann |
2017-05-19 | loplugin:stringcopy | Stephan Bergmann |
2017-05-07 | revert OSL_ASSERT changes | Chris Sherlock |
2017-05-07 | tdf#43157: convert jvmfwk from OSL_ASSERT to assert | Chris Sherlock |
2017-04-24 | clang-tidy readability-simplify-boolean-expr in hwpfilter..lotuswordpro | Noel Grandin |
2017-04-21 | Clean up do_msvcr_magic | Stephan Bergmann |
2017-04-21 | gbuild: Remove MSVC 2013 legacy code | David Ostrovsky |
2017-04-21 | remove unnecessary explicit linefeeds from end of SAL and OSL log calls | Noel Grandin |
2017-04-13 | Use std::unique_ptr<JavaInfo> in createJavaInfo | Stephan Bergmann |
2017-04-13 | Use std::unique_ptr<JavaInfo> in jfw_plugin_getAllJavaInfos | Stephan Bergmann |