summaryrefslogtreecommitdiffstats
path: root/jvmfwk
Commit message (Expand)AuthorAgeFilesLines
* loplugin:oncevarNoel Grandin2017-07-314-14/+7
* use more OUString::operator== in forms..salNoel Grandin2017-07-134-12/+12
* loplugin:oncevar: empty strings: jvmfwkStephan Bergmann2017-07-131-2/+1
* use OString::operator== in preference to ::equalsNoel Grandin2017-07-061-1/+1
* loplugin:oncevar in helpcompiler..jvmfwkNoel Grandin2017-06-251-5/+5
* loplugin:unusedfields in jvmfwk..mysqlcNoel Grandin2017-06-231-6/+2
* remove unused osl/mutex.hxx includesJochen Nitschke2017-06-181-1/+0
* use more SAL_N_ELEMENTS part 3Noel Grandin2017-06-155-15/+15
* cleanup some OString stuff in jvmfwkNoel Grandin2017-05-304-64/+45
* Revert "loplugin:stringcopy"Stephan Bergmann2017-05-291-1/+1
* remove unnecessary use of OString::getStrNoel Grandin2017-05-281-1/+1
* loplugin:stringcopy (macOS)Stephan Bergmann2017-05-201-2/+2
* loplugin:stringcopyStephan Bergmann2017-05-191-1/+1
* revert OSL_ASSERT changesChris Sherlock2017-05-077-23/+23
* tdf#43157: convert jvmfwk from OSL_ASSERT to assertChris Sherlock2017-05-077-23/+23
* clang-tidy readability-simplify-boolean-expr in hwpfilter..lotuswordproNoel Grandin2017-04-243-14/+4
* Clean up do_msvcr_magicStephan Bergmann2017-04-211-33/+38
* gbuild: Remove MSVC 2013 legacy codeDavid Ostrovsky2017-04-212-2/+0
* 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-134-62/+13
* Use std::unique_ptr<JavaInfo> in jfw_plugin_getJavaInfoByPathStephan Bergmann2017-04-133-12/+8
* Use std::unique_ptr<JavaInfo> in jfw_plugin_getJavaInfoFromJavaHomeStephan Bergmann2017-04-133-9/+7
* Use std::unique_ptr<JavaInfo> in jfw_plugin_getJavaInfosFromPathStephan Bergmann2017-04-133-31/+24
* Simplify jfw_findAllJREsStephan Bergmann2017-04-132-154/+32
* Replace a use of CJavaInfo with std::unique_ptr<JavaInfo>Stephan Bergmann2017-04-132-30/+23
* Replace a use of CJavaInfo with std::unique_ptr<JavaInfo>Stephan Bergmann2017-04-132-16/+11
* More std::unique_ptr<JavaInfo> lifecycle managementStephan Bergmann2017-04-133-16/+15
* Simplify passing options to jfw_startVMStephan Bergmann2017-04-131-6/+8
* Removed duplicated includesAndrea Gelmini2017-04-131-1/+0
* Remove unused jfw::VendorSettings instantiationsStephan Bergmann2017-04-121-5/+0
* Remove unnecessary copyStephan Bergmann2017-04-121-2/+0
* Remove unused function pointer typedefsStephan Bergmann2017-04-121-38/+0
* Convert rtl_uString -> OUString in jfw_get/setVMParametersStephan Bergmann2017-04-123-42/+12
* Simplify jfw::VersionInfoStephan Bergmann2017-04-126-102/+23
* Convert some rtl_uString -> OUString in jvmfwkStephan Bergmann2017-04-123-20/+12
* Silence -Werror=unused-parameter on AndroidStephan Bergmann2017-04-121-0/+1
* Assert obvious preconditions instead of returning javaPluginError:InvalidArgStephan Bergmann2017-04-112-25/+8
* Calls to jvmfwk/framework.hxx must not pass in null, drop JFW_E_INVALID_ARGStephan Bergmann2017-04-113-28/+22
* Fix missing derefStephan Bergmann2017-04-111-1/+1
* sal_Bool -> boolStephan Bergmann2017-04-112-2/+2
* Let jfw_isVMRunning return the result; there are no error conditionsStephan Bergmann2017-04-111-8/+2
* sal_Bool -> boolStephan Bergmann2017-04-111-1/+1
* jfw_existJRE requires non-null args, never returns JFW_E_INVALID_ARGStephan Bergmann2017-04-112-5/+4
* sal_Bool -> boolStephan Bergmann2017-04-114-4/+4
* Use std::unique_ptr<JavaInfo> for lifecycle management in jvmfwk/framework.hxxStephan Bergmann2017-04-112-46/+38
* Remove unnecessary jfw::CJavaInfo::cloneJavaInfoStephan Bergmann2017-04-112-12/+3
* Remove unused #include <ctype.h>Stephan Bergmann2017-03-231-1/+0
* Use rtl::isAscii* instead of ctype.h is* (and fix passing plain char)Stephan Bergmann2017-03-221-5/+10
* jvmfwk: fix JVM detection on 64-bit WindowsMichael Stahl2017-03-221-3/+3