summaryrefslogtreecommitdiffstats
path: root/jvmfwk/plugins
Commit message (Expand)AuthorAgeFilesLines
* Avoid unnecessary empty -Djava.class.path=Stephan Bergmann2022-02-221-3/+13
* tdf#124503: Support JRE installations with unknown java.vendor propertyStephan Bergmann2019-04-124-92/+46
* Support AdoptOpenJDKhimajin1000002019-01-221-0/+1
* Improve error reportingStephan Bergmann2018-03-271-1/+1
* Use for-range loops in some modulesJulien Nabet2018-03-251-3/+2
* Find Java 9 with the new registry keys on WindowsStephan Bergmann2018-02-151-25/+39
* jvmfwk: MSVC: pragma warning: make more specific, remove obsoleteMike Kaganski2018-02-011-6/+0
* More loplugin:cstylecast on WindowsStephan Bergmann2018-01-231-2/+2
* More loplugin:cstylecast on macOSStephan Bergmann2018-01-201-2/+2
* More loplugin:cstylecast: jvmfwkStephan Bergmann2018-01-121-4/+4
* inline use-once typedefsNoel Grandin2017-12-191-2/+1
* loplugin:simplifybool for negation of comparison operatorNoel Grandin2017-11-231-1/+1
* Fix typosAndrea Gelmini2017-11-131-1/+1
* loplugin:finalclasses in h*,i*,j*Noel Grandin2017-11-011-4/+2
* loplugin:includeform: jvmfwkStephan Bergmann2017-10-2316-51/+51
* Use loop ranges in jvmfwkJulien Nabet2017-10-134-90/+70
* Rename and move SAL_U/W to o3tl::toU/WMike Kaganski2017-10-051-3/+4
* Use SAL_W/SAL_U instead of reinterpret_cast btwn wchar_t* and sal_Unicode*Mike Kaganski2017-09-301-1/+1
* Use explicit function names for fooA/fooW WinAPI; prefer fooWMike Kaganski2017-09-302-5/+7
* Some more WIN32_LEAN_AND_MEANMike Kaganski2017-09-182-0/+6
* clang-tidy modernize-use-emplace in hwpfilter..lotuswordproNoel Grandin2017-09-112-6/+5
* tdf#100501: Fix thinkoStephan Bergmann2017-08-281-1/+1
* tdf#100501: Adapt to Java 9 (at least on Linux x86-64)Stephan Bergmann2017-08-282-2/+8
* remove unnecessary use of OUString::getStrNoel Grandin2017-08-171-1/+1
* log details of exception when we catch std::exceptionNoel Grandin2017-08-131-2/+3
* convert std::map::insert to std::map::emplaceNoel Grandin2017-08-111-3/+2
* loplugin:oncevarNoel Grandin2017-07-313-9/+4
* use more OUString::operator== in forms..salNoel Grandin2017-07-134-12/+12
* loplugin:oncevar in helpcompiler..jvmfwkNoel Grandin2017-06-251-5/+5
* loplugin:unusedfields in jvmfwk..mysqlcNoel Grandin2017-06-231-6/+2
* use more SAL_N_ELEMENTS part 3Noel Grandin2017-06-155-15/+15
* remove unnecessary use of OString::getStrNoel Grandin2017-05-281-1/+1
* loplugin:stringcopy (macOS)Stephan Bergmann2017-05-201-2/+2
* revert OSL_ASSERT changesChris Sherlock2017-05-074-14/+14
* tdf#43157: convert jvmfwk from OSL_ASSERT to assertChris Sherlock2017-05-074-14/+14
* clang-tidy readability-simplify-boolean-expr in hwpfilter..lotuswordproNoel Grandin2017-04-242-11/+3
* Clean up do_msvcr_magicStephan Bergmann2017-04-211-33/+38
* remove unnecessary explicit linefeeds from end of SAL and OSL log callsNoel Grandin2017-04-211-1/+1
* Use std::unique_ptr<JavaInfo> in createJavaInfoStephan Bergmann2017-04-131-18/+14
* Use std::unique_ptr<JavaInfo> in jfw_plugin_getAllJavaInfosStephan Bergmann2017-04-131-12/+4
* Use std::unique_ptr<JavaInfo> in jfw_plugin_getJavaInfoByPathStephan Bergmann2017-04-131-2/+2
* Use std::unique_ptr<JavaInfo> in jfw_plugin_getJavaInfoFromJavaHomeStephan Bergmann2017-04-131-2/+3
* Use std::unique_ptr<JavaInfo> in jfw_plugin_getJavaInfosFromPathStephan Bergmann2017-04-131-4/+6
* Simplify jfw::VersionInfoStephan Bergmann2017-04-121-27/+12
* Silence -Werror=unused-parameter on AndroidStephan Bergmann2017-04-121-0/+1
* Assert obvious preconditions instead of returning javaPluginError:InvalidArgStephan Bergmann2017-04-111-14/+6
* Calls to jvmfwk/framework.hxx must not pass in null, drop JFW_E_INVALID_ARGStephan Bergmann2017-04-111-2/+3
* sal_Bool -> boolStephan Bergmann2017-04-111-1/+1
* jfw_existJRE requires non-null args, never returns JFW_E_INVALID_ARGStephan Bergmann2017-04-111-2/+4
* sal_Bool -> boolStephan Bergmann2017-04-112-2/+2