Age | Commit message (Expand) | Author |
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 |
2017-04-13 | Use std::unique_ptr<JavaInfo> in jfw_plugin_getJavaInfoByPath | Stephan Bergmann |
2017-04-13 | Use std::unique_ptr<JavaInfo> in jfw_plugin_getJavaInfoFromJavaHome | Stephan Bergmann |
2017-04-13 | Use std::unique_ptr<JavaInfo> in jfw_plugin_getJavaInfosFromPath | Stephan Bergmann |
2017-04-13 | Simplify jfw_findAllJREs | Stephan Bergmann |
2017-04-13 | Replace a use of CJavaInfo with std::unique_ptr<JavaInfo> | Stephan Bergmann |
2017-04-13 | Replace a use of CJavaInfo with std::unique_ptr<JavaInfo> | Stephan Bergmann |
2017-04-13 | More std::unique_ptr<JavaInfo> lifecycle management | Stephan Bergmann |
2017-04-13 | Simplify passing options to jfw_startVM | Stephan Bergmann |
2017-04-13 | Removed duplicated includes | Andrea Gelmini |
2017-04-12 | Remove unused jfw::VendorSettings instantiations | Stephan Bergmann |
2017-04-12 | Remove unnecessary copy | Stephan Bergmann |
2017-04-12 | Remove unused function pointer typedefs | Stephan Bergmann |
2017-04-12 | Convert rtl_uString -> OUString in jfw_get/setVMParameters | Stephan Bergmann |
2017-04-12 | Simplify jfw::VersionInfo | Stephan Bergmann |
2017-04-12 | Convert some rtl_uString -> OUString in jvmfwk | Stephan Bergmann |
2017-04-12 | Silence -Werror=unused-parameter on Android | Stephan Bergmann |
2017-04-11 | Assert obvious preconditions instead of returning javaPluginError:InvalidArg | Stephan Bergmann |
2017-04-11 | Calls to jvmfwk/framework.hxx must not pass in null, drop JFW_E_INVALID_ARG | Stephan Bergmann |
2017-04-11 | Fix missing deref | Stephan Bergmann |
2017-04-11 | sal_Bool -> bool | Stephan Bergmann |