Age | Commit message (Expand) | Author |
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 |
2017-04-11 | Let jfw_isVMRunning return the result; there are no error conditions | Stephan Bergmann |
2017-04-11 | sal_Bool -> bool | Stephan Bergmann |
2017-04-11 | jfw_existJRE requires non-null args, never returns JFW_E_INVALID_ARG | Stephan Bergmann |
2017-04-11 | sal_Bool -> bool | Stephan Bergmann |
2017-04-11 | Use std::unique_ptr<JavaInfo> for lifecycle management in jvmfwk/framework.hxx | Stephan Bergmann |
2017-04-11 | Remove unnecessary jfw::CJavaInfo::cloneJavaInfo | Stephan Bergmann |
2017-03-23 | Remove unused #include <ctype.h> | Stephan Bergmann |
2017-03-22 | Use rtl::isAscii* instead of ctype.h is* (and fix passing plain char) | Stephan Bergmann |
2017-03-22 | jvmfwk: fix JVM detection on 64-bit Windows | Michael Stahl |
2017-03-19 | Fix typo for "expression" | Julien Nabet |
2017-03-13 | Unnecessary OUString instances | Stephan Bergmann |
2017-03-13 | Related tdf#54443 List only matching JREs | Samuel Mehrbrodt |
2017-03-09 | jvmfwk: Improve logging output | Samuel Mehrbrodt |
2017-03-03 | Remove redundant 'inline' keyword | Stephan Bergmann |
2017-03-03 | Typo: requirments -> requirements | Samuel Mehrbrodt |
2017-03-02 | Fix typos | Andrea Gelmini |
2017-02-24 | Make JVM -Xrunjdwp option work on macOS | Stephan Bergmann |
2017-01-24 | loplugin: unnecessary destructor jvmfwk..lotuswordpro | Noel Grandin |
2017-01-17 | replace #ifdef SOLARIS with #ifdef __sun | Michael Stahl |
2017-01-17 | new loplugin: useuniqueptr: jvmfwk..sax | Noel Grandin |
2017-01-09 | New loplugin:externvar: jvmfwk | Stephan Bergmann |
2016-12-25 | tdf#95416 Fix include file | tamsil1amani3 |
2016-11-16 | Fix regression in bubbleSortVersion | Stephan Bergmann |
2016-11-16 | Clean up jfw_findAllJREs return value computation | Stephan Bergmann |